BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
BesMdcLayer Class Reference

#include <BesMdcGeoParameter.hh>

+ Inheritance diagram for BesMdcLayer:

Public Member Functions

 BesMdcLayer (void)
 
 ~BesMdcLayer (void)
 
int WireNo (void) const
 
int SumWireNo (void) const
 
int BeginWireNo (void) const
 
int FirstWire (void) const
 
double ShiftPhi (void) const
 
void SetWireNo (int x)
 
void SetSumWireNo (int x)
 
void SetBeginWireNo (int x)
 
void SetShiftPhi (double x)
 
void SetFirstWire (int x)
 
 BesMdcLayer (void)
 
 ~BesMdcLayer (void)
 
int WireNo (void) const
 
int SumWireNo (void) const
 
int BeginWireNo (void) const
 
int FirstWire (void) const
 
double ShiftPhi (void) const
 
void SetWireNo (int x)
 
void SetSumWireNo (int x)
 
void SetBeginWireNo (int x)
 
void SetShiftPhi (double x)
 
void SetFirstWire (int x)
 
- Public Member Functions inherited from BesMdcWire
 BesMdcWire (void)
 
 BesMdcWire (double length, double phi, double r, double rotateAngle)
 
 ~BesMdcWire (void)
 
double Length (void) const
 
double Phi (void) const
 
double Phi (double z) const
 
double R (void) const
 
double RotateCell (void) const
 
double RotateAngle (void) const
 
double X (void) const
 
double Y (void) const
 
double X (double)
 
double Y (double)
 
const string Name (void) const
 
void SetLength (double x)
 
void SetPhi (double x)
 
void SetRadius (double x)
 
void SetRotateCell (double x)
 
void SetRotateAngle (double x)
 
void SetX (double x)
 
void SetY (double x)
 
void SetName (string x)
 
 BesMdcWire (void)
 
 BesMdcWire (double length, double phi, double r, double rotateAngle)
 
 ~BesMdcWire (void)
 
double Length (void) const
 
double Phi (void) const
 
double Phi (double z) const
 
double R (void) const
 
double RotateCell (void) const
 
double RotateAngle (void) const
 
double X (void) const
 
double Y (void) const
 
double X (double)
 
double Y (double)
 
const string Name (void) const
 
void SetLength (double x)
 
void SetPhi (double x)
 
void SetRadius (double x)
 
void SetRotateCell (double x)
 
void SetRotateAngle (double x)
 
void SetX (double x)
 
void SetY (double x)
 
void SetName (string x)
 

Detailed Description

Constructor & Destructor Documentation

◆ BesMdcLayer() [1/2]

BesMdcLayer::BesMdcLayer ( void  )
inline

◆ ~BesMdcLayer() [1/2]

BesMdcLayer::~BesMdcLayer ( void  )
inline

◆ BesMdcLayer() [2/2]

BesMdcLayer::BesMdcLayer ( void  )
inline

◆ ~BesMdcLayer() [2/2]

BesMdcLayer::~BesMdcLayer ( void  )
inline

Member Function Documentation

◆ BeginWireNo() [1/2]

int BesMdcLayer::BeginWireNo ( void  ) const
inline

Definition at line 71 of file InstallArea/include/MdcSim/MdcSim/BesMdcGeoParameter.hh.

71{return fBeginWireNo;} //Total wire number from layer 1 to

Referenced by BesMdcGeoParameter::InitFromFile(), and BesMdcGeoParameter::InitFromSvc().

◆ BeginWireNo() [2/2]

int BesMdcLayer::BeginWireNo ( void  ) const
inline

Definition at line 71 of file Simulation/BOOST/MdcSim/MdcSim-00-00-71/MdcSim/BesMdcGeoParameter.hh.

71{return fBeginWireNo;} //Total wire number from layer 1 to

◆ FirstWire() [1/2]

int BesMdcLayer::FirstWire ( void  ) const
inline

Definition at line 73 of file InstallArea/include/MdcSim/MdcSim/BesMdcGeoParameter.hh.

73{return fFirstWire;} //0: first is field wire; 1: signal wire.

Referenced by BesMdcConstruction::Construct(), BesMdcGeoParameter::Dump(), and BesMdcGeoParameter::SignalWire().

◆ FirstWire() [2/2]

int BesMdcLayer::FirstWire ( void  ) const
inline

