Calculate in real-time simple statistics for the warp veto. More...
#include <WarpVeto.hh>
Public Member Functions | |
| int | Initialize () |
| Initialize the module before starting a run. Return 0 if no error. | |
| int | Finalize () |
| Finalize state after a run has processed. Return 0 if no error. | |
| int | Process (EventPtr event) |
| Process a single event. Must be overridden. Return 0 if no error. | |
| const std::vector< char > * | GetDataBuffer () |
Static Public Member Functions | |
| static std::string | GetDefaultName () |
Private Attributes | |
| uint32_t | max_channels |
| std::vector< char > | _buffer |
Calculate in real-time simple statistics for the warp veto.
Definition at line 19 of file WarpVeto.hh.
1.6.1