artdaq
v3_07_02
|
Check art::Event for potentially missing data. More...
Public Member Functions | |
MissingDataCheck (fhicl::ParameterSet const &pset) | |
MissingDataCheck Constructor. More... | |
virtual | ~MissingDataCheck ()=default |
Default virtual Destructor. | |
void | analyze (art::Event const &e) override |
This method is called for each art::Event in a file or run. More... | |
void | endJob () override |
This method is called at the end of the job, used to print a summary. | |
Check art::Event for potentially missing data.
Definition at line 41 of file MissingDataCheck_module.cc.
|
explicit |
MissingDataCheck Constructor.
pset | ParameterSet used to configure MissingDataCheck |
* MissingDataCheck accepts the following Parameters: * "raw_data_label" (Default: "daq"): The label used to store artdaq data * "expected_n_fragments" (Default: -1): number of expected fragments. Uses n_frags in first event if -1 * "verbosity" (Default: 0): verboseness level *
Definition at line 103 of file MissingDataCheck_module.cc.
|
override |
This method is called for each art::Event in a file or run.
e | The art::Event to analyze |
Definition at line 144 of file MissingDataCheck_module.cc.