Public Types | Public Attributes | List of all members
lar::example::tests::CheckDataProductSize::Config Struct Reference

Public Types

using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::Atom< art::InputTaginputLabel
 
fhicl::OptionalAtom< size_t > expectedSize
 
fhicl::OptionalAtom< art::InputTagsameSizeAs
 

Detailed Description

Definition at line 61 of file CheckDataProductSize_module.cc.

Member Typedef Documentation

Definition at line 64 of file CheckDataProductSize_module.cc.

Definition at line 63 of file CheckDataProductSize_module.cc.

Member Data Documentation

fhicl::OptionalAtom<size_t> lar::example::tests::CheckDataProductSize::Config::expectedSize
Initial value:
{
Name("expectedSize"),
Comment("number of expected entries in the data product")
}

Definition at line 71 of file CheckDataProductSize_module.cc.

fhicl::Atom<art::InputTag> lar::example::tests::CheckDataProductSize::Config::inputLabel
Initial value:
{
Name("inputLabel"),
Comment("label of the data product to be checked")
}

Definition at line 66 of file CheckDataProductSize_module.cc.

fhicl::OptionalAtom<art::InputTag> lar::example::tests::CheckDataProductSize::Config::sameSizeAs
Initial value:
{
Name("sameSizeAs"),
Comment("label of a data product with the same size as the input")
}

Definition at line 76 of file CheckDataProductSize_module.cc.


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