Mother volume geometry parameters.
More...
#include <CDCGeometry.h>
|
| MotherVolume () |
| Constructor.
|
|
| ~MotherVolume () |
| Destructor.
|
|
void | appendNode (double rmin, double rmax, double z) |
| Append a new node.
|
|
int | getNNodes () const |
| Get the number of the mother volume nodes.
|
|
std::vector< double > | getRmin () const |
| Get the list of the Rmin corrdinates.
|
|
std::vector< double > | getRmax () const |
| Get the list of the Rmax corrdinates.
|
|
std::vector< double > | getZ () const |
| Get the list of the z corrdinates.
|
|
|
std::vector< double > | m_rmin |
| Rmin list of the mother volume.
|
|
std::vector< double > | m_rmax |
| Rmax list of the mother volume.
|
|
std::vector< double > | m_z |
| Z-cordinates list of the mother volume.
|
|
Mother volume geometry parameters.
Definition at line 910 of file CDCGeometry.h.
◆ MotherVolume()
◆ ~MotherVolume()
◆ appendNode()
void appendNode |
( |
double |
rmin, |
|
|
double |
rmax, |
|
|
double |
z |
|
) |
| |
Append a new node.
Definition at line 17 of file CDCGeometry.cc.
18{
22}
std::vector< double > m_z
Z-cordinates list of the mother volume.
std::vector< double > m_rmin
Rmin list of the mother volume.
std::vector< double > m_rmax
Rmax list of the mother volume.
◆ getNNodes()
Get the number of the mother volume nodes.
Definition at line 932 of file CDCGeometry.h.
◆ getRmax()
std::vector< double > getRmax |
( |
| ) |
const |
|
inline |
Get the list of the Rmax corrdinates.
Definition at line 940 of file CDCGeometry.h.
◆ getRmin()
std::vector< double > getRmin |
( |
| ) |
const |
|
inline |
Get the list of the Rmin corrdinates.
Definition at line 936 of file CDCGeometry.h.
◆ getZ()
std::vector< double > getZ |
( |
| ) |
const |
|
inline |
Get the list of the z corrdinates.
Definition at line 944 of file CDCGeometry.h.
◆ m_rmax
std::vector<double> m_rmax |
|
private |
◆ m_rmin
std::vector<double> m_rmin |
|
private |
◆ m_z
Z-cordinates list of the mother volume.
Definition at line 950 of file CDCGeometry.h.
The documentation for this class was generated from the following files: