DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TriggerPrimitive.hpp
Go to the documentation of this file.
1
9#ifndef TRIGGERALGS_INCLUDE_TRIGGERALGS_TRIGGERPRIMITIVE_HPP_
10#define TRIGGERALGS_INCLUDE_TRIGGERALGS_TRIGGERPRIMITIVE_HPP_
11
13
14namespace triggeralgs {
15// TriggerPrimitive looks a bit difference to TriggerActivity and
16// TriggerCandidate: the latter two have distinct overlay and
17// non-overlay versions, but TriggerPrimitive does not. So whereas TA
18// and TC have (non-overlay) definitions in triggeralgs, TP has a
19// definition only in detdataformats. So we just copy it here so that
20// references to TP, TA and TC in triggeralgs and downstream code
21// "look" the same
23
24} // namespace triggeralgs
25
26#endif // TRIGGERALGS_INCLUDE_TRIGGERALGS_TRIGGERPRIMITIVE_HPP_
A single energy deposition on a TPC or PDS channel.