|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TAMakerADCSimpleWindowAlgorithm.hpp>
Public Member Functions | |
| bool | is_empty () const |
| void | add (TriggerPrimitive const &input_tp) |
| void | clear () |
| 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::deque< TriggerPrimitive > | tp_list |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Window &window) |
Definition at line 26 of file TAMakerADCSimpleWindowAlgorithm.hpp.
| void triggeralgs::TAMakerADCSimpleWindowAlgorithm::Window::add | ( | TriggerPrimitive const & | input_tp | ) |
Definition at line 28 of file TAMakerADCSimpleWindowAlgorithm.cpp.
|
inline |
Definition at line 36 of file TAMakerADCSimpleWindowAlgorithm.hpp.
|
inline |
Definition at line 30 of file TAMakerADCSimpleWindowAlgorithm.hpp.
| void triggeralgs::TAMakerADCSimpleWindowAlgorithm::Window::move | ( | TriggerPrimitive const & | input_tp, |
| timestamp_t const & | window_length ) |
Definition at line 36 of file TAMakerADCSimpleWindowAlgorithm.cpp.
| void triggeralgs::TAMakerADCSimpleWindowAlgorithm::Window::reset | ( | TriggerPrimitive const & | input_tp | ) |
Definition at line 65 of file TAMakerADCSimpleWindowAlgorithm.cpp.
|
friend |
Definition at line 79 of file TAMakerADCSimpleWindowAlgorithm.cpp.
| uint32_t triggeralgs::TAMakerADCSimpleWindowAlgorithm::Window::adc_integral |
Definition at line 45 of file TAMakerADCSimpleWindowAlgorithm.hpp.
| timestamp_t triggeralgs::TAMakerADCSimpleWindowAlgorithm::Window::time_start |
Definition at line 44 of file TAMakerADCSimpleWindowAlgorithm.hpp.
| std::deque<TriggerPrimitive> triggeralgs::TAMakerADCSimpleWindowAlgorithm::Window::tp_list |
Definition at line 46 of file TAMakerADCSimpleWindowAlgorithm.hpp.