#include <CgemGeoSeparator.h>
◆ CgemGeoSeparator() [1/2]
CgemGeoSeparator::CgemGeoSeparator |
( |
| ) |
|
◆ ~CgemGeoSeparator() [1/2]
CgemGeoSeparator::~CgemGeoSeparator |
( |
| ) |
|
◆ CgemGeoSeparator() [2/2]
CgemGeoSeparator::CgemGeoSeparator |
( |
| ) |
|
◆ ~CgemGeoSeparator() [2/2]
CgemGeoSeparator::~CgemGeoSeparator |
( |
| ) |
|
◆ getInnerR() [1/2]
double CgemGeoSeparator::getInnerR |
( |
| ) |
const |
|
inline |
◆ getInnerR() [2/2]
double CgemGeoSeparator::getInnerR |
( |
| ) |
const |
|
inline |
◆ getLength() [1/2]
double CgemGeoSeparator::getLength |
( |
| ) |
const |
|
inline |
◆ getLength() [2/2]
double CgemGeoSeparator::getLength |
( |
| ) |
const |
|
inline |
◆ getOuterR() [1/2]
double CgemGeoSeparator::getOuterR |
( |
| ) |
const |
|
inline |
◆ getOuterR() [2/2]
double CgemGeoSeparator::getOuterR |
( |
| ) |
const |
|
inline |
◆ getThickOfCarbonFiber() [1/2]
double CgemGeoSeparator::getThickOfCarbonFiber |
( |
| ) |
const |
|
inline |
◆ getThickOfCarbonFiber() [2/2]
double CgemGeoSeparator::getThickOfCarbonFiber |
( |
| ) |
const |
|
inline |
◆ getThickOfInnerAluminum() [1/2]
double CgemGeoSeparator::getThickOfInnerAluminum |
( |
| ) |
const |
|
inline |
◆ getThickOfInnerAluminum() [2/2]
double CgemGeoSeparator::getThickOfInnerAluminum |
( |
| ) |
const |
|
inline |
◆ getThickOfOuterAluminum() [1/2]
double CgemGeoSeparator::getThickOfOuterAluminum |
( |
| ) |
const |
|
inline |
◆ getThickOfOuterAluminum() [2/2]
double CgemGeoSeparator::getThickOfOuterAluminum |
( |
| ) |
const |
|
inline |
◆ print() [1/2]
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_i_Separator
24 << left << setw(14) << m_R_o_Separator << endl;
25 cout << "===============CgemSeparator is over!================" << endl;
26 cout << " " << endl;
27}
◆ print() [2/2]
void CgemGeoSeparator::print |
( |
| ) |
|
◆ setInnerR() [1/2]
void CgemGeoSeparator::setInnerR |
( |
double |
innerR | ) |
|
|
inline |
◆ setInnerR() [2/2]
void CgemGeoSeparator::setInnerR |
( |
double |
innerR | ) |
|
|
inline |
◆ setLength() [1/2]
void CgemGeoSeparator::setLength |
( |
double |
length | ) |
|
|
inline |
◆ setLength() [2/2]
void CgemGeoSeparator::setLength |
( |
double |
length | ) |
|
|
inline |
◆ setOuterR() [1/2]
void CgemGeoSeparator::setOuterR |
( |
double |
outerR | ) |
|
|
inline |
◆ setOuterR() [2/2]
void CgemGeoSeparator::setOuterR |
( |
double |
outerR | ) |
|
|
inline |
◆ setThickOfCarbonFiber() [1/2]
void CgemGeoSeparator::setThickOfCarbonFiber |
( |
double |
thick | ) |
|
|
inline |
◆ setThickOfCarbonFiber() [2/2]
void CgemGeoSeparator::setThickOfCarbonFiber |
( |
double |
thick | ) |
|
|
inline |
◆ setThickOfInnerAluminum() [1/2]
void CgemGeoSeparator::setThickOfInnerAluminum |
( |
double |
thick | ) |
|
|
inline |
◆ setThickOfInnerAluminum() [2/2]
void CgemGeoSeparator::setThickOfInnerAluminum |
( |
double |
thick | ) |
|
|
inline |
◆ setThickOfOuterAluminum() [1/2]
void CgemGeoSeparator::setThickOfOuterAluminum |
( |
double |
thick | ) |
|
|
inline |
◆ setThickOfOuterAluminum() [2/2]
void CgemGeoSeparator::setThickOfOuterAluminum |
( |
double |
thick | ) |
|
|
inline |
The documentation for this class was generated from the following files: