LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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::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 218 of file DumpTracks_module.cc.

Member Typedef Documentation

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 239 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 224 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 246 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 243 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 235 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 231 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 222 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 228 of file DumpTracks_module.cc.


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