Outer wall geometry parameters.
More...
#include <CDCGeometry.h>
|
| | OuterWall () |
| | Constructor.
|
| |
| | OuterWall (const std::string &name, int id, double rmin, double rmax, double zfwd, double zbwd) |
| | Constructor.
|
| |
| | ~OuterWall () |
| | 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 (OuterWall, 1) |
| | Makes objects storable.
|
| |
Outer wall geometry parameters.
Definition at line 1138 of file CDCGeometry.h.
◆ OuterWall() [1/2]
◆ OuterWall() [2/2]
| OuterWall |
( |
const std::string & | name, |
|
|
int | id, |
|
|
double | rmin, |
|
|
double | rmax, |
|
|
double | zfwd, |
|
|
double | zbwd ) |
|
inline |
Constructor.
Definition at line 1150 of file CDCGeometry.h.
1151 :
1152 m_name(name), m_id(id), m_rmin(rmin),
1153 m_rmax(rmax), m_zfwd(zfwd), m_zbwd(zbwd)
1154 {
1155 }
◆ ~OuterWall()
◆ 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: