Classes | |
struct | Config |
Public Member Functions | |
RICDetail (fhicl::TableFragment< Config > const &ps) | |
void | preProcessRun () |
void | processRunProvenance (art::Provenance const &) |
void | postProcessRun () |
void | preProcessSubRun () |
void | processSubRunProvenance (art::Provenance const &) |
void | postProcessSubRun () |
void | preProcessEvent () |
void | processEventProvenance (art::Provenance const &) |
void | postProcessEvent () |
Private Attributes | |
bool const | expectRunProducts_ |
bool const | expectSubRunProducts_ |
bool const | expectEventProducts_ |
std::size_t | presentRunProducts_ {0ull} |
std::size_t | presentSubRunProducts_ {0ull} |
std::size_t | presentEventProducts_ {0ull} |
Definition at line 12 of file TestReadImmediateControl_module.cc.
|
explicit |
Definition at line 46 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::postProcessEvent | ( | ) |
Definition at line 109 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::postProcessRun | ( | ) |
Definition at line 65 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::postProcessSubRun | ( | ) |
Definition at line 87 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::preProcessEvent | ( | ) |
Definition at line 97 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::preProcessRun | ( | ) |
Definition at line 53 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::preProcessSubRun | ( | ) |
Definition at line 75 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::processEventProvenance | ( | art::Provenance const & | ) |
Definition at line 103 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::processRunProvenance | ( | art::Provenance const & | ) |
Definition at line 59 of file TestReadImmediateControl_module.cc.
void arttest::RICDetail::processSubRunProvenance | ( | art::Provenance const & | ) |
Definition at line 81 of file TestReadImmediateControl_module.cc.
|
private |
Definition at line 39 of file TestReadImmediateControl_module.cc.
|
private |
Definition at line 37 of file TestReadImmediateControl_module.cc.
|
private |
Definition at line 38 of file TestReadImmediateControl_module.cc.
|
private |
Definition at line 43 of file TestReadImmediateControl_module.cc.
|
private |
Definition at line 41 of file TestReadImmediateControl_module.cc.
|
private |
Definition at line 42 of file TestReadImmediateControl_module.cc.