Public Attributes | List of all members
recob::test::HitDataProductChecker::Config::TargetInfo Struct Reference

Public Attributes

fhicl::Atom< art::InputTagname
 
fhicl::Atom< boolexists
 
fhicl::OptionalAtom< unsigned int > expected
 

Detailed Description

Definition at line 63 of file HitDataProductChecker_module.cc.

Member Data Documentation

fhicl::Atom<bool> recob::test::HitDataProductChecker::Config::TargetInfo::exists
Initial value:
{
Name("exists"),
Comment("whether the data product must exist or must not exist"),
true
}

Definition at line 70 of file HitDataProductChecker_module.cc.

fhicl::OptionalAtom<unsigned int> recob::test::HitDataProductChecker::Config::TargetInfo::expected
Initial value:
{
Name("expected"),
("Number of expected entries (not checked if not specified).")
}

Definition at line 76 of file HitDataProductChecker_module.cc.

fhicl::Atom<art::InputTag> recob::test::HitDataProductChecker::Config::TargetInfo::name
Initial value:
{
Name("name"),
Comment("Input tag of the data product to be checked")
}

Definition at line 65 of file HitDataProductChecker_module.cc.


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