The Class for VXD Alignment payload.
More...
#include <VXDAlignmentPar.h>
|
| ClassDef (VXDAlignmentPar, 5) |
| ClassDef, must be the last term before the closing {}.
|
|
|
double | m_dU |
| Shift along local u axis.
|
|
double | m_dV |
| Shift along local v axis.
|
|
double | m_dW |
| Shift along local w axis.
|
|
double | m_alpha |
| Rotation around local u axis.
|
|
double | m_beta |
| Rotation around local v axis.
|
|
double | m_gamma |
| Rotation around local w axis.
|
|
The Class for VXD Alignment payload.
Definition at line 23 of file VXDAlignmentPar.h.
◆ VXDAlignmentPar() [1/2]
VXDAlignmentPar |
( |
double | dU, |
|
|
double | dV, |
|
|
double | dW, |
|
|
double | alpha, |
|
|
double | beta, |
|
|
double | gamma ) |
|
inline |
Constructor.
Definition at line 26 of file VXDAlignmentPar.h.
26 :
27 m_dU(dU), m_dV(dV), m_dW(dW), m_alpha(alpha), m_beta(beta), m_gamma(gamma)
28 {}
◆ VXDAlignmentPar() [2/2]
Constructor.
Definition at line 30 of file VXDAlignmentPar.h.
30 :
31 m_dU(0.), m_dV(0.), m_dW(0.), m_alpha(0.), m_beta(0.), m_gamma(0.)
32 {}
◆ getAlpha()
double getAlpha |
( |
| ) |
const |
|
inline |
◆ getBeta()
◆ getDU()
◆ getDV()
◆ getDW()
◆ getGamma()
double getGamma |
( |
| ) |
const |
|
inline |
◆ m_alpha
◆ m_beta
◆ m_dU
◆ m_dV
◆ m_dW
◆ m_gamma
The documentation for this class was generated from the following file: