The Class for Service Materials between CDC and ECL, ARICH and TOP, TOP and ECL.
More...
#include <ServiceGapsMaterialsPar.h>
|
| ServiceGapsMaterialsCdcArichTopPar (const std::string &name="", const std::string &material="", int identifier=0, double innerR=0, double outerR=0, double backwardZ=0, double forwardZ=0) |
| Constructor.
|
|
double | getInnerR (void) const |
| Get InnerR in mm.
|
|
double | getOuterR (void) const |
| Get OuterR in mm.
|
|
double | getBackwardZ (void) const |
| Get BackwardZ in mm.
|
|
double | getForwardZ (void) const |
| Get ForwardZ in mm.
|
|
std::string | getMaterial (void) const |
| Get material.
|
|
std::string | getName (void) const |
| Get name.
|
|
int | getIdentifier (void) const |
| Get identifier.
|
|
The Class for Service Materials between CDC and ECL, ARICH and TOP, TOP and ECL.
Definition at line 24 of file ServiceGapsMaterialsPar.h.
◆ ServiceGapsMaterialsCdcArichTopPar()
ServiceGapsMaterialsCdcArichTopPar |
( |
const std::string & | name = "", |
|
|
const std::string & | material = "", |
|
|
int | identifier = 0, |
|
|
double | innerR = 0, |
|
|
double | outerR = 0, |
|
|
double | backwardZ = 0, |
|
|
double | forwardZ = 0 ) |
|
inline |
Constructor.
Definition at line 28 of file ServiceGapsMaterialsPar.h.
29 :
30 m_name(name), m_material(material), m_identifier(identifier), m_innerR(innerR), m_outerR(outerR), m_backwardZ(backwardZ),
31 m_forwardZ(forwardZ)
32 {}
◆ getBackwardZ()
double getBackwardZ |
( |
void | | ) |
const |
|
inline |
◆ getForwardZ()
double getForwardZ |
( |
void | | ) |
const |
|
inline |
◆ getIdentifier()
int getIdentifier |
( |
void | | ) |
const |
|
inline |
◆ getInnerR()
double getInnerR |
( |
void | | ) |
const |
|
inline |
◆ getMaterial()
std::string getMaterial |
( |
void | | ) |
const |
|
inline |
◆ getName()
std::string getName |
( |
void | | ) |
const |
|
inline |
◆ getOuterR()
double getOuterR |
( |
void | | ) |
const |
|
inline |
◆ m_backwardZ
◆ m_forwardZ
◆ m_identifier
◆ m_innerR
◆ m_material
◆ m_name
◆ m_outerR
The documentation for this class was generated from the following file: