Belle II Software  release-08-01-10
ServiceGapsMomVolPar Class Reference

The class for the mother volume of the Service Materials. More...

#include <ServiceGapsMaterialsPar.h>

Inheritance diagram for ServiceGapsMomVolPar:
Collaboration diagram for ServiceGapsMomVolPar:

Public Member Functions

 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.
 

Private Member Functions

 ClassDef (ServiceGapsMomVolPar, 1)
 ClassDef, must be the last term before the closing {}.
 

Private Attributes

std::vector< double > m_rmin
 Rmin list of the mother volume. More...
 
std::vector< double > m_rmax
 Rmax list of the mother volume. More...
 
std::vector< double > m_z
 Z-cordinates list of the mother volume.
 

Detailed Description

The class for the mother volume of the Service Materials.

Definition at line 122 of file ServiceGapsMaterialsPar.h.

Member Data Documentation

◆ m_rmax

std::vector<double> m_rmax
private

Rmax list of the mother volume.

Rmax list of the mother volume.

Definition at line 153 of file ServiceGapsMaterialsPar.h.

◆ m_rmin

std::vector<double> m_rmin
private

Rmin list of the mother volume.

Rmin list of the mother volume.

Definition at line 151 of file ServiceGapsMaterialsPar.h.


The documentation for this class was generated from the following file: