LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Properties related to liquid argon environment in the detector. More...
#include "LArPropertiesStandard.h"
Classes | |
struct | Configuration_t |
structure with all configuration parameters More... | |
struct | ConfigWithScintByType_t |
structure with all configuration parameters More... | |
Public Types | |
using | ConfigurationParameters_t = ConfigWithScintByType_t |
Public Member Functions | |
LArPropertiesStandard () | |
LArPropertiesStandard (fhicl::ParameterSet const &pset, std::set< std::string > ignore_params={}) | |
LArPropertiesStandard (LArPropertiesStandard const &)=delete | |
virtual | ~LArPropertiesStandard ()=default |
bool | Configure (fhicl::ParameterSet const &pset, std::set< std::string > ignore_params={}) |
Configures the provider. More... | |
bool | Update (uint64_t ts=0) |
virtual double | RadiationLength () const override |
g/cm^2 More... | |
virtual double | Argon39DecayRate () const override |
virtual double | AtomicNumber () const override |
Ar atomic number. More... | |
virtual double | AtomicMass () const override |
Ar atomic mass (g/mol) More... | |
virtual double | ExcitationEnergy () const override |
Ar mean excitation energy (eV) More... | |
virtual double | ScintResolutionScale () const override |
virtual double | ScintFastTimeConst () const override |
virtual double | ScintSlowTimeConst () const override |
virtual double | ScintBirksConstant () const override |
virtual bool | ScintByParticleType () const override |
virtual double | ScintYield (bool prescale=false) const override |
virtual double | ScintPreScale (bool prescale=true) const override |
virtual double | ScintYieldRatio () const override |
virtual double | ProtonScintYield (bool prescale=false) const override |
virtual double | ProtonScintYieldRatio () const override |
virtual double | MuonScintYield (bool prescale=false) const override |
virtual double | MuonScintYieldRatio () const override |
virtual double | KaonScintYield (bool prescale=false) const override |
virtual double | KaonScintYieldRatio () const override |
virtual double | PionScintYield (bool prescale=false) const override |
virtual double | PionScintYieldRatio () const override |
virtual double | ElectronScintYield (bool prescale=false) const override |
virtual double | ElectronScintYieldRatio () const override |
virtual double | AlphaScintYield (bool prescale=false) const override |
virtual double | AlphaScintYieldRatio () const override |
virtual bool | CerenkovLightEnabled () const override |
virtual std::map< double, double > | SlowScintSpectrum () const override |
virtual std::map< double, double > | FastScintSpectrum () const override |
virtual std::map< double, double > | RIndexSpectrum () const override |
virtual std::map< double, double > | AbsLengthSpectrum () const override |
virtual std::map< double, double > | RayleighSpectrum () const override |
virtual std::map< std::string, std::map< double, double > > | SurfaceReflectances () const override |
virtual std::map< std::string, std::map< double, double > > | SurfaceReflectanceDiffuseFractions () const override |
void | SetRadiationLength (double rl) |
void | SetArgon39DecayRate (double r) |
void | SetAtomicNumber (double z) |
void | SetAtomicMass (double a) |
void | SetMeanExcitationEnergy (double e) |
void | SetFastScintSpectrum (std::vector< double > s) |
void | SetFastScintEnergies (std::vector< double > s) |
void | SetSlowScintSpectrum (std::vector< double > s) |
void | SetSlowScintEnergies (std::vector< double > s) |
void | SetRIndexSpectrum (std::vector< double > s) |
void | SetRIndexEnergies (std::vector< double > s) |
void | SetAbsLengthSpectrum (std::vector< double > s) |
void | SetAbsLengthEnergies (std::vector< double > s) |
void | SetRayleighSpectrum (std::vector< double > s) |
void | SetRayleighEnergies (std::vector< double > s) |
void | SetScintByParticleType (bool l) |
void | SetProtonScintYield (double y) |
void | SetProtonScintYieldRatio (double r) |
void | SetMuonScintYield (double y) |
void | SetMuonScintYieldRatio (double r) |
void | SetPionScintYield (double y) |
void | SetPionScintYieldRatio (double r) |
void | SetKaonScintYield (double y) |
void | SetKaonScintYieldRatio (double r) |
void | SetElectronScintYield (double y) |
void | SetElectronScintYieldRatio (double r) |
void | SetAlphaScintYield (double y) |
void | SetAlphaScintYieldRatio (double r) |
void | SetScintYield (double y) |
void | SetScintPreScale (double s) |
void | SetScintResolutionScale (double r) |
void | SetScintFastTimeConst (double t) |
void | SetScintSlowTimeConst (double t) |
void | SetScintYieldRatio (double r) |
void | SetScintBirksConstant (double kb) |
void | SetEnableCerenkovLight (bool f) |
void | SetReflectiveSurfaceNames (std::vector< std::string > n) |
void | SetReflectiveSurfaceEnergies (std::vector< double > e) |
void | SetReflectiveSurfaceReflectances (std::vector< std::vector< double > > r) |
void | SetReflectiveSurfaceDiffuseFractions (std::vector< std::vector< double > > f) |
void | SetExtraMatProperties (bool l) |
virtual bool | ExtraMatProperties () const override |
virtual double | TpbTimeConstant () const override |
virtual std::map< double, double > | TpbAbs () const override |
virtual std::map< double, double > | TpbEm () const override |
void | SetTpbTimeConstant (double y) |
void | SetTpbEmmisionEnergies (std::vector< double > s) |
void | SetTpbEmmisionSpectrum (std::vector< double > s) |
void | SetTpbAbsorptionEnergies (std::vector< double > s) |
void | SetTpbAbsorptionSpectrum (std::vector< double > s) |
Properties related to liquid argon environment in the detector.
This class can access databases via DatabaseUtil service.
Definition at line 72 of file LArPropertiesStandard.h.
Definition at line 400 of file LArPropertiesStandard.h.
detinfo::LArPropertiesStandard::LArPropertiesStandard | ( | ) |
Definition at line 29 of file LArPropertiesStandard.cxx.
|
explicit |
Definition at line 35 of file LArPropertiesStandard.cxx.
References Configure(), fIsConfigured, fhicl::ParameterSet::get(), ScintByParticleType(), SetAbsLengthEnergies(), SetAbsLengthSpectrum(), SetAlphaScintYield(), SetAlphaScintYieldRatio(), SetArgon39DecayRate(), SetAtomicMass(), SetAtomicNumber(), SetElectronScintYield(), SetElectronScintYieldRatio(), SetEnableCerenkovLight(), SetFastScintEnergies(), SetFastScintSpectrum(), SetKaonScintYield(), SetKaonScintYieldRatio(), SetMeanExcitationEnergy(), SetMuonScintYield(), SetMuonScintYieldRatio(), SetPionScintYield(), SetPionScintYieldRatio(), SetProtonScintYield(), SetProtonScintYieldRatio(), SetRadiationLength(), SetRayleighEnergies(), SetRayleighSpectrum(), SetReflectiveSurfaceDiffuseFractions(), SetReflectiveSurfaceEnergies(), SetReflectiveSurfaceNames(), SetReflectiveSurfaceReflectances(), SetRIndexEnergies(), SetRIndexSpectrum(), SetScintBirksConstant(), SetScintByParticleType(), SetScintFastTimeConst(), SetScintPreScale(), SetScintResolutionScale(), SetScintSlowTimeConst(), SetScintYield(), SetScintYieldRatio(), SetSlowScintEnergies(), SetSlowScintSpectrum(), and lar::dump::vector().
|
delete |
|
virtualdefault |
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 304 of file LArPropertiesStandard.cxx.
References fAbsLengthEnergies, and fAbsLengthSpectrum.
Referenced by CerenkovLightEnabled().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 125 of file LArPropertiesStandard.h.
References fAlphaScintYield, and ScintPreScale().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 126 of file LArPropertiesStandard.h.
References fAlphaScintYieldRatio.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 95 of file LArPropertiesStandard.h.
References fArgon39DecayRate.
|
inlineoverridevirtual |
Ar atomic mass (g/mol)
Implements detinfo::LArProperties.
Definition at line 100 of file LArPropertiesStandard.h.
References fA.
|
inlineoverridevirtual |
Ar atomic number.
Implements detinfo::LArProperties.
Definition at line 98 of file LArPropertiesStandard.h.
References fZ.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 127 of file LArPropertiesStandard.h.
References AbsLengthSpectrum(), FastScintSpectrum(), fEnableCerenkovLight, RayleighSpectrum(), RIndexSpectrum(), SlowScintSpectrum(), SurfaceReflectanceDiffuseFractions(), and SurfaceReflectances().
bool detinfo::LArPropertiesStandard::Configure | ( | fhicl::ParameterSet const & | pset, |
std::set< std::string > | ignore_params = {} |
||
) |
Configures the provider.
pset | configuration parameter set |
ignore_params | unknown parameters to be tolerated (optional) |
This method will validate the parameter set (except for the parameters it's explicitly told to ignore) and extract the useful information out of it.
Definition at line 104 of file LArPropertiesStandard.cxx.
References detinfo::LArPropertiesStandard::Configuration_t::AbsLengthEnergies, detinfo::LArPropertiesStandard::Configuration_t::AbsLengthSpectrum, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::AlphaScintYield, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::AlphaScintYieldRatio, detinfo::LArPropertiesStandard::Configuration_t::Argon39DecayRate, detinfo::LArPropertiesStandard::Configuration_t::AtomicMass, detinfo::LArPropertiesStandard::Configuration_t::AtomicNumber, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::ElectronScintYield, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::ElectronScintYieldRatio, detinfo::LArPropertiesStandard::Configuration_t::EnableCerenkovLight, detinfo::LArPropertiesStandard::Configuration_t::ExtraMatProperties, detinfo::LArPropertiesStandard::Configuration_t::FastScintEnergies, detinfo::LArPropertiesStandard::Configuration_t::FastScintSpectrum, fIsConfigured, fhicl::ParameterSet::get(), lar::IgnorableProviderConfigKeys(), detinfo::LArPropertiesStandard::ConfigWithScintByType_t::KaonScintYield, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::KaonScintYieldRatio, fhicl::detail::ParameterBase::key(), detinfo::LArPropertiesStandard::Configuration_t::MeanExcitationEnergy, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::MuonScintYield, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::MuonScintYieldRatio, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::PionScintYield, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::PionScintYieldRatio, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::ProtonScintYield, detinfo::LArPropertiesStandard::ConfigWithScintByType_t::ProtonScintYieldRatio, detinfo::LArPropertiesStandard::Configuration_t::RadiationLength, detinfo::LArPropertiesStandard::Configuration_t::RayleighEnergies, detinfo::LArPropertiesStandard::Configuration_t::RayleighSpectrum, detinfo::LArPropertiesStandard::Configuration_t::ReflectiveSurfaceDiffuseFractions, detinfo::LArPropertiesStandard::Configuration_t::ReflectiveSurfaceEnergies, detinfo::LArPropertiesStandard::Configuration_t::ReflectiveSurfaceNames, detinfo::LArPropertiesStandard::Configuration_t::ReflectiveSurfaceReflectances, detinfo::LArPropertiesStandard::Configuration_t::RIndexEnergies, detinfo::LArPropertiesStandard::Configuration_t::RIndexSpectrum, detinfo::LArPropertiesStandard::Configuration_t::ScintBirksConstant, detinfo::LArPropertiesStandard::Configuration_t::ScintByParticleType, detinfo::LArPropertiesStandard::Configuration_t::ScintFastTimeConst, detinfo::LArPropertiesStandard::Configuration_t::ScintPreScale, detinfo::LArPropertiesStandard::Configuration_t::ScintResolutionScale, detinfo::LArPropertiesStandard::Configuration_t::ScintSlowTimeConst, detinfo::LArPropertiesStandard::Configuration_t::ScintYield, detinfo::LArPropertiesStandard::Configuration_t::ScintYieldRatio, SetAbsLengthEnergies(), SetAbsLengthSpectrum(), SetAlphaScintYield(), SetAlphaScintYieldRatio(), SetArgon39DecayRate(), SetAtomicMass(), SetAtomicNumber(), SetElectronScintYield(), SetElectronScintYieldRatio(), SetEnableCerenkovLight(), SetExtraMatProperties(), SetFastScintEnergies(), SetFastScintSpectrum(), SetKaonScintYield(), SetKaonScintYieldRatio(), SetMeanExcitationEnergy(), SetMuonScintYield(), SetMuonScintYieldRatio(), SetPionScintYield(), SetPionScintYieldRatio(), SetProtonScintYield(), SetProtonScintYieldRatio(), SetRadiationLength(), SetRayleighEnergies(), SetRayleighSpectrum(), SetReflectiveSurfaceDiffuseFractions(), SetReflectiveSurfaceEnergies(), SetReflectiveSurfaceNames(), SetReflectiveSurfaceReflectances(), SetRIndexEnergies(), SetRIndexSpectrum(), SetScintBirksConstant(), SetScintByParticleType(), SetScintFastTimeConst(), SetScintPreScale(), SetScintResolutionScale(), SetScintSlowTimeConst(), SetScintYield(), SetScintYieldRatio(), SetSlowScintEnergies(), SetSlowScintSpectrum(), SetTpbAbsorptionEnergies(), SetTpbAbsorptionSpectrum(), SetTpbEmmisionEnergies(), SetTpbEmmisionSpectrum(), SetTpbTimeConstant(), detinfo::LArPropertiesStandard::Configuration_t::SlowScintEnergies, detinfo::LArPropertiesStandard::Configuration_t::SlowScintSpectrum, detinfo::LArPropertiesStandard::Configuration_t::TpbAbsorptionEnergies, detinfo::LArPropertiesStandard::Configuration_t::TpbAbsorptionSpectrum, detinfo::LArPropertiesStandard::Configuration_t::TpbEmmisionEnergies, detinfo::LArPropertiesStandard::Configuration_t::TpbEmmisionSpectrum, detinfo::LArPropertiesStandard::Configuration_t::TpbTimeConstant, and fhicl::detail::atom::value().
Referenced by LArPropertiesStandard().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 123 of file LArPropertiesStandard.h.
References fElectronScintYield, and ScintPreScale().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 124 of file LArPropertiesStandard.h.
References fElectronScintYieldRatio.
|
inlineoverridevirtual |
Ar mean excitation energy (eV)
Implements detinfo::LArProperties.
Definition at line 102 of file LArPropertiesStandard.h.
References fI.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 185 of file LArPropertiesStandard.h.
References fExtraMatProperties.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 252 of file LArPropertiesStandard.cxx.
References fFastScintEnergies, and fFastScintSpectrum.
Referenced by CerenkovLightEnabled().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 119 of file LArPropertiesStandard.h.
References fKaonScintYield, and ScintPreScale().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 120 of file LArPropertiesStandard.h.
References fKaonScintYieldRatio.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 117 of file LArPropertiesStandard.h.
References fMuonScintYield, and ScintPreScale().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 118 of file LArPropertiesStandard.h.
References fMuonScintYieldRatio.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 121 of file LArPropertiesStandard.h.
References fPionScintYield, and ScintPreScale().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 122 of file LArPropertiesStandard.h.
References fPionScintYieldRatio.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 115 of file LArPropertiesStandard.h.
References fProtonScintYield, and ScintPreScale().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 116 of file LArPropertiesStandard.h.
References fProtonScintYieldRatio.
|
inlineoverridevirtual |
g/cm^2
Implements detinfo::LArProperties.
Definition at line 93 of file LArPropertiesStandard.h.
References fRadiationLength.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 321 of file LArPropertiesStandard.cxx.
References fRayleighEnergies, and fRayleighSpectrum.
Referenced by CerenkovLightEnabled().
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 286 of file LArPropertiesStandard.cxx.
References fRIndexEnergies, and fRIndexSpectrum.
Referenced by CerenkovLightEnabled().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 107 of file LArPropertiesStandard.h.
References fScintBirksConstant.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 109 of file LArPropertiesStandard.h.
References fScintByParticleType.
Referenced by LArPropertiesStandard().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 105 of file LArPropertiesStandard.h.
References fScintFastTimeConst.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 112 of file LArPropertiesStandard.h.
References fScintPreScale.
Referenced by AlphaScintYield(), ElectronScintYield(), KaonScintYield(), MuonScintYield(), PionScintYield(), ProtonScintYield(), and ScintYield().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 104 of file LArPropertiesStandard.h.
References fScintResolutionScale.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 106 of file LArPropertiesStandard.h.
References fScintSlowTimeConst.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 111 of file LArPropertiesStandard.h.
References fScintYield, and ScintPreScale().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 113 of file LArPropertiesStandard.h.
References fScintYieldRatio.
|
inline |
Definition at line 152 of file LArPropertiesStandard.h.
References fAbsLengthEnergies, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 151 of file LArPropertiesStandard.h.
References fAbsLengthSpectrum, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 167 of file LArPropertiesStandard.h.
References fAlphaScintYield, and y.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 168 of file LArPropertiesStandard.h.
References fAlphaScintYieldRatio.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 140 of file LArPropertiesStandard.h.
References fArgon39DecayRate.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 142 of file LArPropertiesStandard.h.
References fA.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 141 of file LArPropertiesStandard.h.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 165 of file LArPropertiesStandard.h.
References fElectronScintYield, and y.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 166 of file LArPropertiesStandard.h.
References fElectronScintYieldRatio.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 177 of file LArPropertiesStandard.h.
References f, and fEnableCerenkovLight.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 184 of file LArPropertiesStandard.h.
References fExtraMatProperties.
Referenced by Configure().
|
inline |
Definition at line 146 of file LArPropertiesStandard.h.
References fFastScintEnergies, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 145 of file LArPropertiesStandard.h.
References fFastScintSpectrum, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 163 of file LArPropertiesStandard.h.
References fKaonScintYield, and y.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 164 of file LArPropertiesStandard.h.
References fKaonScintYieldRatio.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 143 of file LArPropertiesStandard.h.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 159 of file LArPropertiesStandard.h.
References fMuonScintYield, and y.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 160 of file LArPropertiesStandard.h.
References fMuonScintYieldRatio.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 161 of file LArPropertiesStandard.h.
References fPionScintYield, and y.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 162 of file LArPropertiesStandard.h.
References fPionScintYieldRatio.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 157 of file LArPropertiesStandard.h.
References fProtonScintYield, and y.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 158 of file LArPropertiesStandard.h.
References fProtonScintYieldRatio.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 139 of file LArPropertiesStandard.h.
References fRadiationLength.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 154 of file LArPropertiesStandard.h.
References fRayleighEnergies, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 153 of file LArPropertiesStandard.h.
References fRayleighSpectrum, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 182 of file LArPropertiesStandard.h.
References f, and fReflectiveSurfaceDiffuseFractions.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 180 of file LArPropertiesStandard.h.
References e, and fReflectiveSurfaceEnergies.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 179 of file LArPropertiesStandard.h.
References fReflectiveSurfaceNames, and n.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 181 of file LArPropertiesStandard.h.
References fReflectiveSurfaceReflectances.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 150 of file LArPropertiesStandard.h.
References fRIndexEnergies, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 149 of file LArPropertiesStandard.h.
References fRIndexSpectrum, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 176 of file LArPropertiesStandard.h.
References fScintBirksConstant.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 156 of file LArPropertiesStandard.h.
References fScintByParticleType.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 173 of file LArPropertiesStandard.h.
References fScintFastTimeConst.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 171 of file LArPropertiesStandard.h.
References fScintPreScale, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 172 of file LArPropertiesStandard.h.
References fScintResolutionScale.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 174 of file LArPropertiesStandard.h.
References fScintSlowTimeConst.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 170 of file LArPropertiesStandard.h.
References fScintYield, and y.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 175 of file LArPropertiesStandard.h.
References fScintYieldRatio.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 148 of file LArPropertiesStandard.h.
References fSlowScintEnergies, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 147 of file LArPropertiesStandard.h.
References fSlowScintSpectrum, and s.
Referenced by Configure(), and LArPropertiesStandard().
|
inline |
Definition at line 195 of file LArPropertiesStandard.h.
References fTpbAbsorptionEnergies, and s.
Referenced by Configure().
|
inline |
Definition at line 196 of file LArPropertiesStandard.h.
References fTpbAbsorptionSpectrum, and s.
Referenced by Configure().
|
inline |
Definition at line 193 of file LArPropertiesStandard.h.
References fTpbEmmisionEnergies, and s.
Referenced by Configure().
|
inline |
Definition at line 194 of file LArPropertiesStandard.h.
References fTpbEmmisionSpectrum, and s.
Referenced by Configure().
|
inline |
Definition at line 191 of file LArPropertiesStandard.h.
References fTpbTimeConstant, and y.
Referenced by Configure().
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 269 of file LArPropertiesStandard.cxx.
References fSlowScintEnergies, and fSlowScintSpectrum.
Referenced by CerenkovLightEnabled().
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 362 of file LArPropertiesStandard.cxx.
References fReflectiveSurfaceDiffuseFractions, fReflectiveSurfaceEnergies, and fReflectiveSurfaceNames.
Referenced by CerenkovLightEnabled().
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 338 of file LArPropertiesStandard.cxx.
References fReflectiveSurfaceEnergies, fReflectiveSurfaceNames, and fReflectiveSurfaceReflectances.
Referenced by CerenkovLightEnabled().
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 384 of file LArPropertiesStandard.cxx.
References fTpbAbsorptionEnergies, and fTpbAbsorptionSpectrum.
Referenced by TpbTimeConstant().
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 400 of file LArPropertiesStandard.cxx.
References fTpbEmmisionEnergies, and fTpbEmmisionSpectrum.
Referenced by TpbTimeConstant().
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 186 of file LArPropertiesStandard.h.
References fTpbTimeConstant, TpbAbs(), and TpbEm().
bool detinfo::LArPropertiesStandard::Update | ( | uint64_t | ts = 0 | ) |
Definition at line 244 of file LArPropertiesStandard.cxx.
|
protected |
Ar atomic mass (g/mol)
Definition at line 330 of file LArPropertiesStandard.h.
Referenced by AtomicMass(), and SetAtomicMass().
|
protected |
Definition at line 343 of file LArPropertiesStandard.h.
Referenced by AbsLengthSpectrum(), and SetAbsLengthEnergies().
|
protected |
Definition at line 342 of file LArPropertiesStandard.h.
Referenced by AbsLengthSpectrum(), and SetAbsLengthSpectrum().
|
protected |
Definition at line 359 of file LArPropertiesStandard.h.
Referenced by AlphaScintYield(), and SetAlphaScintYield().
|
protected |
Definition at line 360 of file LArPropertiesStandard.h.
Referenced by AlphaScintYieldRatio(), and SetAlphaScintYieldRatio().
|
protected |
decays per cm^3 per second
Definition at line 325 of file LArPropertiesStandard.h.
Referenced by Argon39DecayRate(), and SetArgon39DecayRate().
|
protected |
Definition at line 357 of file LArPropertiesStandard.h.
Referenced by ElectronScintYield(), and SetElectronScintYield().
|
protected |
Definition at line 358 of file LArPropertiesStandard.h.
Referenced by ElectronScintYieldRatio(), and SetElectronScintYieldRatio().
|
protected |
Definition at line 370 of file LArPropertiesStandard.h.
Referenced by CerenkovLightEnabled(), and SetEnableCerenkovLight().
|
protected |
Definition at line 377 of file LArPropertiesStandard.h.
Referenced by ExtraMatProperties(), and SetExtraMatProperties().
|
protected |
Definition at line 337 of file LArPropertiesStandard.h.
Referenced by FastScintSpectrum(), and SetFastScintEnergies().
|
protected |
Definition at line 336 of file LArPropertiesStandard.h.
Referenced by FastScintSpectrum(), and SetFastScintSpectrum().
|
protected |
Ar mean excitation energy (eV)
Definition at line 331 of file LArPropertiesStandard.h.
Referenced by ExcitationEnergy(), and SetMeanExcitationEnergy().
|
protected |
Definition at line 322 of file LArPropertiesStandard.h.
Referenced by Configure(), and LArPropertiesStandard().
|
protected |
Definition at line 355 of file LArPropertiesStandard.h.
Referenced by KaonScintYield(), and SetKaonScintYield().
|
protected |
Definition at line 356 of file LArPropertiesStandard.h.
Referenced by KaonScintYieldRatio(), and SetKaonScintYieldRatio().
|
protected |
Definition at line 351 of file LArPropertiesStandard.h.
Referenced by MuonScintYield(), and SetMuonScintYield().
|
protected |
Definition at line 352 of file LArPropertiesStandard.h.
Referenced by MuonScintYieldRatio(), and SetMuonScintYieldRatio().
|
protected |
Definition at line 353 of file LArPropertiesStandard.h.
Referenced by PionScintYield(), and SetPionScintYield().
|
protected |
Definition at line 354 of file LArPropertiesStandard.h.
Referenced by PionScintYieldRatio(), and SetPionScintYieldRatio().
|
protected |
Definition at line 349 of file LArPropertiesStandard.h.
Referenced by ProtonScintYield(), and SetProtonScintYield().
|
protected |
Definition at line 350 of file LArPropertiesStandard.h.
Referenced by ProtonScintYieldRatio(), and SetProtonScintYieldRatio().
|
protected |
g/cm^2
Definition at line 324 of file LArPropertiesStandard.h.
Referenced by RadiationLength(), and SetRadiationLength().
|
protected |
Definition at line 345 of file LArPropertiesStandard.h.
Referenced by RayleighSpectrum(), and SetRayleighEnergies().
|
protected |
Definition at line 344 of file LArPropertiesStandard.h.
Referenced by RayleighSpectrum(), and SetRayleighSpectrum().
|
protected |
Definition at line 375 of file LArPropertiesStandard.h.
Referenced by SetReflectiveSurfaceDiffuseFractions(), and SurfaceReflectanceDiffuseFractions().
|
protected |
Definition at line 373 of file LArPropertiesStandard.h.
Referenced by SetReflectiveSurfaceEnergies(), SurfaceReflectanceDiffuseFractions(), and SurfaceReflectances().
|
protected |
Definition at line 372 of file LArPropertiesStandard.h.
Referenced by SetReflectiveSurfaceNames(), SurfaceReflectanceDiffuseFractions(), and SurfaceReflectances().
|
protected |
Definition at line 374 of file LArPropertiesStandard.h.
Referenced by SetReflectiveSurfaceReflectances(), and SurfaceReflectances().
|
protected |
Definition at line 341 of file LArPropertiesStandard.h.
Referenced by RIndexSpectrum(), and SetRIndexEnergies().
|
protected |
Definition at line 340 of file LArPropertiesStandard.h.
Referenced by RIndexSpectrum(), and SetRIndexSpectrum().
|
protected |
Definition at line 368 of file LArPropertiesStandard.h.
Referenced by ScintBirksConstant(), and SetScintBirksConstant().
|
protected |
Definition at line 347 of file LArPropertiesStandard.h.
Referenced by ScintByParticleType(), and SetScintByParticleType().
|
protected |
Definition at line 365 of file LArPropertiesStandard.h.
Referenced by ScintFastTimeConst(), and SetScintFastTimeConst().
|
protected |
Definition at line 363 of file LArPropertiesStandard.h.
Referenced by ScintPreScale(), and SetScintPreScale().
|
protected |
Definition at line 364 of file LArPropertiesStandard.h.
Referenced by ScintResolutionScale(), and SetScintResolutionScale().
|
protected |
Definition at line 366 of file LArPropertiesStandard.h.
Referenced by ScintSlowTimeConst(), and SetScintSlowTimeConst().
|
protected |
Definition at line 362 of file LArPropertiesStandard.h.
Referenced by ScintYield(), and SetScintYield().
|
protected |
Definition at line 367 of file LArPropertiesStandard.h.
Referenced by ScintYieldRatio(), and SetScintYieldRatio().
|
protected |
Definition at line 339 of file LArPropertiesStandard.h.
Referenced by SetSlowScintEnergies(), and SlowScintSpectrum().
|
protected |
Definition at line 338 of file LArPropertiesStandard.h.
Referenced by SetSlowScintSpectrum(), and SlowScintSpectrum().
|
protected |
Definition at line 381 of file LArPropertiesStandard.h.
Referenced by SetTpbAbsorptionEnergies(), and TpbAbs().
|
protected |
Definition at line 382 of file LArPropertiesStandard.h.
Referenced by SetTpbAbsorptionSpectrum(), and TpbAbs().
|
protected |
Definition at line 379 of file LArPropertiesStandard.h.
Referenced by SetTpbEmmisionEnergies(), and TpbEm().
|
protected |
Definition at line 380 of file LArPropertiesStandard.h.
Referenced by SetTpbEmmisionSpectrum(), and TpbEm().
|
protected |
Definition at line 378 of file LArPropertiesStandard.h.
Referenced by SetTpbTimeConstant(), and TpbTimeConstant().
|
protected |
Ar atomic number.
Definition at line 329 of file LArPropertiesStandard.h.
Referenced by AtomicNumber(), and SetAtomicNumber().