Belle II Software
release-08-01-10
|
The Class for Service Materials between barrel and endcap of ECL. More...
#include <ServiceGapsMaterialsPar.h>
Public Member Functions | |
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. | |
Private Member Functions | |
ClassDef (ServiceGapsMaterialsEclPar, 1) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
std::string | m_name |
Name. | |
std::string | m_material |
Material. | |
int | m_identifier |
Identifier. | |
double | m_innerR1 |
InnerR1 in mm. | |
double | m_outerR1 |
OuterR1 in mm. | |
double | m_innerR2 |
InnerR2 in mm. | |
double | m_outerR2 |
OuterR in mm. | |
double | m_backwardZ |
BackwardZ in mm. | |
double | m_forwardZ |
ForwardZ in mm. | |
The Class for Service Materials between barrel and endcap of ECL.
Definition at line 68 of file ServiceGapsMaterialsPar.h.