All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
sim::DumpGTruth::Config Struct Reference

Collection of configuration parameters for the module. More...

Public Types

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

Public Attributes

fhicl::OptionalSequence
< art::InputTag > 
InputTruth
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< bool > AllowNoTruth
 

Detailed Description

Collection of configuration parameters for the module.

Definition at line 42 of file DumpGTruth_module.cc.

Member Typedef Documentation

using sim::DumpGTruth::Config::Comment = fhicl::Comment

Definition at line 44 of file DumpGTruth_module.cc.

using sim::DumpGTruth::Config::Name = fhicl::Name

Definition at line 43 of file DumpGTruth_module.cc.

Member Data Documentation

fhicl::Atom<bool> sim::DumpGTruth::Config::AllowNoTruth
Initial value:
{
Name("AllowNoTruth"),
Comment("when InputTruth is empty, allow for no truth to be found"),
false
}

Definition at line 57 of file DumpGTruth_module.cc.

fhicl::OptionalSequence<art::InputTag> sim::DumpGTruth::Config::InputTruth
Initial value:
{
Name("InputTruth"),
}

Definition at line 46 of file DumpGTruth_module.cc.

fhicl::Atom<std::string> sim::DumpGTruth::Config::OutputCategory
Initial value:
{
Name("OutputCategory"),
Comment("name of the output stream (managed by the message facility)"),
"DumpGTruth"
}

Definition at line 51 of file DumpGTruth_module.cc.


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