#include <CgemGeoSeparator.h>
Definition at line 6 of file CgemGeoSeparator.h.
◆ CgemGeoSeparator()
CgemGeoSeparator::CgemGeoSeparator |
( |
| ) |
|
◆ ~CgemGeoSeparator()
CgemGeoSeparator::~CgemGeoSeparator |
( |
| ) |
|
◆ getInnerR()
double CgemGeoSeparator::getInnerR |
( |
| ) |
const |
|
inline |
◆ getLength()
double CgemGeoSeparator::getLength |
( |
| ) |
const |
|
inline |
◆ getOuterR()
double CgemGeoSeparator::getOuterR |
( |
| ) |
const |
|
inline |
◆ getThickOfCarbonFiber()
double CgemGeoSeparator::getThickOfCarbonFiber |
( |
| ) |
const |
|
inline |
◆ getThickOfInnerAluminum()
double CgemGeoSeparator::getThickOfInnerAluminum |
( |
| ) |
const |
|
inline |
◆ getThickOfOuterAluminum()
double CgemGeoSeparator::getThickOfOuterAluminum |
( |
| ) |
const |
|
inline |
◆ print()
void CgemGeoSeparator::print |
( |
| ) |
|
Definition at line 15 of file CgemGeoSeparator.cxx.
15 {
16
17 cout << "===============CgemSeparator Information===============" << endl;
18 cout << "L_Separator "
19 << "R_i_Separator "
20 << "R_o_Separator "
21 << endl;
22 cout << left << setw(11) << m_L_Separator
23 << left << setw(14) << m_R_in_Separator
24 << left << setw(14) << m_R_out_Separator << endl;
25 cout << "===============CgemSeparator is over!================" << endl;
26 cout << " " << endl;
27}
◆ setInnerR()
void CgemGeoSeparator::setInnerR |
( |
double | innerR | ) |
|
|
inline |
◆ setLength()
void CgemGeoSeparator::setLength |
( |
double | length | ) |
|
|
inline |
◆ setOuterR()
void CgemGeoSeparator::setOuterR |
( |
double | outerR | ) |
|
|
inline |
◆ setThickOfCarbonFiber()
void CgemGeoSeparator::setThickOfCarbonFiber |
( |
double | thick | ) |
|
|
inline |
◆ setThickOfInnerAluminum()
void CgemGeoSeparator::setThickOfInnerAluminum |
( |
double | thick | ) |
|
|
inline |
◆ setThickOfOuterAluminum()
void CgemGeoSeparator::setThickOfOuterAluminum |
( |
double | thick | ) |
|
|
inline |
The documentation for this class was generated from the following files: