Belle II Software
release-08-01-10
|
The Class for SVD Endring. More...
#include <SVDEndringsPar.h>
Public Member Functions | |
SVDEndringsPar (const std::string &material, double length, double gapWidth, double baseThickness) | |
Constructor. | |
SVDEndringsPar () | |
Constructor. | |
const std::string & | getMaterial () const |
get material | |
double | getLength () const |
get length | |
double | getGapWidth () const |
get gap width | |
double | getBaseThickness () const |
get base thickness | |
const std::vector< SVDEndringsTypePar > & | getTypes () const |
get types (forward/backward) | |
std::vector< SVDEndringsTypePar > & | getTypes () |
get types (forward/backward) | |
Private Member Functions | |
ClassDef (SVDEndringsPar, 5) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
std::string | m_material |
material name | |
double | m_length |
length | |
double | m_gapWidth |
gap width | |
double | m_baseThickness |
base thickness | |
std::vector< SVDEndringsTypePar > | m_types |
vector of types | |
The Class for SVD Endring.
Definition at line 72 of file SVDEndringsPar.h.