![]() |
ATLAS Offline Software
|
#include <BaseTRTPIDCalculator.h>
Public Member Functions | |
| BaseTRTPIDCalculator (AthAlgTool &p, int size, const char *name) | |
| ~BaseTRTPIDCalculator () | |
| BaseTRTPIDCalculator (const BaseTRTPIDCalculator &)=delete | |
| BaseTRTPIDCalculator & | operator= (const BaseTRTPIDCalculator &)=delete |
| virtual void | setDefaultCalibrationConstants ()=0 |
| void | checkInitialization () |
| bool | FillBlob (const unsigned char *) |
| float | Limit (float prob) const |
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 | SIZE_OF_HEADER = 12 |
| 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 |
Definition at line 19 of file BaseTRTPIDCalculator.h.
|
inline |
Definition at line 47 of file BaseTRTPIDCalculator.h.
|
inline |
Definition at line 58 of file BaseTRTPIDCalculator.h.
|
delete |
| void InDet::BaseTRTPIDCalculator::checkInitialization | ( | ) |
Definition at line 38 of file BaseTRTPIDCalculator.cxx.
| bool InDet::BaseTRTPIDCalculator::FillBlob | ( | const unsigned char * | source | ) |
Definition at line 29 of file BaseTRTPIDCalculator.cxx.
| float InDet::BaseTRTPIDCalculator::Limit | ( | float | prob | ) | const |
Definition at line 45 of file BaseTRTPIDCalculator.cxx.
|
delete |
|
pure virtual |
Implemented in InDet::TRT_ElectronPidTool::ToTcalculator.
|
static |
Definition at line 40 of file BaseTRTPIDCalculator.h.
|
static |
Definition at line 41 of file BaseTRTPIDCalculator.h.
|
static |
Definition at line 39 of file BaseTRTPIDCalculator.h.
|
static |
Definition at line 42 of file BaseTRTPIDCalculator.h.
| unsigned char* InDet::BaseTRTPIDCalculator::Blob |
Definition at line 25 of file BaseTRTPIDCalculator.h.
| int InDet::BaseTRTPIDCalculator::BLOB_SIZE |
Definition at line 24 of file BaseTRTPIDCalculator.h.
| int InDet::BaseTRTPIDCalculator::CurrentVersion |
Definition at line 38 of file BaseTRTPIDCalculator.h.
| bool InDet::BaseTRTPIDCalculator::HasBeenInitialized |
Definition at line 30 of file BaseTRTPIDCalculator.h.
| float& InDet::BaseTRTPIDCalculator::LowerLimit |
Definition at line 28 of file BaseTRTPIDCalculator.h.
| const char* InDet::BaseTRTPIDCalculator::my_name |
Definition at line 23 of file BaseTRTPIDCalculator.h.
|
static |
Definition at line 45 of file BaseTRTPIDCalculator.h.
|
static |
Definition at line 44 of file BaseTRTPIDCalculator.h.
| AthAlgTool& InDet::BaseTRTPIDCalculator::parent |
Definition at line 22 of file BaseTRTPIDCalculator.h.
|
static |
Definition at line 32 of file BaseTRTPIDCalculator.h.
| float& InDet::BaseTRTPIDCalculator::UpperLimit |
Definition at line 27 of file BaseTRTPIDCalculator.h.