|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef INDETREADOUTGEOMETRY_SILOCALPOSITION_H
12 #define INDETREADOUTGEOMETRY_SILOCALPOSITION_H
188 return position*factor;
191 SiLocalPosition
operator/(
const SiLocalPosition &position,
const double factor);
195 #endif // INDETREADOUTGEOMETRY_SILOCALPOSITION_H
double phi() const
Cylindrical coordinate phi:
double m_xEta
position along eta direction
double m_xDepth
position along depth direction
Eigen::Matrix< double, 2, 1 > Vector2D
SiLocalPosition operator/(const SiLocalPosition &position, const double factor)
double r() const
Cylindrical coordinate r:
double xColumn() const
positions for Pixel:
double xPhi() const
position along phi direction:
double m_xPhi
position along phi direction
SiLocalPosition operator*(const SiLocalPosition &position, const double factor)
SiLocalPosition(const SiLocalPosition &position)
Copy constructor:
double xEta() const
position along eta direction:
SiLocalPosition & operator*=(const double factor)
SiLocalPosition operator+(const SiLocalPosition &position1, const SiLocalPosition &position2)
double xDepth() const
position along depth direction:
Ensure that the ATLAS eigen extensions are properly loaded.
SiLocalPosition & operator/=(const double factor)
SiLocalPosition()
Implicit constructor:
SiLocalPosition & operator+=(const SiLocalPosition &position)
SiLocalPosition & operator=(const SiLocalPosition &position)
Assignment operator: