#include <BesMdcGeoParameter.hh>
Definition at line 24 of file BesMdcGeoParameter.hh.
◆ BesMdcWire() [1/2]
BesMdcWire::BesMdcWire |
( |
void |
| ) |
|
|
inline |
◆ BesMdcWire() [2/2]
BesMdcWire::BesMdcWire |
( |
double |
length, |
|
|
double |
phi, |
|
|
double |
r, |
|
|
double |
rotateAngle |
|
) |
| |
Definition at line 39 of file BesMdcGeoParameter.cc.
39 {
40 fLength=length;
41 if(phi<0){
45 }else{
46 fPhi=phi;
47 }
48 fRadius=r;
49 fRotateAngle=rotateAngle;
50
53}
double sin(const BesAngle a)
double cos(const BesAngle a)
◆ ~BesMdcWire()
BesMdcWire::~BesMdcWire |
( |
void |
| ) |
|
|
inline |
◆ Length()
double BesMdcWire::Length |
( |
void |
| ) |
const |
|
inline |
◆ Name()
const string BesMdcWire::Name |
( |
void |
| ) |
const |
|
inline |
◆ Phi() [1/2]
double BesMdcWire::Phi |
( |
double |
z | ) |
const |
Definition at line 55 of file BesMdcGeoParameter.cc.
55 {
56
57
59 double OC = OB*z*2./fLength;
61
62
63 if(phi<0){
67 }
68 return phi;
69}
double RotateAngle(void) const
◆ Phi() [2/2]
double BesMdcWire::Phi |
( |
void |
| ) |
const |
|
inline |
◆ R()
double BesMdcWire::R |
( |
void |
| ) |
const |
|
inline |
◆ RotateAngle()
double BesMdcWire::RotateAngle |
( |
void |
| ) |
const |
|
inline |
◆ RotateCell()
double BesMdcWire::RotateCell |
( |
void |
| ) |
const |
|
inline |
◆ SetLength()
void BesMdcWire::SetLength |
( |
double |
x | ) |
|
|
inline |
◆ SetName()
void BesMdcWire::SetName |
( |
string |
x | ) |
|
|
inline |
◆ SetPhi()
void BesMdcWire::SetPhi |
( |
double |
x | ) |
|
|
inline |
◆ SetRadius()
void BesMdcWire::SetRadius |
( |
double |
x | ) |
|
|
inline |
◆ SetRotateAngle()
void BesMdcWire::SetRotateAngle |
( |
double |
x | ) |
|
|
inline |
◆ SetRotateCell()
void BesMdcWire::SetRotateCell |
( |
double |
x | ) |
|
|
inline |
◆ SetX()
void BesMdcWire::SetX |
( |
double |
x | ) |
|
|
inline |
◆ SetY()
void BesMdcWire::SetY |
( |
double |
x | ) |
|
|
inline |
◆ X() [1/2]
double BesMdcWire::X |
( |
double |
| ) |
|
◆ X() [2/2]
double BesMdcWire::X |
( |
void |
| ) |
const |
|
inline |
◆ Y() [1/2]
double BesMdcWire::Y |
( |
double |
| ) |
|
◆ Y() [2/2]
double BesMdcWire::Y |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: