![]() |
ATLAS Offline Software
|
Container for a cell-level rescaling-factors, typically obtained by Z->ee intercalibration. More...
#include <CaloCellPositionShift.h>
Public Types | |
| typedef std::vector< float > | contType |
| typedef contType::size_type | size_type |
Public Member Functions | |
| CaloCellPositionShift () | |
| CaloCellPositionShift (const size_type &size) | |
| float | deltaX (const size_type &hashID) const |
| float | deltaY (const size_type &hashID) const |
| float | deltaZ (const size_type &hashID) const |
| void | set_deltaX (const size_type &hashID, float dx) |
| void | set_deltaY (const size_type &hashID, float dy) |
| void | set_deltaZ (const size_type &hashID, float dz) |
| void | resize (const size_type &size) |
| size_type | size () const |
Private Attributes | |
| contType | m_deltaX |
| contType | m_deltaY |
| contType | m_deltaZ |
Container for a cell-level rescaling-factors, typically obtained by Z->ee intercalibration.
Definition at line 30 of file CaloCellPositionShift.h.
| typedef std::vector<float> CaloRec::CaloCellPositionShift::contType |
Definition at line 33 of file CaloCellPositionShift.h.
| typedef contType::size_type CaloRec::CaloCellPositionShift::size_type |
Definition at line 34 of file CaloCellPositionShift.h.
|
inline |
Definition at line 37 of file CaloCellPositionShift.h.
| CaloRec::CaloCellPositionShift::CaloCellPositionShift | ( | const size_type & | size | ) |
Definition at line 9 of file CaloCellPositionShift.cxx.
|
inline |
Definition at line 44 of file CaloCellPositionShift.h.
|
inline |
Definition at line 47 of file CaloCellPositionShift.h.
|
inline |
Definition at line 50 of file CaloCellPositionShift.h.
| void CaloRec::CaloCellPositionShift::resize | ( | const size_type & | size | ) |
|
inline |
Definition at line 54 of file CaloCellPositionShift.h.
|
inline |
Definition at line 57 of file CaloCellPositionShift.h.
|
inline |
Definition at line 60 of file CaloCellPositionShift.h.
|
inline |
Definition at line 66 of file CaloCellPositionShift.h.
|
private |
Definition at line 70 of file CaloCellPositionShift.h.
|
private |
Definition at line 71 of file CaloCellPositionShift.h.
|
private |
Definition at line 72 of file CaloCellPositionShift.h.