Belle II Software
release-08-01-10
|
The Class for Service Materials between CDC and ECL, ARICH and TOP, TOP and ECL. More...
#include <ServiceGapsMaterialsPar.h>
Public Member Functions | |
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. | |
Private Member Functions | |
ClassDef (ServiceGapsMaterialsCdcArichTopPar, 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_innerR |
InnerR in mm. | |
double | m_outerR |
OuterR in mm. | |
double | m_backwardZ |
BackwardZ in mm. | |
double | m_forwardZ |
ForwardZ in mm. | |
The Class for Service Materials between CDC and ECL, ARICH and TOP, TOP and ECL.
Definition at line 24 of file ServiceGapsMaterialsPar.h.