artdaq_demo
v3_04_00
|
Demonstration art::EDAnalyzer which checks that all ToyFragment ADC counts are in the defined range. More...
Public Member Functions | |
CheckIntegrity (fhicl::ParameterSet const &pset) | |
CheckIntegrity Constructor. More... | |
virtual | ~CheckIntegrity ()=default |
Default destructor. | |
virtual void | analyze (art::Event const &evt) |
Analyze an event. Called by art for each event in run (based on command line options) More... | |
Demonstration art::EDAnalyzer which checks that all ToyFragment ADC counts are in the defined range.
Definition at line 37 of file CheckIntegrity_module.cc.
|
explicit |
CheckIntegrity Constructor.
pset | ParameterSet used to configure CheckIntegrity |
CheckIntegrity has the following paramters: "raw_data_label": The label applied to data (usually "daq") "frag_type": The fragment type to analyze ("TOY1" or "TOY2")
Definition at line 66 of file CheckIntegrity_module.cc.
|
virtual |
Analyze an event. Called by art for each event in run (based on command line options)
evt | The art::Event object containing ToyFragments to check |
Definition at line 71 of file CheckIntegrity_module.cc.