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

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagtracks
 
fhicl::Atom< unsigned int > expectedCount
 

Detailed Description

Definition at line 58 of file DumpCheatTracks_module.cc.

Member Typedef Documentation

Definition at line 61 of file DumpCheatTracks_module.cc.

Definition at line 60 of file DumpCheatTracks_module.cc.

Member Data Documentation

fhicl::Atom<unsigned int> lar::example::tests::DumpCheatTracks::Config::expectedCount
Initial value:
{
Name("expectedCount"),
Comment("number of expected tracks in the data product")
}

Definition at line 68 of file DumpCheatTracks_module.cc.

fhicl::Atom<art::InputTag> lar::example::tests::DumpCheatTracks::Config::tracks
Initial value:
{
Name("tracks"),
Comment("label of the data product with the cheat tracks")
}

Definition at line 63 of file DumpCheatTracks_module.cc.


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