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
 
using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::OptionalSequence< art::InputTagInputTruth
 
fhicl::Atom< std::stringOutputCategory
 
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

Definition at line 43 of file DumpMCTruth_module.cc.

Definition at line 43 of file DumpMCTruth_module.cc.

Definition at line 42 of file DumpMCTruth_module.cc.

Definition at line 42 of file DumpMCTruth_module.cc.

Member Data Documentation

fhicl::OptionalSequence< art::InputTag > sim::DumpMCTruth::Config::InputTruth
Initial value:
{
Name("InputTruth"),
Comment("data product with the collection of MC truth to be dumped")
}

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: