![]() |
ATLAS Offline Software
|
Class storing information about alignment. More...
#include <SiLocAlignData.h>
Public Member Functions | |
| SiLocAlignData (int st, int la) | |
| SiLocAlignData (int st, int la, double x, double y, double z, double a, double b, double g) | |
| int | stationID () const |
| ID of the station to which aligment applies (see xAOD::AFPStationID). | |
| int | layerID () const |
| ID of the layer in station to which aligment applies (see xAOD::AFPPixelLayerID). | |
| double | xShift () const |
| Shift of the plane in X direction with respect to the nominal position. | |
| double | yShift () const |
| Shift of the plane in Y direction with respect to the nominal position. | |
| double | zShift () const |
| Shift of the plane in Z direction with respect to the nominal position. | |
| double | alpha () const |
| Rotation angle. | |
| double | beta () const |
| Rotation angle. | |
| double | gamma () const |
| Rotation angle. | |
Private Attributes | |
| int | m_stationID |
| int | m_layerID |
| double | m_xShift |
| double | m_yShift |
| double | m_zShift |
| double | m_alpha |
| double | m_beta |
| double | m_gamma |
Class storing information about alignment.
Definition at line 23 of file SiLocAlignData.h.
|
inline |
Definition at line 27 of file SiLocAlignData.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ID of the layer in station to which aligment applies (see xAOD::AFPPixelLayerID).
Definition at line 35 of file SiLocAlignData.h.
|
inline |
ID of the station to which aligment applies (see xAOD::AFPStationID).
Definition at line 32 of file SiLocAlignData.h.
|
inline |
Shift of the plane in X direction with respect to the nominal position.
Definition at line 38 of file SiLocAlignData.h.
|
inline |
Shift of the plane in Y direction with respect to the nominal position.
Definition at line 41 of file SiLocAlignData.h.
|
inline |
Shift of the plane in Z direction with respect to the nominal position.
Definition at line 44 of file SiLocAlignData.h.
|
private |
Definition at line 61 of file SiLocAlignData.h.
|
private |
Definition at line 62 of file SiLocAlignData.h.
|
private |
Definition at line 63 of file SiLocAlignData.h.
|
private |
Definition at line 57 of file SiLocAlignData.h.
|
private |
Definition at line 56 of file SiLocAlignData.h.
|
private |
Definition at line 58 of file SiLocAlignData.h.
|
private |
Definition at line 59 of file SiLocAlignData.h.
|
private |
Definition at line 60 of file SiLocAlignData.h.