Inner wall geometry parameters.
More...
#include <CDCGeometry.h>
|
| InnerWall () |
| Constructor.
|
|
| InnerWall (const std::string &name, int id, double rmin, double rmax, double zfwd, double zbwd) |
| Constructor.
|
|
| ~InnerWall () |
| Destructor.
|
|
std::string | getName () const |
| Get name.
|
|
int | getId () const |
| Get ID.
|
|
double | getRmin () const |
| Get Rmin.
|
|
double | getRmax () const |
| Get Rmax.
|
|
double | getZfwd () const |
| Get fwd z-position.
|
|
double | getZbwd () const |
| Get bwd z-position.
|
|
|
| ClassDef (InnerWall, 1) |
| Makes objects storable.
|
|
Inner wall geometry parameters.
Definition at line 1209 of file CDCGeometry.h.
◆ InnerWall() [1/2]
◆ InnerWall() [2/2]
InnerWall |
( |
const std::string & | name, |
|
|
int | id, |
|
|
double | rmin, |
|
|
double | rmax, |
|
|
double | zfwd, |
|
|
double | zbwd ) |
|
inline |
Constructor.
Definition at line 1221 of file CDCGeometry.h.
1222 :
1223 m_name(name), m_id(id), m_rmin(rmin),
1224 m_rmax(rmax), m_zfwd(zfwd), m_zbwd(zbwd)
1225 {
1226 }
◆ ~InnerWall()
◆ getId()
◆ getName()
std::string getName |
( |
| ) |
const |
|
inline |
◆ getRmax()
◆ getRmin()
◆ getZbwd()
◆ getZfwd()
◆ m_id
◆ m_name
◆ m_rmax
◆ m_rmin
◆ m_zbwd
◆ m_zfwd
The documentation for this class was generated from the following file: