Belle II Software
release-08-01-10
|
The Class for SVD Support Rib Endmounts. More...
#include <SVDSupportRibsPar.h>
Public Member Functions | |
SVDEndmountPar (const std::string &name, double height, double width, double length, double zpos, double rpos) | |
Constructor. | |
SVDEndmountPar () | |
Constructor. | |
const std::string & | getName () const |
get name | |
double | getHeight () const |
get height | |
double | getWidth () const |
get width | |
double | getLength () const |
get length | |
double | getZ () const |
get z position | |
double | getR () const |
get r position | |
Private Member Functions | |
ClassDef (SVDEndmountPar, 5) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
std::string | m_name |
name | |
double | m_height |
height | |
double | m_width |
width | |
double | m_length |
length | |
double | m_zpos |
z position | |
double | m_rpos |
r position | |
The Class for SVD Support Rib Endmounts.
Definition at line 93 of file SVDSupportRibsPar.h.