 |
ATLAS Offline Software
|
Go to the documentation of this file.
28 m_sinth (
cell.sinTh()),
29 m_costh (
cell.cosTh()),
30 m_sinph (
cell.sinPhi()),
31 m_cosph (
cell.cosPhi())
49 m_sinth (
cell.sinTh()),
50 m_costh (
cell.cosTh()),
51 m_sinph (
cell.sinPhi()),
52 m_cosph (
cell.cosPhi())
float cosPhi() const
for fast px py pz computation
double m_eta
The recalculated cell eta.
Scalar phi() const
phi method
Scalar eta() const
pseudorapidity method
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
double m_sinph
The recalculated cell sin(phi).
double m_phi
The recalculated cell phi.
void computeVertexCorr(const Amg::Vector3D &vx)
Calculate cell kinematics for a given vertex.
const CaloCell * m_cell
The cell being proxied.
const CaloDetDescrElement * caloDDE() const
get pointer to CaloDetDescrElement (data member)
double m_cosph
The recalculated cell cos(phi).
double m_costh
The recalculated cell cos(theta).
Eigen::Matrix< double, 3, 1 > Vector3D
Data object for each calorimeter readout cell.
float cosTh() const
for fast px py pz computation
double m_sinth
The recalculated cell sin(theta).
float sinTh() const
for algorithm working in transverse Energy
CaloVertexedCell(const CaloCell &cell)
Constructor.
float sinPhi() const
for fast px py pz computation
Evaluate cell kinematics with a different vertex.