|
BOSS 7.1.3
BESIII Offline Software System
|
#include <MyMdcGeomSvc.hh>
Public Member Functions | |
| MyMdcGeomSvc () | |
| ~MyMdcGeomSvc () | |
| void | ReadFilePar () |
| int | TotalElecLayerNo () |
| int | Layerr (int n) |
| int | ElecNo (int n) |
| double | X (int n) |
| double | Y (int n) |
| double | Z (int n) |
| double | R (int n) |
| double | BoxInStep (int n) |
| double | BoxEndcape (int n) |
| double | FixRing (int n) |
| double | InnerRCableFrame (int n) |
| double | OuterRCableFrame (int n) |
| double | LengthCableFrame (int n) |
| double | ZCableFrame (int n) |
| double | ThinPlate (int n) |
| double | XCenThinPlate (int n) |
| double | YCenThinPlate (int n) |
| double | ZCenThinPlate (int n) |
| double | RotateXAngle (int n) |
| double | LengthCableTub (int n) |
Definition at line 9 of file MyMdcGeomSvc.hh.
| MyMdcGeomSvc::MyMdcGeomSvc | ( | ) |
Definition at line 10 of file MyMdcGeomSvc.cc.
| MyMdcGeomSvc::~MyMdcGeomSvc | ( | ) |
Definition at line 11 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::BoxEndcape | ( | int | n | ) |
Definition at line 119 of file MyMdcGeomSvc.cc.
Referenced by BesMdcConstruction::Construct().
| double MyMdcGeomSvc::BoxInStep | ( | int | n | ) |
Definition at line 115 of file MyMdcGeomSvc.cc.
| int MyMdcGeomSvc::ElecNo | ( | int | n | ) |
Definition at line 95 of file MyMdcGeomSvc.cc.
Referenced by BesMdcConstruction::Construct().
| double MyMdcGeomSvc::FixRing | ( | int | n | ) |
Definition at line 167 of file MyMdcGeomSvc.cc.
Referenced by BesMdcConstruction::Construct().
| double MyMdcGeomSvc::InnerRCableFrame | ( | int | n | ) |
Definition at line 127 of file MyMdcGeomSvc.cc.
| int MyMdcGeomSvc::Layerr | ( | int | n | ) |
Definition at line 91 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::LengthCableFrame | ( | int | n | ) |
Definition at line 135 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::LengthCableTub | ( | int | n | ) |
Definition at line 123 of file MyMdcGeomSvc.cc.
Referenced by BesMdcConstruction::Construct().
| double MyMdcGeomSvc::OuterRCableFrame | ( | int | n | ) |
Definition at line 131 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::R | ( | int | n | ) |
Definition at line 111 of file MyMdcGeomSvc.cc.
Referenced by BesMdcConstruction::Construct().
| void MyMdcGeomSvc::ReadFilePar | ( | ) |
Definition at line 12 of file MyMdcGeomSvc.cc.
Referenced by MyMdcGeomSvc().
| double MyMdcGeomSvc::RotateXAngle | ( | int | n | ) |
Definition at line 162 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::ThinPlate | ( | int | n | ) |
Definition at line 146 of file MyMdcGeomSvc.cc.
| int MyMdcGeomSvc::TotalElecLayerNo | ( | ) |
Definition at line 87 of file MyMdcGeomSvc.cc.
Referenced by BesMdcConstruction::Construct().
| double MyMdcGeomSvc::X | ( | int | n | ) |
Definition at line 99 of file MyMdcGeomSvc.cc.
Referenced by BesMdcConstruction::Construct().
| double MyMdcGeomSvc::XCenThinPlate | ( | int | n | ) |
Definition at line 150 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::Y | ( | int | n | ) |
Definition at line 103 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::YCenThinPlate | ( | int | n | ) |
Definition at line 154 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::Z | ( | int | n | ) |
Definition at line 107 of file MyMdcGeomSvc.cc.
Referenced by BesMdcConstruction::Construct().
| double MyMdcGeomSvc::ZCableFrame | ( | int | n | ) |
Definition at line 140 of file MyMdcGeomSvc.cc.
| double MyMdcGeomSvc::ZCenThinPlate | ( | int | n | ) |
Definition at line 158 of file MyMdcGeomSvc.cc.