![]() |
ATLAS Offline Software
|
Effective gas: All quantities necessary to calculate PAI ionisation for gas mixture. More...
#include <TRT_PAI_effectiveGas.h>
Public Member Functions | |
| TRT_PAI_effectiveGas (TRT_PAI_gasMixture *gm, double Emin, double Emax, double tempK, double eps) | |
| void | GasTab (const std::vector< float > &gamvec, std::vector< float > &EArray, std::vector< std::vector< float > > &fnArray, std::vector< float > &dndx) |
| Tabulate double differential distribution. | |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Private Member Functions | |
| double | XSigma (double lnE, double dummy) |
| double | XFReal (double lnD, double lnE) |
| double | XGInt (double(TRT_PAI_effectiveGas::*pt2Func)(double, double), double lnLo, double lnHi, const double eps, double extraParameter) |
| double | dndedx (double lgE, double gamma) |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| std::vector< float > | m_lnELvls |
| std::vector< float > | m_lnFosc |
| std::vector< float > | m_lnIntegratedSigmas |
| std::vector< float > | m_lnEpsR |
| std::vector< float > | m_lnEpsI |
| const double | m_lnEmin |
| const double | m_lnEmax |
| const double | m_eps |
| double | m_S1 |
| double | m_Wp2 |
| double | m_S2 |
| double | m_ne |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels) | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging) | |
Effective gas: All quantities necessary to calculate PAI ionisation for gas mixture.
Definition at line 18 of file TRT_PAI_effectiveGas.h.
| TRT_PAI_effectiveGas::TRT_PAI_effectiveGas | ( | TRT_PAI_gasMixture * | gm, |
| double | Emin, | ||
| double | Emax, | ||
| double | tempK, | ||
| double | eps ) |
| gm | gas mixture |
| Emin | minimum energy transfer considered in calculations [eV] |
| Emax | maximum energy transfer considered in calculations [ev] |
| tempK | gas temperature [Kelvin] |
| eps | epsilon for numeric integration |
| mlog | Message stream |
Definition at line 23 of file TRT_PAI_effectiveGas.cxx.
|
private |
Definition at line 237 of file TRT_PAI_effectiveGas.cxx.
| void TRT_PAI_effectiveGas::GasTab | ( | const std::vector< float > & | gamvec, |
| std::vector< float > & | EArray, | ||
| std::vector< std::vector< float > > & | fnArray, | ||
| std::vector< float > & | dndx ) |
Tabulate double differential distribution.
| gamvec | vector of gamma values for which to tabulate |
| Earray | vector of energy transfer values |
| fnArray | double differential distribution |
| dndx | This array effectively contains the inverse of the mean free path as function of binned energy variable |
Definition at line 262 of file TRT_PAI_effectiveGas.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 163 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 178 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
private |
Definition at line 173 of file TRT_PAI_effectiveGas.cxx.
|
private |
Definition at line 193 of file TRT_PAI_effectiveGas.cxx.
|
private |
Definition at line 161 of file TRT_PAI_effectiveGas.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 62 of file TRT_PAI_effectiveGas.h.
|
mutableprivateinherited |
|
private |
Definition at line 55 of file TRT_PAI_effectiveGas.h.
|
private |
Definition at line 61 of file TRT_PAI_effectiveGas.h.
|
private |
Definition at line 60 of file TRT_PAI_effectiveGas.h.
|
private |
Definition at line 59 of file TRT_PAI_effectiveGas.h.
|
private |
Definition at line 58 of file TRT_PAI_effectiveGas.h.
|
private |
Definition at line 56 of file TRT_PAI_effectiveGas.h.
|
private |
Definition at line 57 of file TRT_PAI_effectiveGas.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
private |
Definition at line 66 of file TRT_PAI_effectiveGas.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 63 of file TRT_PAI_effectiveGas.h.
|
private |
Definition at line 65 of file TRT_PAI_effectiveGas.h.
|
private |
Definition at line 64 of file TRT_PAI_effectiveGas.h.