Belle II Software
release-08-01-10
|
Mother volume geometry parameters. More...
#include <CDCGeometry.h>
Public Member Functions | |
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. | |
Private Member Functions | |
ClassDef (MotherVolume, 1) | |
Makes objects storable. | |
Private Attributes | |
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.