15#ifndef AFP_DBTOOLS_SILOCALIGNDATA_H
16#define AFP_DBTOOLS_SILOCALIGNDATA_H
28 SiLocAlignData(
int st,
int la,
double x,
double y,
double z,
double a,
double b,
double g) :
m_stationID(st),
m_layerID(la),
m_xShift(
x),
m_yShift(
y),
m_zShift(
z),
m_alpha(a),
m_beta(b),
m_gamma(g) {}
SiLocAlignData(int st, int la, double x, double y, double z, double a, double b, double g)
double beta() const
Rotation angle.
double xShift() const
Shift of the plane in X direction with respect to the nominal position.
double zShift() const
Shift of the plane in Z direction with respect to the nominal position.
double gamma() const
Rotation angle.
int stationID() const
ID of the station to which aligment applies (see xAOD::AFPStationID)
double alpha() const
Rotation angle.
double yShift() const
Shift of the plane in Y direction with respect to the nominal position.
int layerID() const
ID of the layer in station to which aligment applies (see xAOD::AFPPixelLayerID)
SiLocAlignData(int st, int la)
Header file for interface of SiGlobAlignDBTool used to read global alignment for database.