![]() |
ATLAS Offline Software
|
#include <SolidStateDetectorElementBase.h>
Public Attributes | |
bool | m_depthDirection |
Direction of depth axis. More... | |
bool | m_phiDirection |
bool | m_etaDirection |
double | m_depthAngle |
double | m_phiAngle |
double | m_etaAngle |
Variable set by updateCache | |
Determines if the orientations is "barrel like" (which for ITk pixel can be the case even if not strictly part of the barrel geometry) | |
bool | m_barrelLike |
Definition at line 653 of file SolidStateDetectorElementBase.h.
bool InDetDD::SolidStateDetectorElementBase::AxisDir::m_barrelLike |
Definition at line 673 of file SolidStateDetectorElementBase.h.
double InDetDD::SolidStateDetectorElementBase::AxisDir::m_depthAngle |
Definition at line 663 of file SolidStateDetectorElementBase.h.
bool InDetDD::SolidStateDetectorElementBase::AxisDir::m_depthDirection |
Direction of depth axis.
Also direction of readout implant (n+ for pixel, p+ for SCT).
Definition at line 659 of file SolidStateDetectorElementBase.h.
double InDetDD::SolidStateDetectorElementBase::AxisDir::m_etaAngle |
Definition at line 665 of file SolidStateDetectorElementBase.h.
bool InDetDD::SolidStateDetectorElementBase::AxisDir::m_etaDirection |
Definition at line 661 of file SolidStateDetectorElementBase.h.
double InDetDD::SolidStateDetectorElementBase::AxisDir::m_phiAngle |
Definition at line 664 of file SolidStateDetectorElementBase.h.
bool InDetDD::SolidStateDetectorElementBase::AxisDir::m_phiDirection |
Definition at line 660 of file SolidStateDetectorElementBase.h.