#include <SiGlobAlignData.h>
|
| | SiGlobAlignData (int st) |
| |
| void | setTracker (double x, double y, double z, double a, double b, double g) |
| |
| void | setBeam (double x, double y, double z, double a, double b, double g) |
| |
| void | setRP (double x, double y, double z, double a, double b, double g) |
| |
| void | setCorr (double x, double y, double z, double a, double b, double g) |
| |
| int | stationID () const |
| |
| double | xShiftTracker () const |
| |
| double | yShiftTracker () const |
| |
| double | zShiftTracker () const |
| |
| double | alphaTracker () const |
| |
| double | betaTracker () const |
| |
| double | gammaTracker () const |
| |
| double | xShiftBeam () const |
| |
| double | yShiftBeam () const |
| |
| double | zShiftBeam () const |
| |
| double | alphaBeam () const |
| |
| double | betaBeam () const |
| |
| double | gammaBeam () const |
| |
| double | xShiftRP () const |
| |
| double | yShiftRP () const |
| |
| double | zShiftRP () const |
| |
| double | alphaRP () const |
| |
| double | betaRP () const |
| |
| double | gammaRP () const |
| |
| double | xShiftCorr () const |
| |
| double | yShiftCorr () const |
| |
| double | zShiftCorr () const |
| |
| double | alphaCorr () const |
| |
| double | betaCorr () const |
| |
| double | gammaCorr () const |
| |
| double | xShift () const |
| |
| double | yShift () const |
| |
| double | zShift () const |
| |
| double | alpha () const |
| |
| double | beta () const |
| |
| double | gamma () const |
| |
Definition at line 22 of file SiGlobAlignData.h.
◆ SiGlobAlignData()
| AFP::SiGlobAlignData::SiGlobAlignData |
( |
int |
st | ) |
|
|
inline |
Definition at line 32 of file SiGlobAlignData.h.
32 :
m_stationID(
st),
m_xShiftTracker(0.),
m_yShiftTracker(0.),
m_zShiftTracker(0.),
m_alphaTracker(0.),
m_betaTracker(0.),
m_gammaTracker(0.),
m_xShiftBeam(0.),
m_yShiftBeam(0.),
m_zShiftBeam(0.),
m_alphaBeam(0.),
m_betaBeam(0.),
m_gammaBeam(0.),
m_xShiftRP(0.),
m_yShiftRP(0.),
m_zShiftRP(0.),
m_alphaRP(0.),
m_betaRP(0.),
m_gammaRP(0.),
m_xShiftCorr(0.),
m_yShiftCorr(0.),
m_zShiftCorr(0.),
m_alphaCorr(0.),
m_betaCorr(0.),
m_gammaCorr(0.) {}
◆ alpha()
| double AFP::SiGlobAlignData::alpha |
( |
| ) |
const |
|
inline |
◆ alphaBeam()
| double AFP::SiGlobAlignData::alphaBeam |
( |
| ) |
const |
|
inline |
◆ alphaCorr()
| double AFP::SiGlobAlignData::alphaCorr |
( |
| ) |
const |
|
inline |
◆ alphaRP()
| double AFP::SiGlobAlignData::alphaRP |
( |
| ) |
const |
|
inline |
◆ alphaTracker()
| double AFP::SiGlobAlignData::alphaTracker |
( |
| ) |
const |
|
inline |
◆ beta()
| double AFP::SiGlobAlignData::beta |
( |
| ) |
const |
|
inline |
◆ betaBeam()
| double AFP::SiGlobAlignData::betaBeam |
( |
| ) |
const |
|
inline |
◆ betaCorr()
| double AFP::SiGlobAlignData::betaCorr |
( |
| ) |
const |
|
inline |
◆ betaRP()
| double AFP::SiGlobAlignData::betaRP |
( |
| ) |
const |
|
inline |
◆ betaTracker()
| double AFP::SiGlobAlignData::betaTracker |
( |
| ) |
const |
|
inline |
◆ gamma()
| double AFP::SiGlobAlignData::gamma |
( |
| ) |
const |
|
inline |
◆ gammaBeam()
| double AFP::SiGlobAlignData::gammaBeam |
( |
| ) |
const |
|
inline |
◆ gammaCorr()
| double AFP::SiGlobAlignData::gammaCorr |
( |
| ) |
const |
|
inline |
◆ gammaRP()
| double AFP::SiGlobAlignData::gammaRP |
( |
| ) |
const |
|
inline |
◆ gammaTracker()
| double AFP::SiGlobAlignData::gammaTracker |
( |
| ) |
const |
|
inline |
◆ setBeam()
| void AFP::SiGlobAlignData::setBeam |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
a, |
|
|
double |
b, |
|
|
double |
g |
|
) |
| |
|
inline |
◆ setCorr()
| void AFP::SiGlobAlignData::setCorr |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
a, |
|
|
double |
b, |
|
|
double |
g |
|
) |
| |
|
inline |
◆ setRP()
| void AFP::SiGlobAlignData::setRP |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
a, |
|
|
double |
b, |
|
|
double |
g |
|
) |
| |
|
inline |
◆ setTracker()
| void AFP::SiGlobAlignData::setTracker |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
a, |
|
|
double |
b, |
|
|
double |
g |
|
) |
| |
|
inline |
◆ stationID()
| int AFP::SiGlobAlignData::stationID |
( |
| ) |
const |
|
inline |
◆ xShift()
| double AFP::SiGlobAlignData::xShift |
( |
| ) |
const |
|
inline |
◆ xShiftBeam()
| double AFP::SiGlobAlignData::xShiftBeam |
( |
| ) |
const |
|
inline |
◆ xShiftCorr()
| double AFP::SiGlobAlignData::xShiftCorr |
( |
| ) |
const |
|
inline |
◆ xShiftRP()
| double AFP::SiGlobAlignData::xShiftRP |
( |
| ) |
const |
|
inline |
◆ xShiftTracker()
| double AFP::SiGlobAlignData::xShiftTracker |
( |
| ) |
const |
|
inline |
◆ yShift()
| double AFP::SiGlobAlignData::yShift |
( |
| ) |
const |
|
inline |
◆ yShiftBeam()
| double AFP::SiGlobAlignData::yShiftBeam |
( |
| ) |
const |
|
inline |
◆ yShiftCorr()
| double AFP::SiGlobAlignData::yShiftCorr |
( |
| ) |
const |
|
inline |
◆ yShiftRP()
| double AFP::SiGlobAlignData::yShiftRP |
( |
| ) |
const |
|
inline |
◆ yShiftTracker()
| double AFP::SiGlobAlignData::yShiftTracker |
( |
| ) |
const |
|
inline |
◆ zShift()
| double AFP::SiGlobAlignData::zShift |
( |
| ) |
const |
|
inline |
◆ zShiftBeam()
| double AFP::SiGlobAlignData::zShiftBeam |
( |
| ) |
const |
|
inline |
◆ zShiftCorr()
| double AFP::SiGlobAlignData::zShiftCorr |
( |
| ) |
const |
|
inline |
◆ zShiftRP()
| double AFP::SiGlobAlignData::zShiftRP |
( |
| ) |
const |
|
inline |
◆ zShiftTracker()
| double AFP::SiGlobAlignData::zShiftTracker |
( |
| ) |
const |
|
inline |
◆ m_alphaBeam
| double AFP::SiGlobAlignData::m_alphaBeam |
|
private |
◆ m_alphaCorr
| double AFP::SiGlobAlignData::m_alphaCorr |
|
private |
◆ m_alphaRP
| double AFP::SiGlobAlignData::m_alphaRP |
|
private |
◆ m_alphaTracker
| double AFP::SiGlobAlignData::m_alphaTracker |
|
private |
◆ m_betaBeam
| double AFP::SiGlobAlignData::m_betaBeam |
|
private |
◆ m_betaCorr
| double AFP::SiGlobAlignData::m_betaCorr |
|
private |
◆ m_betaRP
| double AFP::SiGlobAlignData::m_betaRP |
|
private |
◆ m_betaTracker
| double AFP::SiGlobAlignData::m_betaTracker |
|
private |
◆ m_gammaBeam
| double AFP::SiGlobAlignData::m_gammaBeam |
|
private |
◆ m_gammaCorr
| double AFP::SiGlobAlignData::m_gammaCorr |
|
private |
◆ m_gammaRP
| double AFP::SiGlobAlignData::m_gammaRP |
|
private |
◆ m_gammaTracker
| double AFP::SiGlobAlignData::m_gammaTracker |
|
private |
◆ m_stationID
| int AFP::SiGlobAlignData::m_stationID |
|
private |
◆ m_xShiftBeam
| double AFP::SiGlobAlignData::m_xShiftBeam |
|
private |
◆ m_xShiftCorr
| double AFP::SiGlobAlignData::m_xShiftCorr |
|
private |
◆ m_xShiftRP
| double AFP::SiGlobAlignData::m_xShiftRP |
|
private |
◆ m_xShiftTracker
| double AFP::SiGlobAlignData::m_xShiftTracker |
|
private |
◆ m_yShiftBeam
| double AFP::SiGlobAlignData::m_yShiftBeam |
|
private |
◆ m_yShiftCorr
| double AFP::SiGlobAlignData::m_yShiftCorr |
|
private |
◆ m_yShiftRP
| double AFP::SiGlobAlignData::m_yShiftRP |
|
private |
◆ m_yShiftTracker
| double AFP::SiGlobAlignData::m_yShiftTracker |
|
private |
◆ m_zShiftBeam
| double AFP::SiGlobAlignData::m_zShiftBeam |
|
private |
◆ m_zShiftCorr
| double AFP::SiGlobAlignData::m_zShiftCorr |
|
private |
◆ m_zShiftRP
| double AFP::SiGlobAlignData::m_zShiftRP |
|
private |
◆ m_zShiftTracker
| double AFP::SiGlobAlignData::m_zShiftTracker |
|
private |
The documentation for this class was generated from the following file: