LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "BackTracker.h"
Public Attributes | |
fhicl::Atom< art::InputTag > | G4ModuleLabel {fhicl::Name("G4ModuleLabel"), fhicl::Comment("The label of the LArG4 module used to produce the art file we will be using."), "largeant"} |
fhicl::Atom< art::InputTag > | DefaultHitModuleLabel {fhicl::Name("DefaultHitModuleLabel"), fhicl::Comment("The label of the module used to produce the hits in the art file we will default to when no hitlist is provided."), "hitfd"} |
fhicl::Atom< double > | MinHitEnergyFraction {fhicl::Name("MinHitEnergyFraction"), fhicl::Comment("The minimum contribution an energy deposit must make to a Hit to be considered part of that hit."),0.010} |
fhicl::Atom< bool > | OverrideRealData {fhicl::Name("OverrideRealData"),fhicl::Comment("Option when overlaying simulation on real data, to tell the backtracker to continue even if event looks like data."),false} |
Definition at line 42 of file BackTracker.h.
fhicl::Atom<art::InputTag> cheat::BackTracker::fhiclConfig::DefaultHitModuleLabel {fhicl::Name("DefaultHitModuleLabel"), fhicl::Comment("The label of the module used to produce the hits in the art file we will default to when no hitlist is provided."), "hitfd"} |
Definition at line 44 of file BackTracker.h.
fhicl::Atom<art::InputTag> cheat::BackTracker::fhiclConfig::G4ModuleLabel {fhicl::Name("G4ModuleLabel"), fhicl::Comment("The label of the LArG4 module used to produce the art file we will be using."), "largeant"} |
Definition at line 43 of file BackTracker.h.
fhicl::Atom<double> cheat::BackTracker::fhiclConfig::MinHitEnergyFraction {fhicl::Name("MinHitEnergyFraction"), fhicl::Comment("The minimum contribution an energy deposit must make to a Hit to be considered part of that hit."),0.010} |
Definition at line 45 of file BackTracker.h.
fhicl::Atom<bool> cheat::BackTracker::fhiclConfig::OverrideRealData {fhicl::Name("OverrideRealData"),fhicl::Comment("Option when overlaying simulation on real data, to tell the backtracker to continue even if event looks like data."),false} |
Definition at line 46 of file BackTracker.h.