|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
| bool | is_empty () const |
| void | add (TriggerPrimitive const &input_tp) |
| void | clear () |
| uint16_t | n_channels_hit () |
| void | move (TriggerPrimitive const &input_tp, timestamp_t const &window_length) |
| void | reset (TriggerPrimitive const &input_tp) |
Public Attributes | |
| timestamp_t | time_start |
| uint32_t | adc_integral |
| std::unordered_map< channel_t, uint16_t > | channel_states |
| std::vector< TriggerPrimitive > | inputs |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Window &window) |
Definition at line 26 of file TAMakerMichelElectronAlgorithm.hpp.
|
inline |
Definition at line 30 of file TAMakerMichelElectronAlgorithm.hpp.
|
inline |
Definition at line 37 of file TAMakerMichelElectronAlgorithm.hpp.
|
inline |
Definition at line 29 of file TAMakerMichelElectronAlgorithm.hpp.
|
inline |
Definition at line 39 of file TAMakerMichelElectronAlgorithm.hpp.
|
inline |
Definition at line 38 of file TAMakerMichelElectronAlgorithm.hpp.
|
inline |
Definition at line 72 of file TAMakerMichelElectronAlgorithm.hpp.
|
friend |
Definition at line 88 of file TAMakerMichelElectronAlgorithm.hpp.
| uint32_t triggeralgs::TAMakerMichelElectronAlgorithm::Window::adc_integral |
Definition at line 101 of file TAMakerMichelElectronAlgorithm.hpp.
| std::unordered_map<channel_t, uint16_t> triggeralgs::TAMakerMichelElectronAlgorithm::Window::channel_states |
Definition at line 102 of file TAMakerMichelElectronAlgorithm.hpp.
| std::vector<TriggerPrimitive> triggeralgs::TAMakerMichelElectronAlgorithm::Window::inputs |
Definition at line 103 of file TAMakerMichelElectronAlgorithm.hpp.
| timestamp_t triggeralgs::TAMakerMichelElectronAlgorithm::Window::time_start |
Definition at line 100 of file TAMakerMichelElectronAlgorithm.hpp.