All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
sim::DumpMCTruth::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< unsigned int > PointsPerLine
 

Detailed Description

Collection of configuration parameters for the module.

Definition at line 41 of file DumpMCTruth_module.cc.

Member Typedef Documentation

using sim::DumpMCTruth::Config::Comment = fhicl::Comment

Definition at line 43 of file DumpMCTruth_module.cc.

using sim::DumpMCTruth::Config::Name = fhicl::Name

Definition at line 42 of file DumpMCTruth_module.cc.

Member Data Documentation

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

Definition at line 45 of file DumpMCTruth_module.cc.

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

Definition at line 50 of file DumpMCTruth_module.cc.

fhicl::Atom<unsigned int> sim::DumpMCTruth::Config::PointsPerLine
Initial value:
{
Name("PointsPerLine"),
Comment("trajectory points printed per line (default: 2; 0 = skip them)"),
2
}

Definition at line 56 of file DumpMCTruth_module.cc.


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