The Class for SVD Support Rib Endmounts.
More...
#include <SVDSupportRibsPar.h>
|
| SVDEndmountPar (const std::string &name, double height, double width, double length, double zpos, double rpos) |
| Constructor.
|
|
| SVDEndmountPar () |
| Constructor.
|
|
const std::string & | getName () const |
| get name
|
|
double | getHeight () const |
| get height
|
|
double | getWidth () const |
| get width
|
|
double | getLength () const |
| get length
|
|
double | getZ () const |
| get z position
|
|
double | getR () const |
| get r position
|
|
|
| ClassDef (SVDEndmountPar, 5) |
| ClassDef, must be the last term before the closing {}.
|
|
The Class for SVD Support Rib Endmounts.
Definition at line 93 of file SVDSupportRibsPar.h.
◆ SVDEndmountPar() [1/2]
SVDEndmountPar |
( |
const std::string & | name, |
|
|
double | height, |
|
|
double | width, |
|
|
double | length, |
|
|
double | zpos, |
|
|
double | rpos ) |
|
inline |
Constructor.
Definition at line 97 of file SVDSupportRibsPar.h.
97 :
98 m_name(name), m_height(height), m_width(width), m_length(length), m_zpos(zpos), m_rpos(rpos)
99 {}
◆ SVDEndmountPar() [2/2]
Constructor.
Definition at line 101 of file SVDSupportRibsPar.h.
101 :
102 m_name(""), m_height(0.), m_width(0.), m_length(0.), m_zpos(0.), m_rpos(0.)
103 {}
◆ getHeight()
double getHeight |
( |
| ) |
const |
|
inline |
◆ getLength()
double getLength |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string & getName |
( |
| ) |
const |
|
inline |
◆ getR()
◆ getWidth()
double getWidth |
( |
| ) |
const |
|
inline |
◆ getZ()
◆ m_height
◆ m_length
◆ m_name
◆ m_rpos
◆ m_width
◆ m_zpos
The documentation for this class was generated from the following file: