#include <PhotonBackTracker.h>
Public Attributes | |
fhicl::Atom< double > | Delay {fhicl::Name("Delay"), fhicl::Comment("The delay time needed to correctly account for the optical simulation and optical systems simulation. (The time between when a g4partcile was made, and when the simulation write out says a signal was recorded)."), 0} |
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 > | OpHitLabel {fhicl::Name("OpHitLabel"), fhicl::Comment("The default label for the module to use when grabbing OpHits"), "ophit"} |
fhicl::Atom< art::InputTag > | OpFlashLabel {fhicl::Name("OpFlashLabel"), fhicl::Comment("The default label for the module to use when grabbing OpFlash"), "opflash"} |
fhicl::Atom< double > | MinOpHitEnergyFraction {fhicl::Name("MinOpHitEnergyFraction"), 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 46 of file PhotonBackTracker.h.
fhicl::Atom<double> cheat::PhotonBackTracker::fhiclConfig::Delay {fhicl::Name("Delay"), fhicl::Comment("The delay time needed to correctly account for the optical simulation and optical systems simulation. (The time between when a g4partcile was made, and when the simulation write out says a signal was recorded)."), 0} |
Definition at line 47 of file PhotonBackTracker.h.
fhicl::Atom<art::InputTag> cheat::PhotonBackTracker::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 48 of file PhotonBackTracker.h.
fhicl::Atom<double> cheat::PhotonBackTracker::fhiclConfig::MinOpHitEnergyFraction {fhicl::Name("MinOpHitEnergyFraction"), 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 51 of file PhotonBackTracker.h.
fhicl::Atom<art::InputTag> cheat::PhotonBackTracker::fhiclConfig::OpFlashLabel {fhicl::Name("OpFlashLabel"), fhicl::Comment("The default label for the module to use when grabbing OpFlash"), "opflash"} |
Definition at line 50 of file PhotonBackTracker.h.
fhicl::Atom<art::InputTag> cheat::PhotonBackTracker::fhiclConfig::OpHitLabel {fhicl::Name("OpHitLabel"), fhicl::Comment("The default label for the module to use when grabbing OpHits"), "ophit"} |
Definition at line 49 of file PhotonBackTracker.h.