The class for the mother volume of the Service Materials.
More...
#include <ServiceGapsMaterialsPar.h>
|
| ServiceGapsMomVolPar () |
| Constructor.
|
|
| ~ServiceGapsMomVolPar () |
| 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.
|
|
The class for the mother volume of the Service Materials.
Definition at line 122 of file ServiceGapsMaterialsPar.h.
◆ ServiceGapsMomVolPar()
◆ ~ServiceGapsMomVolPar()
◆ appendNode()
void appendNode |
( |
double |
rmin, |
|
|
double |
rmax, |
|
|
double |
z |
|
) |
| |
|
inline |
Append a new node.
Definition at line 132 of file ServiceGapsMaterialsPar.h.
133 {
137 }
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()
◆ getRmax()
std::vector< double > getRmax |
( |
| ) |
const |
|
inline |
◆ getRmin()
std::vector< double > getRmin |
( |
| ) |
const |
|
inline |
◆ getZ()
std::vector< double > getZ |
( |
| ) |
const |
|
inline |
◆ m_rmax
std::vector<double> m_rmax |
|
private |
◆ m_rmin
std::vector<double> m_rmin |
|
private |
◆ m_z
The documentation for this class was generated from the following file: