BOSS 8.0.0
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)
 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)
 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/3]

BesMdcLayer::BesMdcLayer ( void )
inline

◆ ~BesMdcLayer() [1/3]

BesMdcLayer::~BesMdcLayer ( void )
inline

◆ BesMdcLayer() [2/3]

BesMdcLayer::BesMdcLayer ( void )
inline

◆ ~BesMdcLayer() [2/3]

BesMdcLayer::~BesMdcLayer ( void )
inline

◆ BesMdcLayer() [3/3]

BesMdcLayer::BesMdcLayer ( void )
inline

◆ ~BesMdcLayer() [3/3]

BesMdcLayer::~BesMdcLayer ( void )
inline

Member Function Documentation

◆ BeginWireNo() [1/3]

int BesMdcLayer::BeginWireNo ( void ) const
inline

Definition at line 71 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ BeginWireNo() [2/3]

int BesMdcLayer::BeginWireNo ( void ) const
inline

Definition at line 71 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ BeginWireNo() [3/3]

int BesMdcLayer::BeginWireNo ( void ) const
inline

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

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

◆ FirstWire() [1/3]

int BesMdcLayer::FirstWire ( void ) const
inline

Definition at line 73 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ FirstWire() [2/3]

int BesMdcLayer::FirstWire ( void ) const
inline

Definition at line 73 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ FirstWire() [3/3]

int BesMdcLayer::FirstWire ( void ) const
inline

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

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

◆ SetBeginWireNo() [1/3]

void BesMdcLayer::SetBeginWireNo ( int x)
inline

Definition at line 79 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ SetBeginWireNo() [2/3]

void BesMdcLayer::SetBeginWireNo ( int x)
inline

Definition at line 79 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

79{ fBeginWireNo = x; }

◆ SetBeginWireNo() [3/3]

void BesMdcLayer::SetBeginWireNo ( int x)
inline

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

79{ fBeginWireNo = x; }

◆ SetFirstWire() [1/3]

void BesMdcLayer::SetFirstWire ( int x)
inline

Definition at line 81 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

81{ fFirstWire = x; }

◆ SetFirstWire() [2/3]

void BesMdcLayer::SetFirstWire ( int x)
inline

Definition at line 81 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

81{ fFirstWire = x; }

◆ SetFirstWire() [3/3]

void BesMdcLayer::SetFirstWire ( int x)
inline

Definition at line 81 of file Simulation/BOOST/MdcSim/include/MdcSim/BesMdcGeoParameter.hh.

81{ fFirstWire = x; }

◆ SetShiftPhi() [1/3]

void BesMdcLayer::SetShiftPhi ( double x)
inline

Definition at line 80 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

80{ fShiftPhi = x; }

◆ SetShiftPhi() [2/3]

void BesMdcLayer::SetShiftPhi ( double x)
inline

Definition at line 80 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

80{ fShiftPhi = x; }

◆ SetShiftPhi() [3/3]

void BesMdcLayer::SetShiftPhi ( double x)
inline

Definition at line 80 of file Simulation/BOOST/MdcSim/include/MdcSim/BesMdcGeoParameter.hh.

80{ fShiftPhi = x; }

◆ SetSumWireNo() [1/3]

void BesMdcLayer::SetSumWireNo ( int x)
inline

Definition at line 78 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

78{ fSumWireNo = x; }

◆ SetSumWireNo() [2/3]

void BesMdcLayer::SetSumWireNo ( int x)
inline

Definition at line 78 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

78{ fSumWireNo = x; }

◆ SetSumWireNo() [3/3]

void BesMdcLayer::SetSumWireNo ( int x)
inline

Definition at line 78 of file Simulation/BOOST/MdcSim/include/MdcSim/BesMdcGeoParameter.hh.

78{ fSumWireNo = x; }

◆ SetWireNo() [1/3]

void BesMdcLayer::SetWireNo ( int x)
inline

Definition at line 77 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

77{ fWireNo = x; }

◆ SetWireNo() [2/3]

void BesMdcLayer::SetWireNo ( int x)
inline

Definition at line 77 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

77{ fWireNo = x; }

◆ SetWireNo() [3/3]

void BesMdcLayer::SetWireNo ( int x)
inline

Definition at line 77 of file Simulation/BOOST/MdcSim/include/MdcSim/BesMdcGeoParameter.hh.

77{ fWireNo = x; }

◆ ShiftPhi() [1/3]

double BesMdcLayer::ShiftPhi ( void ) const
inline

Definition at line 74 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ ShiftPhi() [2/3]

double BesMdcLayer::ShiftPhi ( void ) const
inline

Definition at line 74 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ ShiftPhi() [3/3]

double BesMdcLayer::ShiftPhi ( void ) const
inline

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

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

◆ SumWireNo() [1/3]

int BesMdcLayer::SumWireNo ( void ) const
inline

Definition at line 69 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ SumWireNo() [2/3]

int BesMdcLayer::SumWireNo ( void ) const
inline

Definition at line 69 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ SumWireNo() [3/3]

int BesMdcLayer::SumWireNo ( void ) const
inline

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

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

◆ WireNo() [1/3]

int BesMdcLayer::WireNo ( void ) const
inline

Definition at line 68 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ WireNo() [2/3]

int BesMdcLayer::WireNo ( void ) const
inline

Definition at line 68 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcSim/BesMdcGeoParameter.hh.

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

◆ WireNo() [3/3]

int BesMdcLayer::WireNo ( void ) const
inline

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

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

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