Public Types | Public Attributes | List of all members
recob::DumpTracks::Config Struct Reference

Configuration object. More...

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagTrackModuleLabel
 
fhicl::Atom< std::stringOutputCategory
 
fhicl::Atom< unsigned int > WayPoints
 
fhicl::Atom< boolSpacePointAssociations
 
fhicl::Atom< boolPrintSpacePoints
 
fhicl::Atom< boolHitAssociations
 
fhicl::Atom< boolPrintHits
 
fhicl::Atom< boolParticleAssociations
 

Detailed Description

Configuration object.

Definition at line 232 of file DumpTracks_module.cc.

Member Typedef Documentation

Definition at line 233 of file DumpTracks_module.cc.

Definition at line 234 of file DumpTracks_module.cc.

Member Data Documentation

fhicl::Atom<bool> recob::DumpTracks::Config::HitAssociations
Initial value:
{
Name("HitAssociations"),
Comment("prints the number of hits associated to the track"),
true
}

Definition at line 260 of file DumpTracks_module.cc.

fhicl::Atom<std::string> recob::DumpTracks::Config::OutputCategory
Initial value:
{
Name("OutputCategory"),
Comment("name of the category used for message facility output"),
"DumpTracks"
}

Definition at line 240 of file DumpTracks_module.cc.

fhicl::Atom<bool> recob::DumpTracks::Config::ParticleAssociations
Initial value:
{
Name("ParticleAssociations"),
Comment("prints the number of PF particles associated to the track"),
true
}

Definition at line 270 of file DumpTracks_module.cc.

fhicl::Atom<bool> recob::DumpTracks::Config::PrintHits
Initial value:
{
Name("PrintHits"),
Comment("prints the index of all hits associated to the track"),
false
}

Definition at line 265 of file DumpTracks_module.cc.

fhicl::Atom<bool> recob::DumpTracks::Config::PrintSpacePoints
Initial value:
{
Name("PrintSpacePoints"),
Comment("prints the index of all space points associated to the track"),
false
}

Definition at line 255 of file DumpTracks_module.cc.

fhicl::Atom<bool> recob::DumpTracks::Config::SpacePointAssociations
Initial value:
{
Name("SpacePointAssociations"),
Comment("prints the number of space points associated to the track"),
true
}

Definition at line 250 of file DumpTracks_module.cc.

fhicl::Atom<art::InputTag> recob::DumpTracks::Config::TrackModuleLabel
Initial value:
{
Name("TrackModuleLabel"),
Comment("input tag for the tracks to be dumped")
}

Definition at line 236 of file DumpTracks_module.cc.

fhicl::Atom<unsigned int> recob::DumpTracks::Config::WayPoints
Initial value:
{
Name("WayPoints"),
Comment("number of points along the trajectory printed"),
10U
}

Definition at line 245 of file DumpTracks_module.cc.


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