Belle II Software
release-08-01-10
|
The Class for SVD Endring Type. More...
#include <SVDEndringsPar.h>
Public Member Functions | |
SVDEndringsTypePar (const std::string &name, double z, double baseRadius, double innerRadius, double outerRadius, double horizontalBarWidth, double verticalBarWidth) | |
Constructor. | |
SVDEndringsTypePar () | |
Constructor. | |
const std::string & | getName () const |
get name | |
double | getZ () const |
get z | |
double | getBaseRadius () const |
get base radius | |
double | getInnerRadius () const |
get inner radius | |
double | getOuterRadius () const |
get outer radius | |
double | getHorizontalBarWidth () const |
get horizontal bar width | |
double | getVerticalBarWidth () const |
get vertical bar width | |
Private Member Functions | |
ClassDef (SVDEndringsTypePar, 5) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
std::string | m_name |
name | |
double | m_z |
z | |
double | m_baseRadius |
base radius | |
double | m_innerRadius |
inner radius | |
double | m_outerRadius |
outer radius | |
double | m_horizontalBarWidth |
horizontal bar width | |
double | m_verticalBarWidth |
vertical bar width | |
The Class for SVD Endring Type.
Definition at line 25 of file SVDEndringsPar.h.