Public Types | |
using | Name = fhicl::Name |
using | Comment = fhicl::Comment |
Public Attributes | |
fhicl::Atom< art::InputTag > | InputTag { Name("InputTag"), Comment("Input tag for OpDetBacktrackerRecords") } |
fhicl::Atom< double > | QuantumEfficiency { Name("QuantumEfficiency"), Comment("Probabilityof recording a photon") } |
fhicl::Atom< double > | DarkNoiseRate { Name("DarkNoiseRate"), Comment("Rate in Hz") } |
fhicl::Atom< double > | CrossTalk { Name("CrossTalk"), Comment("Cross talk (1->2 PE) probability") } |
fhicl::Atom< double > | Correction { Name("Correction"), Comment("Adjust the amount of total light. Kept seprate from QE for clarity."), 1} |
fhicl::OptionalAtom< double > | LateLightCorrection { Name("LateLightCorrection"), Comment("Adjust the amount of late light")} |
fhicl::OptionalAtom< double > | LateLightBoundary { Name("LateLightBoundary"), Comment("Boundary that defines late light (ns)") } |
Definition at line 73 of file SIPMOpSensorSim_module.cc.
Definition at line 75 of file SIPMOpSensorSim_module.cc.
Definition at line 74 of file SIPMOpSensorSim_module.cc.
fhicl::Atom<double> opdet::SIPMOpSensorSim::Config::Correction { Name("Correction"), Comment("Adjust the amount of total light. Kept seprate from QE for clarity."), 1} |
Definition at line 80 of file SIPMOpSensorSim_module.cc.
fhicl::Atom<double> opdet::SIPMOpSensorSim::Config::CrossTalk { Name("CrossTalk"), Comment("Cross talk (1->2 PE) probability") } |
Definition at line 79 of file SIPMOpSensorSim_module.cc.
fhicl::Atom<double> opdet::SIPMOpSensorSim::Config::DarkNoiseRate { Name("DarkNoiseRate"), Comment("Rate in Hz") } |
Definition at line 78 of file SIPMOpSensorSim_module.cc.
fhicl::Atom<art::InputTag> opdet::SIPMOpSensorSim::Config::InputTag { Name("InputTag"), Comment("Input tag for OpDetBacktrackerRecords") } |
Definition at line 76 of file SIPMOpSensorSim_module.cc.
fhicl::OptionalAtom<double> opdet::SIPMOpSensorSim::Config::LateLightBoundary { Name("LateLightBoundary"), Comment("Boundary that defines late light (ns)") } |
Definition at line 82 of file SIPMOpSensorSim_module.cc.
fhicl::OptionalAtom<double> opdet::SIPMOpSensorSim::Config::LateLightCorrection { Name("LateLightCorrection"), Comment("Adjust the amount of late light")} |
Definition at line 81 of file SIPMOpSensorSim_module.cc.
fhicl::Atom<double> opdet::SIPMOpSensorSim::Config::QuantumEfficiency { Name("QuantumEfficiency"), Comment("Probabilityof recording a photon") } |
Definition at line 77 of file SIPMOpSensorSim_module.cc.