|
artdaq
v3_09_05
|
Check art::Event for potentially missing data. More...
Public Member Functions | |
| MissingDataCheck (fhicl::ParameterSet const &pset) | |
| MissingDataCheck Constructor. More... | |
| ~MissingDataCheck () override=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 37 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 104 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 145 of file MissingDataCheck_module.cc.