Module configuration data. More...
Public Types | |
using | Name = fhicl::Name |
using | Comment = fhicl::Comment |
Public Attributes | |
fhicl::Atom< art::InputTag > | particles |
fhicl::Atom< double > | minLength |
fhicl::Atom< double > | minEnergy |
fhicl::Table< lar::example::TotallyCheatTrackingAlg::Config > | algoConfig |
Module configuration data.
Definition at line 78 of file TotallyCheatTracker_module.cc.
Definition at line 81 of file TotallyCheatTracker_module.cc.
Definition at line 80 of file TotallyCheatTracker_module.cc.
fhicl::Table<lar::example::TotallyCheatTrackingAlg::Config> lar::example::TotallyCheatTracker::Config::algoConfig |
Definition at line 101 of file TotallyCheatTracker_module.cc.
fhicl::Atom<double> lar::example::TotallyCheatTracker::Config::minEnergy |
Definition at line 95 of file TotallyCheatTracker_module.cc.
fhicl::Atom<double> lar::example::TotallyCheatTracker::Config::minLength |
Definition at line 89 of file TotallyCheatTracker_module.cc.
fhicl::Atom<art::InputTag> lar::example::TotallyCheatTracker::Config::particles |
Definition at line 83 of file TotallyCheatTracker_module.cc.