The Class for Service Materials between barrel and endcap of ECL.
More...
#include <ServiceGapsMaterialsPar.h>
|
| | ServiceGapsMaterialsEclPar (const std::string &name="", const std::string &material="", int identifier=0, double innerR1=0, double outerR1=0, double innerR2=0, double outerR2=0, double backwardZ=0, double forwardZ=0) |
| | Constructor.
|
| |
| double | getInnerR1 (void) const |
| | Get InnerR1 in mm.
|
| |
| double | getOuterR1 (void) const |
| | Get OuterR1 in mm.
|
| |
| double | getInnerR2 (void) const |
| | Get InnerR2 in mm.
|
| |
| double | getOuterR2 (void) const |
| | Get OuterR2 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 barrel and endcap of ECL.
Definition at line 68 of file ServiceGapsMaterialsPar.h.
◆ ServiceGapsMaterialsEclPar()
| ServiceGapsMaterialsEclPar |
( |
const std::string & | name = "", |
|
|
const std::string & | material = "", |
|
|
int | identifier = 0, |
|
|
double | innerR1 = 0, |
|
|
double | outerR1 = 0, |
|
|
double | innerR2 = 0, |
|
|
double | outerR2 = 0, |
|
|
double | backwardZ = 0, |
|
|
double | forwardZ = 0 ) |
|
inline |
Constructor.
Definition at line 72 of file ServiceGapsMaterialsPar.h.
74 :
75 m_name(name), m_material(material), m_identifier(identifier), m_innerR1(innerR1), m_outerR1(outerR1), m_innerR2(innerR2),
76 m_outerR2(outerR2), m_backwardZ(backwardZ), m_forwardZ(forwardZ)
77 {}
◆ getBackwardZ()
| double getBackwardZ |
( |
void | | ) |
const |
|
inline |
◆ getForwardZ()
| double getForwardZ |
( |
void | | ) |
const |
|
inline |
◆ getIdentifier()
| int getIdentifier |
( |
void | | ) |
const |
|
inline |
◆ getInnerR1()
| double getInnerR1 |
( |
void | | ) |
const |
|
inline |
◆ getInnerR2()
| double getInnerR2 |
( |
void | | ) |
const |
|
inline |
◆ getMaterial()
| std::string getMaterial |
( |
void | | ) |
const |
|
inline |
◆ getName()
| std::string getName |
( |
void | | ) |
const |
|
inline |
◆ getOuterR1()
| double getOuterR1 |
( |
void | | ) |
const |
|
inline |
◆ getOuterR2()
| double getOuterR2 |
( |
void | | ) |
const |
|
inline |
◆ m_backwardZ
◆ m_forwardZ
◆ m_identifier
◆ m_innerR1
◆ m_innerR2
◆ m_material
◆ m_name
◆ m_outerR1
◆ m_outerR2
The documentation for this class was generated from the following file: