The Class for SVD Endring Type.
More...
#include <SVDEndringsPar.h>
The Class for SVD Endring Type.
Definition at line 25 of file SVDEndringsPar.h.
◆ SVDEndringsTypePar() [1/2]
SVDEndringsTypePar |
( |
const std::string & | name, |
|
|
double | z, |
|
|
double | baseRadius, |
|
|
double | innerRadius, |
|
|
double | outerRadius, |
|
|
double | horizontalBarWidth, |
|
|
double | verticalBarWidth ) |
|
inline |
Constructor.
Definition at line 29 of file SVDEndringsPar.h.
30 :
31 m_name(name), m_z(z), m_baseRadius(baseRadius), m_innerRadius(innerRadius), m_outerRadius(outerRadius),
32 m_horizontalBarWidth(horizontalBarWidth), m_verticalBarWidth(verticalBarWidth)
33 {}
◆ SVDEndringsTypePar() [2/2]
Constructor.
Definition at line 35 of file SVDEndringsPar.h.
35 :
36 m_name(""), m_z(0), m_baseRadius(0), m_innerRadius(0), m_outerRadius(0),
37 m_horizontalBarWidth(0), m_verticalBarWidth(0)
38 {}
◆ getBaseRadius()
double getBaseRadius |
( |
| ) |
const |
|
inline |
get base radius
Definition at line 45 of file SVDEndringsPar.h.
45{ return m_baseRadius; }
◆ getHorizontalBarWidth()
double getHorizontalBarWidth |
( |
| ) |
const |
|
inline |
get horizontal bar width
Definition at line 51 of file SVDEndringsPar.h.
51{ return m_horizontalBarWidth; }
◆ getInnerRadius()
double getInnerRadius |
( |
| ) |
const |
|
inline |
get inner radius
Definition at line 47 of file SVDEndringsPar.h.
47{ return m_innerRadius; }
◆ getName()
const std::string & getName |
( |
| ) |
const |
|
inline |
◆ getOuterRadius()
double getOuterRadius |
( |
| ) |
const |
|
inline |
get outer radius
Definition at line 49 of file SVDEndringsPar.h.
49{ return m_outerRadius; }
◆ getVerticalBarWidth()
double getVerticalBarWidth |
( |
| ) |
const |
|
inline |
get vertical bar width
Definition at line 53 of file SVDEndringsPar.h.
53{ return m_verticalBarWidth; }
◆ getZ()
◆ m_baseRadius
◆ m_horizontalBarWidth
double m_horizontalBarWidth |
|
private |
◆ m_innerRadius
◆ m_name
◆ m_outerRadius
◆ m_verticalBarWidth
double m_verticalBarWidth |
|
private |
◆ m_z
The documentation for this class was generated from the following file: