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) |
Public Member Functions inherited from detinfo::LArProperties | |
LArProperties (const LArProperties &)=delete | |
LArProperties (LArProperties &&)=delete | |
LArProperties & | operator= (const LArProperties &)=delete |
LArProperties & | operator= (LArProperties &&)=delete |
virtual | ~LArProperties ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from detinfo::LArProperties | |
LArProperties ()=default | |
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 21 of file LArPropertiesStandard.cxx.
|
explicit |
Definition at line 27 of file LArPropertiesStandard.cxx.
|
delete |
|
virtualdefault |
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 296 of file LArPropertiesStandard.cxx.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 125 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 126 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 95 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Ar atomic mass (g/mol)
Implements detinfo::LArProperties.
Definition at line 100 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Ar atomic number.
Implements detinfo::LArProperties.
Definition at line 98 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 127 of file LArPropertiesStandard.h.
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 96 of file LArPropertiesStandard.cxx.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 123 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 124 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Ar mean excitation energy (eV)
Implements detinfo::LArProperties.
Definition at line 102 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 185 of file LArPropertiesStandard.h.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 244 of file LArPropertiesStandard.cxx.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 119 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 120 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 117 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 118 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 121 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 122 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 115 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 116 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 313 of file LArPropertiesStandard.cxx.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 278 of file LArPropertiesStandard.cxx.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 107 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 109 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 105 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 112 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 104 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 106 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 111 of file LArPropertiesStandard.h.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 113 of file LArPropertiesStandard.h.
|
inline |
Definition at line 152 of file LArPropertiesStandard.h.
|
inline |
Definition at line 151 of file LArPropertiesStandard.h.
|
inline |
Definition at line 167 of file LArPropertiesStandard.h.
|
inline |
Definition at line 168 of file LArPropertiesStandard.h.
|
inline |
Definition at line 140 of file LArPropertiesStandard.h.
|
inline |
Definition at line 142 of file LArPropertiesStandard.h.
|
inline |
Definition at line 141 of file LArPropertiesStandard.h.
|
inline |
Definition at line 165 of file LArPropertiesStandard.h.
|
inline |
Definition at line 166 of file LArPropertiesStandard.h.
|
inline |
Definition at line 177 of file LArPropertiesStandard.h.
|
inline |
Definition at line 184 of file LArPropertiesStandard.h.
|
inline |
Definition at line 146 of file LArPropertiesStandard.h.
|
inline |
Definition at line 145 of file LArPropertiesStandard.h.
|
inline |
Definition at line 163 of file LArPropertiesStandard.h.
|
inline |
Definition at line 164 of file LArPropertiesStandard.h.
|
inline |
Definition at line 143 of file LArPropertiesStandard.h.
|
inline |
Definition at line 159 of file LArPropertiesStandard.h.
|
inline |
Definition at line 160 of file LArPropertiesStandard.h.
|
inline |
Definition at line 161 of file LArPropertiesStandard.h.
|
inline |
Definition at line 162 of file LArPropertiesStandard.h.
|
inline |
Definition at line 157 of file LArPropertiesStandard.h.
|
inline |
Definition at line 158 of file LArPropertiesStandard.h.
|
inline |
Definition at line 139 of file LArPropertiesStandard.h.
|
inline |
Definition at line 154 of file LArPropertiesStandard.h.
|
inline |
Definition at line 153 of file LArPropertiesStandard.h.
|
inline |
Definition at line 182 of file LArPropertiesStandard.h.
|
inline |
Definition at line 180 of file LArPropertiesStandard.h.
|
inline |
Definition at line 179 of file LArPropertiesStandard.h.
|
inline |
Definition at line 181 of file LArPropertiesStandard.h.
|
inline |
Definition at line 150 of file LArPropertiesStandard.h.
|
inline |
Definition at line 149 of file LArPropertiesStandard.h.
|
inline |
Definition at line 176 of file LArPropertiesStandard.h.
|
inline |
Definition at line 156 of file LArPropertiesStandard.h.
|
inline |
Definition at line 173 of file LArPropertiesStandard.h.
|
inline |
Definition at line 171 of file LArPropertiesStandard.h.
|
inline |
Definition at line 172 of file LArPropertiesStandard.h.
|
inline |
Definition at line 174 of file LArPropertiesStandard.h.
|
inline |
Definition at line 170 of file LArPropertiesStandard.h.
|
inline |
Definition at line 175 of file LArPropertiesStandard.h.
|
inline |
Definition at line 148 of file LArPropertiesStandard.h.
|
inline |
Definition at line 147 of file LArPropertiesStandard.h.
|
inline |
Definition at line 195 of file LArPropertiesStandard.h.
|
inline |
Definition at line 196 of file LArPropertiesStandard.h.
|
inline |
Definition at line 193 of file LArPropertiesStandard.h.
|
inline |
Definition at line 194 of file LArPropertiesStandard.h.
|
inline |
Definition at line 191 of file LArPropertiesStandard.h.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 261 of file LArPropertiesStandard.cxx.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 354 of file LArPropertiesStandard.cxx.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 330 of file LArPropertiesStandard.cxx.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 376 of file LArPropertiesStandard.cxx.
|
overridevirtual |
Implements detinfo::LArProperties.
Definition at line 392 of file LArPropertiesStandard.cxx.
|
inlineoverridevirtual |
Implements detinfo::LArProperties.
Definition at line 186 of file LArPropertiesStandard.h.
bool detinfo::LArPropertiesStandard::Update | ( | uint64_t | ts = 0 | ) |
Definition at line 236 of file LArPropertiesStandard.cxx.
|
protected |
Ar atomic mass (g/mol)
Definition at line 330 of file LArPropertiesStandard.h.
|
protected |
Definition at line 343 of file LArPropertiesStandard.h.
|
protected |
Definition at line 342 of file LArPropertiesStandard.h.
|
protected |
Definition at line 359 of file LArPropertiesStandard.h.
|
protected |
Definition at line 360 of file LArPropertiesStandard.h.
|
protected |
decays per cm^3 per second
Definition at line 325 of file LArPropertiesStandard.h.
|
protected |
Definition at line 357 of file LArPropertiesStandard.h.
|
protected |
Definition at line 358 of file LArPropertiesStandard.h.
|
protected |
Definition at line 370 of file LArPropertiesStandard.h.
|
protected |
Definition at line 377 of file LArPropertiesStandard.h.
|
protected |
Definition at line 337 of file LArPropertiesStandard.h.
|
protected |
Definition at line 336 of file LArPropertiesStandard.h.
|
protected |
Ar mean excitation energy (eV)
Definition at line 331 of file LArPropertiesStandard.h.
|
protected |
Definition at line 322 of file LArPropertiesStandard.h.
|
protected |
Definition at line 355 of file LArPropertiesStandard.h.
|
protected |
Definition at line 356 of file LArPropertiesStandard.h.
|
protected |
Definition at line 351 of file LArPropertiesStandard.h.
|
protected |
Definition at line 352 of file LArPropertiesStandard.h.
|
protected |
Definition at line 353 of file LArPropertiesStandard.h.
|
protected |
Definition at line 354 of file LArPropertiesStandard.h.
|
protected |
Definition at line 349 of file LArPropertiesStandard.h.
|
protected |
Definition at line 350 of file LArPropertiesStandard.h.
|
protected |
g/cm^2
Definition at line 324 of file LArPropertiesStandard.h.
|
protected |
Definition at line 345 of file LArPropertiesStandard.h.
|
protected |
Definition at line 344 of file LArPropertiesStandard.h.
|
protected |
Definition at line 375 of file LArPropertiesStandard.h.
|
protected |
Definition at line 373 of file LArPropertiesStandard.h.
|
protected |
Definition at line 372 of file LArPropertiesStandard.h.
|
protected |
Definition at line 374 of file LArPropertiesStandard.h.
|
protected |
Definition at line 341 of file LArPropertiesStandard.h.
|
protected |
Definition at line 340 of file LArPropertiesStandard.h.
|
protected |
Definition at line 368 of file LArPropertiesStandard.h.
|
protected |
Definition at line 347 of file LArPropertiesStandard.h.
|
protected |
Definition at line 365 of file LArPropertiesStandard.h.
|
protected |
Definition at line 363 of file LArPropertiesStandard.h.
|
protected |
Definition at line 364 of file LArPropertiesStandard.h.
|
protected |
Definition at line 366 of file LArPropertiesStandard.h.
|
protected |
Definition at line 362 of file LArPropertiesStandard.h.
|
protected |
Definition at line 367 of file LArPropertiesStandard.h.
|
protected |
Definition at line 339 of file LArPropertiesStandard.h.
|
protected |
Definition at line 338 of file LArPropertiesStandard.h.
|
protected |
Definition at line 381 of file LArPropertiesStandard.h.
|
protected |
Definition at line 382 of file LArPropertiesStandard.h.
|
protected |
Definition at line 379 of file LArPropertiesStandard.h.
|
protected |
Definition at line 380 of file LArPropertiesStandard.h.
|
protected |
Definition at line 378 of file LArPropertiesStandard.h.
|
protected |
Ar atomic number.
Definition at line 329 of file LArPropertiesStandard.h.