The Class for SVD Endring.
More...
#include <SVDEndringsPar.h>
|
| ClassDef (SVDEndringsPar, 5) |
| ClassDef, must be the last term before the closing {}.
|
|
The Class for SVD Endring.
Definition at line 72 of file SVDEndringsPar.h.
◆ SVDEndringsPar() [1/2]
SVDEndringsPar |
( |
const std::string & | material, |
|
|
double | length, |
|
|
double | gapWidth, |
|
|
double | baseThickness ) |
|
inline |
Constructor.
Definition at line 76 of file SVDEndringsPar.h.
76 :
77 m_material(material), m_length(length), m_gapWidth(gapWidth), m_baseThickness(baseThickness)
78 {}
◆ SVDEndringsPar() [2/2]
Constructor.
Definition at line 80 of file SVDEndringsPar.h.
80 :
81 m_material(""), m_length(0), m_gapWidth(0), m_baseThickness(0)
82 {}
◆ getBaseThickness()
double getBaseThickness |
( |
| ) |
const |
|
inline |
get base thickness
Definition at line 91 of file SVDEndringsPar.h.
91{ return m_baseThickness; }
◆ getGapWidth()
double getGapWidth |
( |
| ) |
const |
|
inline |
◆ getLength()
double getLength |
( |
| ) |
const |
|
inline |
◆ getMaterial()
const std::string & getMaterial |
( |
| ) |
const |
|
inline |
◆ getTypes() [1/2]
◆ getTypes() [2/2]
◆ m_baseThickness
◆ m_gapWidth
◆ m_length
◆ m_material
◆ m_types
The documentation for this class was generated from the following file: