LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 |
Configuration object.
Definition at line 218 of file DumpTracks_module.cc.
Definition at line 219 of file DumpTracks_module.cc.
Definition at line 220 of file DumpTracks_module.cc.
fhicl::Atom<bool> recob::DumpTracks::Config::HitAssociations |
Definition at line 239 of file DumpTracks_module.cc.
fhicl::Atom<std::string> recob::DumpTracks::Config::OutputCategory |
Definition at line 224 of file DumpTracks_module.cc.
fhicl::Atom<bool> recob::DumpTracks::Config::ParticleAssociations |
Definition at line 246 of file DumpTracks_module.cc.
fhicl::Atom<bool> recob::DumpTracks::Config::PrintHits |
Definition at line 243 of file DumpTracks_module.cc.
fhicl::Atom<bool> recob::DumpTracks::Config::PrintSpacePoints |
Definition at line 235 of file DumpTracks_module.cc.
fhicl::Atom<bool> recob::DumpTracks::Config::SpacePointAssociations |
Definition at line 231 of file DumpTracks_module.cc.
fhicl::Atom<art::InputTag> recob::DumpTracks::Config::TrackModuleLabel |
Definition at line 222 of file DumpTracks_module.cc.
fhicl::Atom<unsigned int> recob::DumpTracks::Config::WayPoints |
Definition at line 228 of file DumpTracks_module.cc.