Belle II Software
release-08-01-10
|
The Class for SVD Support Box. More...
#include <SVDSupportRibsPar.h>
Public Member Functions | |
SVDSupportBoxPar (double theta, double zpos, double rpos, double length) | |
Constructor. | |
SVDSupportBoxPar () | |
Constructor. | |
double | getTheta () const |
get theta | |
double | getZ () const |
get z position | |
double | getR () const |
get r position | |
double | getLength () const |
get length | |
Private Member Functions | |
ClassDef (SVDSupportBoxPar, 5) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
double | m_theta |
theta angle | |
double | m_zpos |
position in z | |
double | m_rpos |
position in r | |
double | m_length |
length | |
The Class for SVD Support Box.
Definition at line 26 of file SVDSupportRibsPar.h.