CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcGeoLayer Class Reference

#include <MdcGeoLayer.h>

Public Member Functions

 MdcGeoLayer ()
 
 MdcGeoLayer (const MdcGeoLayer &e)
 
MdcGeoLayeroperator= (const MdcGeoLayer &e)
 
 ~MdcGeoLayer ()
 
int Id (void) const
 
int SLayer (void) const
 
int Wirst (void) const
 
double Slant (void) const
 
double nomSlant (void) const
 
double Radius (void) const
 
double Length (void) const
 
double RCSiz1 (void) const
 
double RCSiz2 (void) const
 
double PCSiz (void) const
 
int NCell (void) const
 
double Offset (void) const
 
double Shift (void) const
 
double nomOffset (void) const
 
double nomShift (void) const
 
double TwistF (void) const
 
double TwistB (void) const
 
HepPoint3D OffF (void) const
 
HepPoint3D OffB (void) const
 
MdcGeoSuperSup (void) const
 
int Gen (void) const
 
int Id (int)
 
int SLayer (int)
 
int Wirst (int)
 
double Slant (double)
 
double nomSlant (double)
 
double Radius (double)
 
double Length (double)
 
double RCSiz1 (double)
 
double RCSiz2 (double)
 
double PCSiz (double)
 
int NCell (int)
 
double Offset (double)
 
double Shift (double)
 
double nomOffset (double)
 
double nomShift (double)
 
double TwistF (double)
 
double TwistB (double)
 
HepPoint3D OffF (HepPoint3D)
 
HepPoint3D OffB (HepPoint3D)
 
MdcGeoSuperSup (MdcGeoSuper *)
 
int Gen (int)
 
 MdcGeoLayer ()
 
 MdcGeoLayer (const MdcGeoLayer &e)
 
MdcGeoLayeroperator= (const MdcGeoLayer &e)
 
 ~MdcGeoLayer ()
 
int Id (void) const
 
int SLayer (void) const
 
int Wirst (void) const
 
double Slant (void) const
 
double nomSlant (void) const
 
double Radius (void) const
 
double Length (void) const
 
double RCSiz1 (void) const
 
double RCSiz2 (void) const
 
double PCSiz (void) const
 
int NCell (void) const
 
double Offset (void) const
 
double Shift (void) const
 
double nomOffset (void) const
 
double nomShift (void) const
 
double TwistF (void) const
 
double TwistB (void) const
 
HepPoint3D OffF (void) const
 
HepPoint3D OffB (void) const
 
MdcGeoSuperSup (void) const
 
int Gen (void) const
 
int Id (int)
 
int SLayer (int)
 
int Wirst (int)
 
double Slant (double)
 
double nomSlant (double)
 
double Radius (double)
 
double Length (double)
 
double RCSiz1 (double)
 
double RCSiz2 (double)
 
double PCSiz (double)
 
int NCell (int)
 
double Offset (double)
 
double Shift (double)
 
double nomOffset (double)
 
double nomShift (double)
 
double TwistF (double)
 
double TwistB (double)
 
HepPoint3D OffF (HepPoint3D)
 
HepPoint3D OffB (HepPoint3D)
 
MdcGeoSuperSup (MdcGeoSuper *)
 
int Gen (int)
 

Detailed Description

Constructor & Destructor Documentation

◆ MdcGeoLayer() [1/4]

MdcGeoLayer::MdcGeoLayer ( )
inline

Definition at line 20 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

20 :fId(0),fSLayer(0),fWirst(0),fSlant(0.),fnomSlant(0.),fRadius(0.),fLength(0.),fRCSiz1(0.),fRCSiz2(0.),
21 fPCSiz(0.),fNCell(0),fOffset(0.),fShift(0.),fnomOffset(0.),fnomShift(0.),fTwistF(0.),fTwistB(0.){
22 HepPoint3D O(0,0,0);
23 fOffF=O;
24 fOffB=O;
25 fSup=0;
26 fGenLayer=0;
27 };

◆ MdcGeoLayer() [2/4]

MdcGeoLayer::MdcGeoLayer ( const MdcGeoLayer & e)
inline

Definition at line 29 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

29 {
30 fId=e.Id();
31 fSLayer=e.SLayer();
32 fWirst=e.Wirst();
33 fSlant=e.Slant();
34 fnomSlant=e.nomSlant();
35 fRadius=e.Radius();
36 fLength=e.Length();
37 fRCSiz1=e.RCSiz1();
38 fRCSiz2=e.RCSiz2();
39 fPCSiz=e.PCSiz();
40 fNCell=e.NCell();
41 fOffset=e.Offset();
42 fShift=e.Shift();
43 fnomOffset=e.nomOffset();
44 fnomShift=e.nomShift();
45 fTwistF=e.TwistF();
46 fTwistB=e.TwistB();
47 fOffF=e.OffF();
48 fOffB=e.OffB();
49 fSup=e.Sup();
50 fGenLayer=e.Gen();
51 };

◆ ~MdcGeoLayer() [1/2]

MdcGeoLayer::~MdcGeoLayer ( )
inline

Definition at line 81 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

81{};

◆ MdcGeoLayer() [3/4]

MdcGeoLayer::MdcGeoLayer ( )
inline

Definition at line 20 of file MdcGeomSvc-00-01-42/MdcGeomSvc/MdcGeoLayer.h.

20 :fId(0),fSLayer(0),fWirst(0),fSlant(0.),fnomSlant(0.),fRadius(0.),fLength(0.),fRCSiz1(0.),fRCSiz2(0.),
21 fPCSiz(0.),fNCell(0),fOffset(0.),fShift(0.),fnomOffset(0.),fnomShift(0.),fTwistF(0.),fTwistB(0.){
22 HepPoint3D O(0,0,0);
23 fOffF=O;
24 fOffB=O;
25 fSup=0;
26 fGenLayer=0;
27 };

◆ MdcGeoLayer() [4/4]

MdcGeoLayer::MdcGeoLayer ( const MdcGeoLayer & e)
inline

Definition at line 29 of file MdcGeomSvc-00-01-42/MdcGeomSvc/MdcGeoLayer.h.

29 {
30 fId=e.Id();
31 fSLayer=e.SLayer();
32 fWirst=e.Wirst();
33 fSlant=e.Slant();
34 fnomSlant=e.nomSlant();
35 fRadius=e.Radius();
36 fLength=e.Length();
37 fRCSiz1=e.RCSiz1();
38 fRCSiz2=e.RCSiz2();
39 fPCSiz=e.PCSiz();
40 fNCell=e.NCell();
41 fOffset=e.Offset();
42 fShift=e.Shift();
43 fnomOffset=e.nomOffset();
44 fnomShift=e.nomShift();
45 fTwistF=e.TwistF();
46 fTwistB=e.TwistB();
47 fOffF=e.OffF();
48 fOffB=e.OffB();
49 fSup=e.Sup();
50 fGenLayer=e.Gen();
51 };

◆ ~MdcGeoLayer() [2/2]

MdcGeoLayer::~MdcGeoLayer ( )
inline

Definition at line 81 of file MdcGeomSvc-00-01-42/MdcGeomSvc/MdcGeoLayer.h.

81{};

Member Function Documentation

◆ Gen() [1/4]

int MdcGeoLayer::Gen ( int i)
inline

Definition at line 198 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

198{return fGenLayer=i;}

◆ Gen() [2/4]

int MdcGeoLayer::Gen ( int )

◆ Gen() [3/4]

int MdcGeoLayer::Gen ( void ) const
inline

Definition at line 175 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

175{return fGenLayer;}

Referenced by MdcGeoLayer(), operator=(), and DedxCorrecSvc::PathL().

◆ Gen() [4/4]

int MdcGeoLayer::Gen ( void ) const

◆ Id() [1/4]

int MdcGeoLayer::Id ( int i)
inline

Definition at line 178 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

178{ return fId=i; }

◆ Id() [2/4]

int MdcGeoLayer::Id ( int )

◆ Id() [3/4]

◆ Id() [4/4]

int MdcGeoLayer::Id ( void ) const

◆ Length() [1/4]

double MdcGeoLayer::Length ( double i)
inline

Definition at line 184 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

184{ return fLength=i; }

◆ Length() [2/4]

double MdcGeoLayer::Length ( double )

◆ Length() [3/4]

◆ Length() [4/4]

double MdcGeoLayer::Length ( void ) const

◆ NCell() [1/4]

int MdcGeoLayer::NCell ( int i)
inline

Definition at line 188 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

188{ return fNCell=i; }

◆ NCell() [2/4]

int MdcGeoLayer::NCell ( int )

◆ NCell() [3/4]

◆ NCell() [4/4]

int MdcGeoLayer::NCell ( void ) const

◆ nomOffset() [1/4]

double MdcGeoLayer::nomOffset ( double i)
inline

Definition at line 191 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

191{ return fnomOffset=i; }

◆ nomOffset() [2/4]

double MdcGeoLayer::nomOffset ( double )

◆ nomOffset() [3/4]

double MdcGeoLayer::nomOffset ( void ) const
inline

Definition at line 168 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

168{ return fnomOffset; }

Referenced by MdcGeoLayer(), and operator=().

◆ nomOffset() [4/4]

double MdcGeoLayer::nomOffset ( void ) const

◆ nomShift() [1/4]

double MdcGeoLayer::nomShift ( double i)
inline

Definition at line 192 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

192{ return fnomShift=i; }

◆ nomShift() [2/4]

double MdcGeoLayer::nomShift ( double )

◆ nomShift() [3/4]

double MdcGeoLayer::nomShift ( void ) const
inline

◆ nomShift() [4/4]

double MdcGeoLayer::nomShift ( void ) const

◆ nomSlant() [1/4]

double MdcGeoLayer::nomSlant ( double i)
inline

Definition at line 182 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

182{ return fnomSlant=i; }

◆ nomSlant() [2/4]

double MdcGeoLayer::nomSlant ( double )

◆ nomSlant() [3/4]

double MdcGeoLayer::nomSlant ( void ) const
inline

Definition at line 159 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

159{ return fnomSlant; }

Referenced by MdcGeoLayer(), and operator=().

◆ nomSlant() [4/4]

double MdcGeoLayer::nomSlant ( void ) const

◆ OffB() [1/4]

HepPoint3D MdcGeoLayer::OffB ( HepPoint3D i)
inline

Definition at line 196 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

196{ return fOffB=i;}

◆ OffB() [2/4]

HepPoint3D MdcGeoLayer::OffB ( HepPoint3D )

◆ OffB() [3/4]

HepPoint3D MdcGeoLayer::OffB ( void ) const
inline

Definition at line 173 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

173{ return fOffB;}

Referenced by MdcGeoLayer(), and operator=().

◆ OffB() [4/4]

HepPoint3D MdcGeoLayer::OffB ( void ) const

◆ OffF() [1/4]

HepPoint3D MdcGeoLayer::OffF ( HepPoint3D i)
inline

Definition at line 195 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

195{ return fOffF=i;}

◆ OffF() [2/4]

HepPoint3D MdcGeoLayer::OffF ( HepPoint3D )

◆ OffF() [3/4]

HepPoint3D MdcGeoLayer::OffF ( void ) const
inline

Definition at line 172 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

172{ return fOffF;}

Referenced by MdcGeoLayer(), and operator=().

◆ OffF() [4/4]

HepPoint3D MdcGeoLayer::OffF ( void ) const

◆ Offset() [1/4]

double MdcGeoLayer::Offset ( double i)
inline

Definition at line 189 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

189{ return fOffset=i; }

◆ Offset() [2/4]

