LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "SimPhotonCounter.h"
Public Types | |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
SimPhotonCounter () | |
SimPhotonCounter (size_t s, float t_p1, float t_p2, float t_l1, float t_l2, float min_w=0, float max_w=1e6, float e=1.0) | |
SimPhotonCounter (float t_p1, float t_p2, float t_l1, float t_l2, float min_w, float max_w, const std::vector< float > &eV) | |
void | SetVectorSize (size_t s) |
size_t | GetVectorSize () const |
void | SetWavelengthRanges (float min_w, float max_w) |
float | MinWavelength () const |
float | MaxWavelength () const |
void | SetTimeRanges (float t_p1, float t_p2, float t_l1, float t_l2) |
float | MinPromptTime () const |
float | MaxPromptTime () const |
float | MinLateTime () const |
float | MaxLateTime () const |
void | SetQE (size_t i, float e) |
float | QE (size_t i) const |
void | SetQEVector (const std::vector< float > &eV) |
std::vector< float > const & | QEVector () const |
void | AddOnePhoton (size_t i_opdet, const sim::OnePhoton &photon) |
void | AddSimPhotons (const sim::SimPhotons &photons) |
void | ClearVectors () |
const std::vector< float > & | PromptPhotonVector () const |
const std::vector< float > & | LatePhotonVector () const |
float | PromptPhotonVector (size_t i) const |
float | LatePhotonVector (size_t i) const |
std::vector< float > | TotalPhotonVector () const |
float | TotalPhotonVector (size_t i) const |
float | PromptPhotonTotal () const |
float | LatePhotonTotal () const |
float | PhotonTotal () const |
void | Print () |
SimPhotonCounter (const fhicl::ParameterSet &) | |
void | analyze (art::Event const &) |
void | beginJob () |
void | endJob () |
void | doBeginJob (SharedResources const &resources) |
void | doEndJob () |
void | doRespondToOpenInputFile (FileBlock const &fb) |
void | doRespondToCloseInputFile (FileBlock const &fb) |
void | doRespondToOpenOutputFiles (FileBlock const &fb) |
void | doRespondToCloseOutputFiles (FileBlock const &fb) |
bool | doBeginRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
void | sortConsumables (std::string const ¤t_process_name) |
std::unique_ptr< Worker > | makeWorker (WorkerParams const &wp) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Protected Member Functions | |
std::string const & | processName () const |
bool | wantAllEvents () const noexcept |
bool | wantEvent (ScheduleID id, Event const &e) const |
Handle< TriggerResults > | getTriggerResults (Event const &e) const |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Private Member Functions | |
float | Wavelength (const sim::OnePhoton &ph) |
void | storeVisibility (int channel, int nDirectPhotons, int nReflectedPhotons, double reflectedT0=0.0) const |
bool | isVisible (double wavelength) const |
Returns if we label as "visibile" a photon with specified wavelength [nm]. More... | |
Static Private Attributes | |
static constexpr double | kVisibleThreshold = 200.0 |
Threshold used to resolve between visible and ultraviolet light. More... | |
static constexpr double | kVisibleWavelength = 450.0 |
Value used when a typical visible light wavelength is needed. More... | |
static constexpr double | kVUVWavelength = 128.0 |
Value used when a typical ultraviolet light wavelength is needed. More... | |
Definition at line 23 of file SimPhotonCounter.h.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
|
inline |
opdet::SimPhotonCounter::SimPhotonCounter | ( | size_t | s, |
float | t_p1, | ||
float | t_p2, | ||
float | t_l1, | ||
float | t_l2, | ||
float | min_w = 0 , |
||
float | max_w = 1e6 , |
||
float | e = 1.0 |
||
) |
Definition at line 10 of file SimPhotonCounter.cxx.
References _photonVector_late, _photonVector_prompt, _qeVector, e, SetTimeRanges(), and SetWavelengthRanges().
opdet::SimPhotonCounter::SimPhotonCounter | ( | float | t_p1, |
float | t_p2, | ||
float | t_l1, | ||
float | t_l2, | ||
float | min_w, | ||
float | max_w, | ||
const std::vector< float > & | eV | ||
) |
Definition at line 28 of file SimPhotonCounter.cxx.
References _photonVector_late, _photonVector_prompt, _qeVector, SetTimeRanges(), and SetWavelengthRanges().
opdet::SimPhotonCounter::SimPhotonCounter | ( | const fhicl::ParameterSet & | ) |
void opdet::SimPhotonCounter::AddOnePhoton | ( | size_t | i_opdet, |
const sim::OnePhoton & | photon | ||
) |
Definition at line 71 of file SimPhotonCounter.cxx.
References _max_late_time, _max_prompt_time, _max_wavelength, _min_late_time, _min_prompt_time, _min_wavelength, _photonVector_late, _photonVector_prompt, _qeVector, GetVectorSize(), sim::OnePhoton::Time, and Wavelength().
Referenced by AddSimPhotons().
void opdet::SimPhotonCounter::AddSimPhotons | ( | const sim::SimPhotons & | photons | ) |
Definition at line 84 of file SimPhotonCounter.cxx.
References AddOnePhoton(), and sim::SimPhotons::OpChannel().
|
virtual |
Implements art::EDAnalyzer.
Definition at line 297 of file SimPhotonCounter_module.cc.
References opdet::OpDetResponseInterface::detected(), opdet::OpDetResponseInterface::detectedLite(), sim::ParticleList::end(), art::EventID::event(), fCountEventAll, fCountEventDetected, fCountOpDetAll, fCountOpDetDetected, fCountOpDetReflDetected, fdEdx, fEnergy, fEventID, sim::ParticleList::find(), fInputModule, fLightAnalysisTree, fMakeAllPhotonsTree, fMakeDetectedPhotonsTree, fMakeLightAnalysisTree, fMakeOpDetEventsTree, fMakeOpDetsTree, fmotherTrackID, fOpChannel, foriginX, foriginY, foriginZ, fpdg, fProcess, fPVS, fRun, fSignals_vis, fSignals_vuv, fSignalsvis, fSignalsvuv, fstepPositions, fstepTimes, fT0_vis, fTheEventTree, fTheOpDetTree, fThePhotonTreeAll, fThePhotonTreeDetected, fTime, fTrackID, fUseLitePhotons, fVerbosity, fWavelength, art::ProductRetriever::getHandle(), art::ProductRetriever::getMany(), art::ProductRetriever::getView(), art::Event::id(), phot::PhotonVisibilityService::IsBuildJob(), isVisible(), kVisibleThreshold, kVUVWavelength, sim::NoParticleId, geo::GeometryCore::NOpChannels(), cheat::ParticleInventoryService::ParticleList(), pi_serv, art::errors::ProductNotFound, art::Event::run(), sc, phot::PhotonVisibilityService::StoreReflected(), phot::PhotonVisibilityService::StoreReflT0(), storeVisibility(), and opdet::OpDetResponseInterface::wavelength().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 197 of file SimPhotonCounter_module.cc.
References geo::CryostatGeo::Boundaries(), geo::GeometryCore::Cryostat(), e, fCountEventAll, fCountEventDetected, fCountOpDetAll, fCountOpDetDetected, fCountOpDetReflDetected, fdEdx, fEnergy, fEventID, fLightAnalysisTree, fMakeAllPhotonsTree, fMakeDetectedPhotonsTree, fMakeLightAnalysisTree, fMakeOpDetEventsTree, fMakeOpDetsTree, fmotherTrackID, fOpChannel, foriginX, foriginY, foriginZ, fpdg, fProcess, fPVS, fRun, fSavePhotonOrigins, fSignalsvis, fSignalsvuv, fstepPositions, fstepTimes, fTheEventTree, fTheOpDetTree, fThePhotonTreeAll, fThePhotonTreeDetected, fTime, fTrackID, fWavelength, geo::OpDetGeo::GetCenter(), geo::BoxBoundedGeo::MinX(), geo::CryostatGeo::NOpDet(), geo::GeometryCore::OpDetGeoFromOpDet(), pi_serv, art::errors::ServiceNotFound, and phot::PhotonVisibilityService::StoreReflected().
void opdet::SimPhotonCounter::ClearVectors | ( | ) |
Definition at line 90 of file SimPhotonCounter.cxx.
References _photonVector_late, _photonVector_prompt, and GetVectorSize().
|
protectedinherited |
Definition at line 61 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumes().
|
protectedinherited |
|
protectedinherited |
Definition at line 75 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesMany().
|
protectedinherited |
|
inherited |
Definition at line 68 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesView().
|
inherited |
Definition at line 25 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 68 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 84 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 33 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 76 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 92 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 100 of file Analyzer.cc.
References e, and art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 47 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 61 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 40 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 54 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 292 of file SimPhotonCounter_module.cc.
References fPVS, and phot::PhotonVisibilityService::IsBuildJob().
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
protectedinherited |
Definition at line 75 of file Observer.cc.
References art::ProductRetriever::get(), and art::Observer::selectors_.
Referenced by art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
inline |
Definition at line 50 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), ClearVectors(), opdet::FlashHypothesisComparison::FillSimPhotonCounterInfo(), Print(), and TotalPhotonVector().
|
inlineprivate |
Returns if we label as "visibile" a photon with specified wavelength [nm].
Definition at line 162 of file SimPhotonCounter_module.cc.
References art::errors::Configuration, art::EDAnalyzer::EDAnalyzer(), fInputModule, fMakeAllPhotonsTree, fMakeDetectedPhotonsTree, fMakeLightAnalysisTree, fMakeOpDetEventsTree, fMakeOpDetsTree, fPVS, fSavePhotonOrigins, fUseLitePhotons, fVerbosity, fhicl::ParameterSet::get(), phot::PhotonVisibilityService::IsBuildJob(), kVisibleThreshold, SimPhotonCounter(), phot::PhotonVisibilityService::StoreReflected(), and phot::PhotonVisibilityService::StoreReflT0().
Referenced by analyze().
|
inline |
Definition at line 93 of file SimPhotonCounter.h.
Referenced by opdet::FlashHypothesisComparison::FillSimPhotonCounterInfo().
|
inline |
Definition at line 79 of file SimPhotonCounter.h.
Referenced by opdet::FlashHypothesisComparison::FillComparisonInfo(), opdet::FlashHypothesisComparison::FillSimPhotonCounterInfo(), and TotalPhotonVector().
|
inline |
Definition at line 81 of file SimPhotonCounter.h.
|
inherited |
Definition at line 37 of file ModuleBase.cc.
References art::ModuleBase::doMakeWorker(), and art::NumBranchTypes.
|
inline |
|
inline |
|
inline |
Definition at line 55 of file SimPhotonCounter.h.
|
protectedinherited |
Definition at line 82 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsume().
|
protectedinherited |
Definition at line 96 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeMany().
|
protectedinherited |
|
inherited |
Definition at line 89 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeView().
|
inline |
|
inline |
|
inline |
Definition at line 54 of file SimPhotonCounter.h.
|
inherited |
Definition at line 13 of file ModuleBase.cc.
References art::errors::LogicError.
Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::doWriteEvent(), art::Modifier::fillProductDescriptions(), art::OutputModule::makePlugins_(), art::OutputWorker::OutputWorker(), reco::shower::LArPandoraModularShowerCreation::produce(), art::Modifier::registerProducts(), and art::OutputModule::registerProducts().
|
inline |
Definition at line 97 of file SimPhotonCounter.h.
References pyG4Element::Print().
void opdet::SimPhotonCounter::Print | ( | ) |
Definition at line 110 of file SimPhotonCounter.cxx.
References _photonVector_late, _photonVector_prompt, _qeVector, GetVectorSize(), MaxLateTime(), MaxPromptTime(), MinLateTime(), MinPromptTime(), and TotalPhotonVector().
|
protectedinherited |
Definition at line 57 of file Observer.cc.
References art::Observer::process_name_.
Referenced by art::FileDumperOutput::printPrincipal().
|
inline |
Definition at line 89 of file SimPhotonCounter.h.
Referenced by opdet::FlashHypothesisComparison::FillSimPhotonCounterInfo().
|
inline |
Definition at line 78 of file SimPhotonCounter.h.
Referenced by opdet::FlashHypothesisComparison::FillComparisonInfo(), opdet::FlashHypothesisComparison::FillSimPhotonCounterInfo(), opdet::FlashHypothesisComparison::RunComparison(), and TotalPhotonVector().
|
inline |
Definition at line 80 of file SimPhotonCounter.h.
|
inline |
Definition at line 65 of file SimPhotonCounter.h.
|
inline |
Definition at line 72 of file SimPhotonCounter.h.
|
inherited |
|
inline |
|
inline |
Definition at line 67 of file SimPhotonCounter.h.
void opdet::SimPhotonCounter::SetTimeRanges | ( | float | t_p1, |
float | t_p2, | ||
float | t_l1, | ||
float | t_l2 | ||
) |
Definition at line 60 of file SimPhotonCounter.cxx.
References _max_late_time, _max_prompt_time, _min_late_time, and _min_prompt_time.
Referenced by SimPhotonCounter().
|
inline |
Definition at line 44 of file SimPhotonCounter.h.
void opdet::SimPhotonCounter::SetWavelengthRanges | ( | float | min_w, |
float | max_w | ||
) |
Definition at line 44 of file SimPhotonCounter.cxx.
References _max_wavelength, and _min_wavelength.
Referenced by SimPhotonCounter().
|
inherited |
Definition at line 49 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().
|
private |
Definition at line 697 of file SimPhotonCounter_module.cc.
References DEFINE_ART_MODULE, fPVS, phot::PhotonVisibilityService::RetrieveLightProd(), phot::PhotonVisibilityService::SetLibraryEntry(), phot::PhotonVisibilityService::SetLibraryReflT0Entry(), phot::PhotonVisibilityService::StoreReflected(), and phot::PhotonVisibilityService::StoreReflT0().
Referenced by analyze().
std::vector< float > opdet::SimPhotonCounter::TotalPhotonVector | ( | ) | const |
Definition at line 98 of file SimPhotonCounter.cxx.
References util::begin(), util::end(), GetVectorSize(), LatePhotonVector(), and PromptPhotonVector().
Referenced by opdet::FlashHypothesisComparison::FillComparisonInfo(), opdet::FlashHypothesisComparison::FillSimPhotonCounterInfo(), and Print().
|
inline |
Definition at line 84 of file SimPhotonCounter.h.
|
inlineprotectednoexceptinherited |
Definition at line 31 of file Observer.h.
References e, art::Observer::getTriggerResults(), art::Observer::wantAllEvents_, and art::Observer::wantEvent().
|
protectedinherited |
Definition at line 63 of file Observer.cc.
References art::Observer::rejectors_, art::Observer::selectors_, and art::Observer::wantAllEvents_.
Referenced by art::OutputModule::doEvent(), art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
private |
Definition at line 52 of file SimPhotonCounter.cxx.
References sim::OnePhoton::Energy.
Referenced by AddOnePhoton().
|
private |
Definition at line 108 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), and SetTimeRanges().
|
private |
Definition at line 106 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), and SetTimeRanges().
|
private |
Definition at line 112 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), and SetWavelengthRanges().
|
private |
Definition at line 107 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), and SetTimeRanges().
|
private |
Definition at line 105 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), and SetTimeRanges().
|
private |
Definition at line 111 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), and SetWavelengthRanges().
|
private |
Definition at line 103 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), ClearVectors(), Print(), and SimPhotonCounter().
|
private |
Definition at line 102 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), ClearVectors(), Print(), and SimPhotonCounter().
|
private |
Definition at line 109 of file SimPhotonCounter.h.
Referenced by AddOnePhoton(), Print(), and SimPhotonCounter().
|
private |
Definition at line 129 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 130 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 124 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 125 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 126 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 143 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 143 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 133 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 114 of file SimPhotonCounter_module.cc.
|
private |
Definition at line 98 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and isVisible().
|
private |
Definition at line 141 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 103 of file SimPhotonCounter_module.cc.
Referenced by analyze(), beginJob(), and isVisible().
|
private |
Definition at line 102 of file SimPhotonCounter_module.cc.
Referenced by analyze(), beginJob(), and isVisible().
|
private |
Definition at line 137 of file SimPhotonCounter_module.cc.
Referenced by analyze(), beginJob(), and isVisible().
|
private |
Definition at line 105 of file SimPhotonCounter_module.cc.
Referenced by analyze(), beginJob(), and isVisible().
|
private |
Definition at line 104 of file SimPhotonCounter_module.cc.
Referenced by analyze(), beginJob(), and isVisible().
|
private |
Definition at line 142 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 134 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 120 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 121 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 122 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 142 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 144 of file SimPhotonCounter_module.cc.
|
private |
Definition at line 149 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 152 of file SimPhotonCounter_module.cc.
Referenced by analyze(), beginJob(), endJob(), isVisible(), and storeVisibility().
|
private |
Definition at line 142 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 106 of file SimPhotonCounter_module.cc.
Referenced by beginJob(), and isVisible().
|
private |
Definition at line 139 of file SimPhotonCounter_module.cc.
Referenced by analyze().
|
private |
Definition at line 138 of file SimPhotonCounter_module.cc.
Referenced by analyze().
|
private |
Definition at line 148 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 147 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 145 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 146 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 127 of file SimPhotonCounter_module.cc.
Referenced by analyze().
|
private |
Definition at line 94 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 93 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 91 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 92 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 119 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 142 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 154 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and isVisible().
|
private |
Definition at line 100 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and isVisible().
|
private |
Definition at line 118 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 113 of file SimPhotonCounter_module.cc.
|
staticprivate |
Threshold used to resolve between visible and ultraviolet light.
Definition at line 81 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and isVisible().
|
staticprivate |
Value used when a typical visible light wavelength is needed.
Definition at line 84 of file SimPhotonCounter_module.cc.
|
staticprivate |
Value used when a typical ultraviolet light wavelength is needed.
Definition at line 87 of file SimPhotonCounter_module.cc.
Referenced by analyze().
|
private |
Definition at line 151 of file SimPhotonCounter_module.cc.
Referenced by analyze(), and beginJob().