LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
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 80 of file TotallyCheatTracker_module.cc.
Definition at line 83 of file TotallyCheatTracker_module.cc.
Definition at line 82 of file TotallyCheatTracker_module.cc.
fhicl::Table<lar::example::TotallyCheatTrackingAlg::Config> lar::example::TotallyCheatTracker::Config::algoConfig |
Definition at line 103 of file TotallyCheatTracker_module.cc.
fhicl::Atom<double> lar::example::TotallyCheatTracker::Config::minEnergy |
Definition at line 97 of file TotallyCheatTracker_module.cc.
Referenced by lar::example::TotallyCheatTracker::acceptParticle().
fhicl::Atom<double> lar::example::TotallyCheatTracker::Config::minLength |
Definition at line 91 of file TotallyCheatTracker_module.cc.
Referenced by lar::example::TotallyCheatTracker::acceptParticle().
fhicl::Atom<art::InputTag> lar::example::TotallyCheatTracker::Config::particles |
Definition at line 85 of file TotallyCheatTracker_module.cc.
Referenced by lar::example::TotallyCheatTracker::produce().