double MdcGeoLayer::Offset ( double )

◆ Offset() [3/4]

double MdcGeoLayer::Offset ( void ) const
inline

◆ Offset() [4/4]

double MdcGeoLayer::Offset ( void ) const

◆ operator=() [1/2]

MdcGeoLayer & MdcGeoLayer::operator= ( const MdcGeoLayer & e)
inline

Definition at line 52 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

52 {
53 if(this!=&e)
54 {
55 fId=e.Id();
56 fSLayer=e.SLayer();
57 fWirst=e.Wirst();
58 fSlant=e.Slant();
59 fnomSlant=e.nomSlant();
60 fRadius=e.Radius();
61 fLength=e.Length();
62 fRCSiz1=e.RCSiz1();
63 fRCSiz2=e.RCSiz2();
64 fPCSiz=e.PCSiz();
65 fNCell=e.NCell();
66 fOffset=e.Offset();
67 fShift=e.Shift();
68 fnomOffset=e.nomOffset();
69 fnomShift=e.nomShift();
70 fTwistF=e.TwistF();
71 fTwistB=e.TwistB();
72 fOffF=e.OffF();
73 fOffB=e.OffB();
74 fSup=e.Sup();
75 fGenLayer=e.Gen();
76 }
77 return *this;
78 }

◆ operator=() [2/2]

MdcGeoLayer & MdcGeoLayer::operator= ( const MdcGeoLayer & e)
inline

Definition at line 52 of file MdcGeomSvc-00-01-42/MdcGeomSvc/MdcGeoLayer.h.

52 {
53 if(this!=&e)
54 {
55 fId=e.Id();
56 fSLayer=e.SLayer();
57 fWirst=e.Wirst();
58 fSlant=e.Slant();
59 fnomSlant=e.nomSlant();
60 fRadius=e.Radius();
61 fLength=e.Length();
62 fRCSiz1=e.RCSiz1();
63 fRCSiz2=e.RCSiz2();
64 fPCSiz=e.PCSiz();
65 fNCell=e.NCell();
66 fOffset=e.Offset();
67 fShift=e.Shift();
68 fnomOffset=e.nomOffset();
69 fnomShift=e.nomShift();
70 fTwistF=e.TwistF();
71 fTwistB=e.TwistB();
72 fOffF=e.OffF();
73 fOffB=e.OffB();
74 fSup=e.Sup();
75 fGenLayer=e.Gen();
76 }
77 return *this;
78 }

◆ PCSiz() [1/4]

double MdcGeoLayer::PCSiz ( double i)
inline

Definition at line 187 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

187{ return fPCSiz=i; }

◆ PCSiz() [2/4]

double MdcGeoLayer::PCSiz ( double )

◆ PCSiz() [3/4]

double MdcGeoLayer::PCSiz ( void ) const
inline

Definition at line 164 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

164{ return fPCSiz; }

Referenced by MdcGeoLayer(), operator=(), and TMDCLayer::TMDCLayer().

◆ PCSiz() [4/4]

double MdcGeoLayer::PCSiz ( void ) const

◆ Radius() [1/4]

double MdcGeoLayer::Radius ( double i)
inline

Definition at line 183 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

183{ return fRadius=i; }

◆ Radius() [2/4]

double MdcGeoLayer::Radius ( double )

◆ Radius() [3/4]

◆ Radius() [4/4]

double MdcGeoLayer::Radius ( void ) const

◆ RCSiz1() [1/4]

double MdcGeoLayer::RCSiz1 ( double i)
inline

Definition at line 185 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

185{ return fRCSiz1=i; }

◆ RCSiz1() [2/4]

double MdcGeoLayer::RCSiz1 ( double )

◆ RCSiz1() [3/4]

double MdcGeoLayer::RCSiz1 ( void ) const
inline

◆ RCSiz1() [4/4]

double MdcGeoLayer::RCSiz1 ( void ) const

◆ RCSiz2() [1/4]

double MdcGeoLayer::RCSiz2 ( double i)
inline

Definition at line 186 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

186{ return fRCSiz2=i; }

◆ RCSiz2() [2/4]

double MdcGeoLayer::RCSiz2 ( double )

◆ RCSiz2() [3/4]

double MdcGeoLayer::RCSiz2 ( void ) const
inline

◆ RCSiz2() [4/4]

double MdcGeoLayer::RCSiz2 ( void ) const

◆ Shift() [1/4]

double MdcGeoLayer::Shift ( double i)
inline

Definition at line 190 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

190{ return fShift=i; }

◆ Shift() [2/4]

double MdcGeoLayer::Shift ( double )

◆ Shift() [3/4]

double MdcGeoLayer::Shift ( void ) const
inline

◆ Shift() [4/4]

double MdcGeoLayer::Shift ( void ) const

◆ Slant() [1/4]

double MdcGeoLayer::Slant ( double i)
inline

Definition at line 181 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

181{ return fSlant=i; }

◆ Slant() [2/4]

double MdcGeoLayer::Slant ( double )

◆ Slant() [3/4]

double MdcGeoLayer::Slant ( void ) const
inline

◆ Slant() [4/4]

double MdcGeoLayer::Slant ( void ) const

◆ SLayer() [1/4]

int MdcGeoLayer::SLayer ( int i)
inline

Definition at line 179 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

179{ return fSLayer=i; }

◆ SLayer() [2/4]

int MdcGeoLayer::SLayer ( int )

◆ SLayer() [3/4]

int MdcGeoLayer::SLayer ( void ) const
inline

Definition at line 156 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

156{ return fSLayer; }

Referenced by BesMdcGeoParameter::InitFromSvc(), MdcGeoLayer(), and operator=().

◆ SLayer() [4/4]

int MdcGeoLayer::SLayer ( void ) const

◆ Sup() [1/4]

MdcGeoSuper * MdcGeoLayer::Sup ( MdcGeoSuper * i)
inline

Definition at line 197 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

197{ return fSup=i; }

◆ Sup() [2/4]

MdcGeoSuper * MdcGeoLayer::Sup ( MdcGeoSuper * )

◆ Sup() [3/4]

MdcGeoSuper * MdcGeoLayer::Sup ( void ) const
inline

◆ Sup() [4/4]

MdcGeoSuper * MdcGeoLayer::Sup ( void ) const

◆ TwistB() [1/4]

double MdcGeoLayer::TwistB ( double i)
inline

Definition at line 194 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

194{ return fTwistB=i; }

◆ TwistB() [2/4]

double MdcGeoLayer::TwistB ( double )

◆ TwistB() [3/4]

double MdcGeoLayer::TwistB ( void ) const
inline

Definition at line 171 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

171{ return fTwistB; }

Referenced by MdcGeoLayer(), and operator=().

◆ TwistB() [4/4]

double MdcGeoLayer::TwistB ( void ) const

◆ TwistF() [1/4]

double MdcGeoLayer::TwistF ( double i)
inline

Definition at line 193 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

193{ return fTwistF=i; }

◆ TwistF() [2/4]

double MdcGeoLayer::TwistF ( double )

◆ TwistF() [3/4]

double MdcGeoLayer::TwistF ( void ) const
inline

Definition at line 170 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

170{ return fTwistF; }

Referenced by MdcGeoLayer(), and operator=().

◆ TwistF() [4/4]

double MdcGeoLayer::TwistF ( void ) const

◆ Wirst() [1/4]

int MdcGeoLayer::Wirst ( int i)
inline

Definition at line 180 of file bak_MdcGeomSvc-00-01-39/MdcGeomSvc/MdcGeoLayer.h.

180{ return fWirst=i; }

◆ Wirst() [2/4]

int MdcGeoLayer::Wirst ( int )

◆ Wirst() [3/4]

◆ Wirst() [4/4]

int MdcGeoLayer::Wirst ( void ) const

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