All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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::InputTag > TrackModuleLabel
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< unsigned int > WayPoints
 
fhicl::Atom< bool > SpacePointAssociations
 
fhicl::Atom< bool > PrintSpacePoints
 
fhicl::Atom< bool > HitAssociations
 
fhicl::Atom< bool > PrintHits
 
fhicl::Atom< bool > ParticleAssociations
 

Detailed Description

Configuration object.

Definition at line 232 of file DumpTracks_module.cc.

Member Typedef Documentation

using recob::DumpTracks::Config::Comment = fhicl::Comment

Definition at line 233 of file DumpTracks_module.cc.

using recob::DumpTracks::Config::Name = fhicl::Name

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"),
}

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: