$treeview $search $mathjax $extrastylesheet
artdaq
v3_04_01
$projectbrief
|
$projectbrief
|
$searchbox |
Check art::Event for potentially missing data. More...
Public Member Functions | |
MissingDataCheck (fhicl::ParameterSet const &pset) | |
MissingDataCheck Constructor. | |
virtual | ~MissingDataCheck () |
Default virtual Destructor. | |
void | analyze (art::Event const &e) override |
This method is called for each art::Event in a file or run. | |
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.
artdaq::MissingDataCheck::MissingDataCheck | ( | fhicl::ParameterSet const & | pset | ) | [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 102 of file MissingDataCheck_module.cc.
void artdaq::MissingDataCheck::analyze | ( | art::Event const & | e | ) | [override] |
This method is called for each art::Event in a file or run.
e | The art::Event to analyze |
Definition at line 143 of file MissingDataCheck_module.cc.