![]() |
ATLAS Offline Software
|
#include <PixelClusterErrorData.h>
Public Member Functions | |
| PixelClusterErrorData () | |
| ~PixelClusterErrorData () | |
| int | getVersion () const |
| Methods to access the calibration data. | |
| void | setVersion (int version) |
| float | getPixelBarrelPhiError (int ibin) const |
| float | getPixelBarrelEtaError (int ibin) const |
| float | getPixelEndcapPhiError (int ibin) const |
| float | getPixelEndcapRError (int ibin) const |
| float | getPixelIBLPhiError (int ibin) const |
| float | getPixelIBLEtaError (int ibin) const |
| int | setPixelBarrelPhiError (int ibin, float error) |
| int | setPixelBarrelEtaError (int ibin, float error) |
| int | setPixelEndcapPhiError (int ibin, float error) |
| int | setPixelEndcapRError (int ibin, float error) |
| int | setPixelIBLPhiError (int ibin, float error) |
| int | setPixelIBLEtaError (int ibin, float error) |
| int | getEndcapBin (int etaClusterSize, int phiClusterSize) const |
| int | getBarrelBin (double eta, int etaClusterSize, int phiClusterSize) const |
| int | getNumberOfBarrelBins () const |
| int | getNumberOfEndcapBins () const |
| void | Print (const std::string &file) const |
| void | Load (const std::string &file) |
Private Member Functions | |
| void | Initialize () |
Private Attributes | |
| std::vector< float > | m_barrelphierror |
| std::vector< float > | m_barreletaerror |
| std::vector< float > | m_endcapphierror |
| std::vector< float > | m_endcapetaerror |
| std::vector< float > | m_iblphierror |
| std::vector< float > | m_ibletaerror |
| int | m_nPhi |
| int | m_nZ |
| int | m_version |
| std::vector< float > | m_etaref |
Definition at line 27 of file PixelClusterErrorData.h.
|
inline |
Definition at line 30 of file PixelClusterErrorData.h.
|
inline |
Definition at line 31 of file PixelClusterErrorData.h.
| int PixelCalib::PixelClusterErrorData::getBarrelBin | ( | double | eta, |
| int | etaClusterSize, | ||
| int | phiClusterSize ) const |
Definition at line 150 of file PixelClusterErrorData.cxx.
| int PixelCalib::PixelClusterErrorData::getEndcapBin | ( | int | etaClusterSize, |
| int | phiClusterSize ) const |
Definition at line 165 of file PixelClusterErrorData.cxx.
|
inline |
Definition at line 59 of file PixelClusterErrorData.h.
|
inline |
Definition at line 60 of file PixelClusterErrorData.h.
| float PixelCalib::PixelClusterErrorData::getPixelBarrelEtaError | ( | int | ibin | ) | const |
Definition at line 89 of file PixelClusterErrorData.cxx.
| float PixelCalib::PixelClusterErrorData::getPixelBarrelPhiError | ( | int | ibin | ) | const |
Definition at line 83 of file PixelClusterErrorData.cxx.
| float PixelCalib::PixelClusterErrorData::getPixelEndcapPhiError | ( | int | ibin | ) | const |
Definition at line 71 of file PixelClusterErrorData.cxx.
| float PixelCalib::PixelClusterErrorData::getPixelEndcapRError | ( | int | ibin | ) | const |
Definition at line 77 of file PixelClusterErrorData.cxx.
| float PixelCalib::PixelClusterErrorData::getPixelIBLEtaError | ( | int | ibin | ) | const |
Definition at line 102 of file PixelClusterErrorData.cxx.
| float PixelCalib::PixelClusterErrorData::getPixelIBLPhiError | ( | int | ibin | ) | const |
Definition at line 96 of file PixelClusterErrorData.cxx.
| int PixelCalib::PixelClusterErrorData::getVersion | ( | ) | const |
|
private |
Definition at line 23 of file PixelClusterErrorData.cxx.
| void PixelCalib::PixelClusterErrorData::Load | ( | const std::string & | file | ) |
Definition at line 200 of file PixelClusterErrorData.cxx.
| void PixelCalib::PixelClusterErrorData::Print | ( | const std::string & | file | ) | const |
Definition at line 176 of file PixelClusterErrorData.cxx.
| int PixelCalib::PixelClusterErrorData::setPixelBarrelEtaError | ( | int | ibin, |
| float | error ) |
Definition at line 129 of file PixelClusterErrorData.cxx.
| int PixelCalib::PixelClusterErrorData::setPixelBarrelPhiError | ( | int | ibin, |
| float | error ) |
Definition at line 122 of file PixelClusterErrorData.cxx.
| int PixelCalib::PixelClusterErrorData::setPixelEndcapPhiError | ( | int | ibin, |
| float | error ) |
Definition at line 108 of file PixelClusterErrorData.cxx.
| int PixelCalib::PixelClusterErrorData::setPixelEndcapRError | ( | int | ibin, |
| float | error ) |
Definition at line 115 of file PixelClusterErrorData.cxx.
| int PixelCalib::PixelClusterErrorData::setPixelIBLEtaError | ( | int | ibin, |
| float | error ) |
Definition at line 143 of file PixelClusterErrorData.cxx.
| int PixelCalib::PixelClusterErrorData::setPixelIBLPhiError | ( | int | ibin, |
| float | error ) |
Definition at line 136 of file PixelClusterErrorData.cxx.
| void PixelCalib::PixelClusterErrorData::setVersion | ( | int | version | ) |
Definition at line 67 of file PixelClusterErrorData.cxx.
|
private |
Definition at line 69 of file PixelClusterErrorData.h.
|
private |
Definition at line 68 of file PixelClusterErrorData.h.
|
private |
Definition at line 71 of file PixelClusterErrorData.h.
|
private |
Definition at line 70 of file PixelClusterErrorData.h.
|
private |
Definition at line 80 of file PixelClusterErrorData.h.
|
private |
Definition at line 73 of file PixelClusterErrorData.h.
|
private |
Definition at line 72 of file PixelClusterErrorData.h.
|
private |
Definition at line 76 of file PixelClusterErrorData.h.
|
private |
Definition at line 77 of file PixelClusterErrorData.h.
|
private |
Definition at line 78 of file PixelClusterErrorData.h.