Definition at line 73 of file Simulation/BOOST/MdcSim/MdcSim-00-00-71/MdcSim/BesMdcGeoParameter.hh.

73{return fFirstWire;} //0: first is field wire; 1: signal wire.

◆ SetBeginWireNo() [1/2]

void BesMdcLayer::SetBeginWireNo ( int  x)
inline

Definition at line 79 of file InstallArea/include/MdcSim/MdcSim/BesMdcGeoParameter.hh.

79{fBeginWireNo=x;}
Double_t x[10]

Referenced by BesMdcGeoParameter::InitFromFile(), and BesMdcGeoParameter::InitFromSvc().

◆ SetBeginWireNo() [2/2]

void BesMdcLayer::SetBeginWireNo ( int  x)
inline

Definition at line 79 of file Simulation/BOOST/MdcSim/MdcSim-00-00-71/MdcSim/BesMdcGeoParameter.hh.

79{fBeginWireNo=x;}

◆ SetFirstWire() [1/2]

void BesMdcLayer::SetFirstWire ( int  x)
inline

◆ SetFirstWire() [2/2]

void BesMdcLayer::SetFirstWire ( int  x)
inline

Definition at line 81 of file Simulation/BOOST/MdcSim/MdcSim-00-00-71/MdcSim/BesMdcGeoParameter.hh.

81{fFirstWire=x;}

◆ SetShiftPhi() [1/2]

void BesMdcLayer::SetShiftPhi ( double  x)
inline

◆ SetShiftPhi() [2/2]

void BesMdcLayer::SetShiftPhi ( double  x)
inline

◆ SetSumWireNo() [1/2]

void BesMdcLayer::SetSumWireNo ( int  x)
inline

◆ SetSumWireNo() [2/2]

void BesMdcLayer::SetSumWireNo ( int  x)
inline

Definition at line 78 of file Simulation/BOOST/MdcSim/MdcSim-00-00-71/MdcSim/BesMdcGeoParameter.hh.

78{fSumWireNo=x;}

◆ SetWireNo() [1/2]

void BesMdcLayer::SetWireNo ( int  x)
inline

◆ SetWireNo() [2/2]

void BesMdcLayer::SetWireNo ( int  x)
inline

◆ ShiftPhi() [1/2]

double BesMdcLayer::ShiftPhi ( void  ) const
inline

Definition at line 74 of file InstallArea/include/MdcSim/MdcSim/BesMdcGeoParameter.hh.

74{return fShiftPhi;} // Phi between 2 wire of this layer.

Referenced by BesMdcGeoParameter::Dump(), BesMdcGeoParameter::InitFromFile(), and BesMdcGeoParameter::SignalWire().

◆ ShiftPhi() [2/2]

double BesMdcLayer::ShiftPhi ( void  ) const
inline

Definition at line 74 of file Simulation/BOOST/MdcSim/MdcSim-00-00-71/MdcSim/BesMdcGeoParameter.hh.

74{return fShiftPhi;} // Phi between 2 wire of this layer.

◆ SumWireNo() [1/2]

int BesMdcLayer::SumWireNo ( void  ) const
inline

Definition at line 69 of file InstallArea/include/MdcSim/MdcSim/BesMdcGeoParameter.hh.

69{return fSumWireNo;} //Total wire number from layer 1 to

◆ SumWireNo() [2/2]

int BesMdcLayer::SumWireNo ( void  ) const
inline

Definition at line 69 of file Simulation/BOOST/MdcSim/MdcSim-00-00-71/MdcSim/BesMdcGeoParameter.hh.

69{return fSumWireNo;} //Total wire number from layer 1 to

◆ WireNo() [1/2]

int BesMdcLayer::WireNo ( void  ) const
inline

Definition at line 68 of file InstallArea/include/MdcSim/MdcSim/BesMdcGeoParameter.hh.

68{return fWireNo;} //Wire number of this layer.

Referenced by BesMdcConstruction::Construct(), and BesMdcGeoParameter::Dump().

◆ WireNo() [2/2]

int BesMdcLayer::WireNo ( void  ) const
inline

Definition at line 68 of file Simulation/BOOST/MdcSim/MdcSim-00-00-71/MdcSim/BesMdcGeoParameter.hh.

68{return fWireNo;} //Wire number of this layer.

The documentation for this class was generated from the following files: