Belle II Software
release-08-01-10
|
The Class for VXD Alignment payload. More...
#include <VXDAlignmentPar.h>
Public Member Functions | |
VXDAlignmentPar (double dU, double dV, double dW, double alpha, double beta, double gamma) | |
Constructor. | |
VXDAlignmentPar () | |
Constructor. | |
double | getDU () const |
get dU | |
double | getDV () const |
get dV | |
double | getDW () const |
get dW | |
double | getAlpha () const |
get alpha | |
double | getBeta () const |
get beta | |
double | getGamma () const |
get gamma | |
Private Member Functions | |
ClassDef (VXDAlignmentPar, 5) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
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.