![]() |
ATLAS Offline Software
|
#include <TRT_ElectronPidTool_ToTcalculation.h>
Public Member Functions | |
| ToTcalculator (AthAlgTool &) | |
| virtual | ~ToTcalculator () |
| void | setDefaultCalibrationConstants () |
| double | GetToT (unsigned int bitpattern, double HitZ, double HitR, int BEC, int Layer, int Strawlayer) |
| double | GetD (double R_track) |
| double | GetElProb (double ToTbyD) |
| void | checkInitialization () |
| bool | FillBlob (const unsigned char *) |
| float | Limit (float prob) const |
| 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. | |
Public Attributes | |
| AthAlgTool & | parent |
| const char * | my_name |
| int | BLOB_SIZE |
| unsigned char * | Blob |
| float & | UpperLimit |
| float & | LowerLimit |
| bool | HasBeenInitialized |
| int | CurrentVersion |
Static Public Attributes | |
| static const int | my_CurrentVersion = 4 |
| static const int | _Version = 0 |
| static const int | _Day = 1 |
| static const int | _Month = 2 |
| static const int | _Year = 3 |
| static const int | OFF_UpperLim = 4 |
| static const int | OFF_LowerLim = 8 |
Private Member Functions | |
| double | ExtractToT (unsigned int bitpattern) |
| double | correctToT (double ToT, double HitZ, double HitR, int BEC, int Layer, int Strawlayer) |
| double | BarrelLongToTCorrection (double, double, const float *) |
| double | BarrelShortToTCorrection (double, double, const float *) |
| double | EndcapToTCorrection (double, double, const float *) |
| int | resolveIndex (int BEC, int Layer, int Strawlayer) |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| float * | ToTCorrectionConstants |
| float * | gausParametersElectron |
| float * | gausParametersPion |
| float & | parValBarrelLongNeg |
| float & | parValBarrelLongPos |
| float & | parValBarrelShortNeg |
| float & | parValBarrelShortPos |
| 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). | |
Static Private Attributes | |
| static const int | NparsBarrel = 3 |
| static const int | NparsEndcap = 4 |
| static const int | NparametrizedSectionsBarrel = 73 |
| static const int | NparametrizedSectionsEndcap = 14 |
| static const int | SIZE_OF_HEADER = 16 |
| static const int | SIZE_GAUS_PARS = 9 * sizeof(float) |
| static const int | N_TOT_CONSTANTS |
| static const int | SIZE_TOT_CONSTANTS = N_TOT_CONSTANTS * sizeof(float) |
| static const int | SIZE_PAR_VAL = 4 * sizeof(float) |
| static const int | OFF_GAUS_PARS_ELE = SIZE_OF_HEADER |
| static const int | OFF_GAUS_PARS_PIO = OFF_GAUS_PARS_ELE + SIZE_GAUS_PARS |
| static const int | OFF_TOT_CONSTANTS = OFF_GAUS_PARS_PIO + SIZE_GAUS_PARS |
| static const int | OFF_PAR_VALS = OFF_TOT_CONSTANTS + SIZE_TOT_CONSTANTS |
| static const int | PAR0 = 0 |
| static const int | PAR1 = 1 |
| static const int | PAR2 = 2 |
| static const int | PAR3 = 3 |
Definition at line 21 of file TRT_ElectronPidTool_ToTcalculation.h.
| InDet::TRT_ElectronPidTool::ToTcalculator::ToTcalculator | ( | AthAlgTool & | ) |
|
virtual |
|
private |
|
private |
|
inherited |
Definition at line 38 of file BaseTRTPIDCalculator.cxx.
|
private |
|
private |
|
private |
|
inherited |
Definition at line 29 of file BaseTRTPIDCalculator.cxx.
| double InDet::TRT_ElectronPidTool::ToTcalculator::GetD | ( | double | R_track | ) |
| double InDet::TRT_ElectronPidTool::ToTcalculator::GetElProb | ( | double | ToTbyD | ) |
| double InDet::TRT_ElectronPidTool::ToTcalculator::GetToT | ( | unsigned int | bitpattern, |
| double | HitZ, | ||
| double | HitR, | ||
| int | BEC, | ||
| int | Layer, | ||
| int | Strawlayer ) |
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inherited |
Definition at line 45 of file BaseTRTPIDCalculator.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 167 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 182 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.
|
private |
|
virtual |
Implements InDet::BaseTRTPIDCalculator.
|
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.
|
staticinherited |
Definition at line 40 of file BaseTRTPIDCalculator.h.
|
staticinherited |
Definition at line 41 of file BaseTRTPIDCalculator.h.
|
staticinherited |
Definition at line 39 of file BaseTRTPIDCalculator.h.
|
staticinherited |
Definition at line 42 of file BaseTRTPIDCalculator.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.h.
|
inherited |
Definition at line 25 of file BaseTRTPIDCalculator.h.
|
inherited |
Definition at line 24 of file BaseTRTPIDCalculator.h.
|
inherited |
Definition at line 38 of file BaseTRTPIDCalculator.h.
|
private |
Definition at line 105 of file TRT_ElectronPidTool_ToTcalculation.h.
|
private |
Definition at line 106 of file TRT_ElectronPidTool_ToTcalculation.h.
|
inherited |
Definition at line 30 of file BaseTRTPIDCalculator.h.
|
inherited |
Definition at line 28 of file BaseTRTPIDCalculator.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels).
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
static |
Definition at line 25 of file TRT_ElectronPidTool_ToTcalculation.h.
|
inherited |
Definition at line 23 of file BaseTRTPIDCalculator.h.
|
staticprivate |
Definition at line 78 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 73 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 74 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 70 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 71 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 84 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 85 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticinherited |
Definition at line 45 of file BaseTRTPIDCalculator.h.
|
staticprivate |
Definition at line 87 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 86 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticinherited |
Definition at line 44 of file BaseTRTPIDCalculator.h.
|
staticprivate |
Definition at line 90 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 91 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 92 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 93 of file TRT_ElectronPidTool_ToTcalculation.h.
|
inherited |
Definition at line 22 of file BaseTRTPIDCalculator.h.
|
private |
Definition at line 110 of file TRT_ElectronPidTool_ToTcalculation.h.
|
private |
Definition at line 111 of file TRT_ElectronPidTool_ToTcalculation.h.
|
private |
Definition at line 112 of file TRT_ElectronPidTool_ToTcalculation.h.
|
private |
Definition at line 113 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 77 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 76 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 82 of file TRT_ElectronPidTool_ToTcalculation.h.
|
staticprivate |
Definition at line 80 of file TRT_ElectronPidTool_ToTcalculation.h.
|
private |
Definition at line 103 of file TRT_ElectronPidTool_ToTcalculation.h.
|
inherited |
Definition at line 27 of file BaseTRTPIDCalculator.h.