Belle II Software
release-08-01-10
|
The Class for VXD doc box. More...
#include <VXDServiceGeometryPar.h>
Public Member Functions | |
VXDBoxTypesPar (const std::string &name="", const std::string &material="", int identifier=0, double width=0, double length=0, double height=0) | |
Constructor. | |
double | getWidth (void) const |
Get width in mm. | |
double | getLength (void) const |
Get length in mm. | |
double | getHeight (void) const |
Get height in mm. | |
std::string | getMaterial (void) const |
Get material. | |
std::string | getName (void) const |
Get name. | |
int | getIdentifier (void) const |
Get identifier. | |
Private Member Functions | |
ClassDef (VXDBoxTypesPar, 5) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
std::string | m_name |
Name. | |
std::string | m_material |
Material. | |
int | m_identifier |
Identifier. | |
double | m_width |
Width in mm. | |
double | m_length |
Lenght in mm. | |
double | m_height |
Height in mm. | |
The Class for VXD doc box.
Definition at line 24 of file VXDServiceGeometryPar.h.