Configuration for a single data product check. More...
Public Member Functions | |
TargetInfo_t ()=default | |
TargetInfo_t (Config::TargetInfo const &config) | |
Public Attributes | |
art::InputTag | name |
Data product name. More... | |
unsigned int | expectedEntries |
Number of expected entries. More... | |
bool | bExists = true |
Whether data product must exist or must not exist. More... | |
bool | bCheckEntries |
Whether to check the number of entries. More... | |
Configuration for a single data product check.
Definition at line 102 of file HitDataProductChecker_module.cc.
|
default |
|
inline |
Definition at line 116 of file HitDataProductChecker_module.cc.
bool recob::test::HitDataProductChecker::TargetInfo_t::bCheckEntries |
Whether to check the number of entries.
Definition at line 111 of file HitDataProductChecker_module.cc.
bool recob::test::HitDataProductChecker::TargetInfo_t::bExists = true |
Whether data product must exist or must not exist.
Definition at line 109 of file HitDataProductChecker_module.cc.
unsigned int recob::test::HitDataProductChecker::TargetInfo_t::expectedEntries |
Number of expected entries.
Definition at line 106 of file HitDataProductChecker_module.cc.
art::InputTag recob::test::HitDataProductChecker::TargetInfo_t::name |
Data product name.
Definition at line 104 of file HitDataProductChecker_module.cc.