Public Member Functions | Public Attributes | List of all members
recob::test::HitDataProductChecker::TargetInfo_t Struct Reference

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...
 

Detailed Description

Configuration for a single data product check.

Definition at line 102 of file HitDataProductChecker_module.cc.

Constructor & Destructor Documentation

recob::test::HitDataProductChecker::TargetInfo_t::TargetInfo_t ( )
default
recob::test::HitDataProductChecker::TargetInfo_t::TargetInfo_t ( Config::TargetInfo const &  config)
inline

Definition at line 116 of file HitDataProductChecker_module.cc.

117  : name(config.name())
118  , bExists(config.exists())
119  {
121  }
bool bExists
Whether data product must exist or must not exist.
unsigned int expectedEntries
Number of expected entries.
bool bCheckEntries
Whether to check the number of entries.
static Config * config
Definition: config.cpp:1054

Member Data Documentation

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.


The documentation for this struct was generated from the following file: