Class storing information about alignment.
More...
#include <SiLocAlignData.h>
|
| | 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.
|
Class storing information about alignment.
Definition at line 23 of file SiLocAlignData.h.
◆ SiLocAlignData() [1/2]
| AFP::SiLocAlignData::SiLocAlignData |
( |
int | st, |
|
|
int | la ) |
|
inline |
◆ SiLocAlignData() [2/2]
| AFP::SiLocAlignData::SiLocAlignData |
( |
int | st, |
|
|
int | la, |
|
|
double | x, |
|
|
double | y, |
|
|
double | z, |
|
|
double | a, |
|
|
double | b, |
|
|
double | g ) |
|
inline |
◆ alpha()
| double AFP::SiLocAlignData::alpha |
( |
| ) |
const |
|
inline |
◆ beta()
| double AFP::SiLocAlignData::beta |
( |
| ) |
const |
|
inline |
◆ gamma()
| double AFP::SiLocAlignData::gamma |
( |
| ) |
const |
|
inline |
◆ layerID()
| int AFP::SiLocAlignData::layerID |
( |
| ) |
const |
|
inline |
◆ stationID()
| int AFP::SiLocAlignData::stationID |
( |
| ) |
const |
|
inline |
◆ xShift()
| double AFP::SiLocAlignData::xShift |
( |
| ) |
const |
|
inline |
Shift of the plane in X direction with respect to the nominal position.
Definition at line 38 of file SiLocAlignData.h.
◆ yShift()
| double AFP::SiLocAlignData::yShift |
( |
| ) |
const |
|
inline |
Shift of the plane in Y direction with respect to the nominal position.
Definition at line 41 of file SiLocAlignData.h.
◆ zShift()
| double AFP::SiLocAlignData::zShift |
( |
| ) |
const |
|
inline |
Shift of the plane in Z direction with respect to the nominal position.
Definition at line 44 of file SiLocAlignData.h.
◆ m_alpha
| double AFP::SiLocAlignData::m_alpha |
|
private |
◆ m_beta
| double AFP::SiLocAlignData::m_beta |
|
private |
◆ m_gamma
| double AFP::SiLocAlignData::m_gamma |
|
private |
◆ m_layerID
| int AFP::SiLocAlignData::m_layerID |
|
private |
◆ m_stationID
| int AFP::SiLocAlignData::m_stationID |
|
private |
◆ m_xShift
| double AFP::SiLocAlignData::m_xShift |
|
private |
◆ m_yShift
| double AFP::SiLocAlignData::m_yShift |
|
private |
◆ m_zShift
| double AFP::SiLocAlignData::m_zShift |
|
private |
The documentation for this class was generated from the following file: