BOSS 7.0.8
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)
 

Detailed Description

Definition at line 16 of file MdcGeoLayer.h.

Constructor & Destructor Documentation

◆ MdcGeoLayer() [1/2]

MdcGeoLayer::MdcGeoLayer ( )
inline

Definition at line 20 of file 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/2]

MdcGeoLayer::MdcGeoLayer ( const MdcGeoLayer e)
inline

Definition at line 29 of file 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 };
double TwistB(void) const
Definition: MdcGeoLayer.h:171
HepPoint3D OffF(void) const
Definition: MdcGeoLayer.h:172
int Id(void) const
Definition: MdcGeoLayer.h:155
double Radius(void) const
Definition: MdcGeoLayer.h:160
double Slant(void) const
Definition: MdcGeoLayer.h:158
int Gen(void) const
Definition: MdcGeoLayer.h:175
double RCSiz2(void) const
Definition: MdcGeoLayer.h:163
double Length(void) const
Definition: MdcGeoLayer.h:161
double PCSiz(void) const
Definition: MdcGeoLayer.h:164
HepPoint3D OffB(void) const
Definition: MdcGeoLayer.h:173
MdcGeoSuper * Sup(void) const
Definition: MdcGeoLayer.h:174
int SLayer(void) const
Definition: MdcGeoLayer.h:156
double nomShift(void) const
Definition: MdcGeoLayer.h:169
double Shift(void) const
Definition: MdcGeoLayer.h:167
double TwistF(void) const
Definition: MdcGeoLayer.h:170
double nomSlant(void) const
Definition: MdcGeoLayer.h:159
double RCSiz1(void) const
Definition: MdcGeoLayer.h:162
int NCell(void) const
Definition: MdcGeoLayer.h:165
int Wirst(void) const
Definition: MdcGeoLayer.h:157
double Offset(void) const
Definition: MdcGeoLayer.h:166
double nomOffset(void) const
Definition: MdcGeoLayer.h:168

◆ ~MdcGeoLayer()

MdcGeoLayer::~MdcGeoLayer ( )
inline

Definition at line 81 of file MdcGeoLayer.h.

81{};

Member Function Documentation

◆ Gen() [1/2]

int MdcGeoLayer::Gen ( int  i)
inline

Definition at line 198 of file MdcGeoLayer.h.

198{return fGenLayer=i;}

◆ Gen() [2/2]

int MdcGeoLayer::Gen ( void  ) const
inline

Definition at line 175 of file MdcGeoLayer.h.

175{return fGenLayer;}

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

◆ Id() [1/2]

int MdcGeoLayer::Id ( int  i)
inline

Definition at line 178 of file MdcGeoLayer.h.

178{ return fId=i; }

◆ Id() [2/2]

◆ Length() [1/2]

double MdcGeoLayer::Length ( double  i)
inline

Definition at line 184 of file MdcGeoLayer.h.

184{ return fLength=i; }

◆ Length() [2/2]

◆ NCell() [1/2]

int MdcGeoLayer::NCell ( int  i)
inline

Definition at line 188 of file MdcGeoLayer.h.

188{ return fNCell=i; }

◆ NCell() [2/2]

◆ nomOffset() [1/2]

double MdcGeoLayer::nomOffset ( double  i)
inline

Definition at line 191 of file MdcGeoLayer.h.

191{ return fnomOffset=i; }

◆ nomOffset() [2/2]

double MdcGeoLayer::nomOffset ( void  ) const
inline

Definition at line 168 of file MdcGeoLayer.h.

168{ return fnomOffset; }

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

◆ nomShift() [1/2]

double MdcGeoLayer::nomShift ( double  i)
inline

Definition at line 192 of file MdcGeoLayer.h.

192{ return fnomShift=i; }

◆ nomShift() [2/2]

double MdcGeoLayer::nomShift ( void  ) const
inline

Definition at line 169 of file MdcGeoLayer.h.

169{ return fnomShift; }

Referenced by MdcGeoLayer(), operator=(), and HoughHit::slayerType().

◆ nomSlant() [1/2]

double MdcGeoLayer::nomSlant ( double  i)
inline

Definition at line 182 of file MdcGeoLayer.h.

182{ return fnomSlant=i; }

◆ nomSlant() [2/2]

double MdcGeoLayer::nomSlant ( void  ) const
inline

Definition at line 159 of file MdcGeoLayer.h.

159{ return fnomSlant; }

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

◆ OffB() [1/2]

HepPoint3D MdcGeoLayer::OffB ( HepPoint3D  i)
inline

Definition at line 196 of file MdcGeoLayer.h.

196{ return fOffB=i;}

◆ OffB() [2/2]

HepPoint3D MdcGeoLayer::OffB ( void  ) const
inline

Definition at line 173 of file MdcGeoLayer.h.

173{ return fOffB;}

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

◆ OffF() [1/2]

HepPoint3D MdcGeoLayer::OffF ( HepPoint3D  i)
inline

Definition at line 195 of file MdcGeoLayer.h.

195{ return fOffF=i;}

◆ OffF() [2/2]

HepPoint3D MdcGeoLayer::OffF ( void  ) const
inline

Definition at line 172 of file MdcGeoLayer.h.

172{ return fOffF;}

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

◆ Offset() [1/2]

double MdcGeoLayer::Offset ( double  i)
inline

Definition at line 189 of file MdcGeoLayer.h.

189{ return fOffset=i; }

◆ Offset() [2/2]

double MdcGeoLayer::Offset ( void  ) const
inline

◆ operator=()

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

Definition at line 52 of file 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/2]

double MdcGeoLayer::PCSiz ( double  i)
inline

Definition at line 187 of file MdcGeoLayer.h.

187{ return fPCSiz=i; }

◆ PCSiz() [2/2]

double MdcGeoLayer::PCSiz ( void  ) const
inline

Definition at line 164 of file MdcGeoLayer.h.

164{ return fPCSiz; }

Referenced by EsTimeAlg::execute(), MdcGeoLayer(), operator=(), FTSuperLayer::reduce_noise(), and TMDCLayer::TMDCLayer().

◆ Radius() [1/2]

double MdcGeoLayer::Radius ( double  i)
inline

Definition at line 183 of file MdcGeoLayer.h.

183{ return fRadius=i; }

◆ Radius() [2/2]

◆ RCSiz1() [1/2]

double MdcGeoLayer::RCSiz1 ( double  i)
inline

Definition at line 185 of file MdcGeoLayer.h.

185{ return fRCSiz1=i; }

◆ RCSiz1() [2/2]

double MdcGeoLayer::RCSiz1 ( void  ) const
inline

◆ RCSiz2() [1/2]

double MdcGeoLayer::RCSiz2 ( double  i)
inline

Definition at line 186 of file MdcGeoLayer.h.

186{ return fRCSiz2=i; }

◆ RCSiz2() [2/2]

double MdcGeoLayer::RCSiz2 ( void  ) const
inline

◆ Shift() [1/2]

double MdcGeoLayer::Shift ( double  i)
inline

Definition at line 190 of file MdcGeoLayer.h.

190{ return fShift=i; }

◆ Shift() [2/2]

double MdcGeoLayer::Shift ( void  ) const
inline

Definition at line 167 of file MdcGeoLayer.h.

167{ return fShift; }

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

◆ Slant() [1/2]

double MdcGeoLayer::Slant ( double  i)
inline

Definition at line 181 of file MdcGeoLayer.h.

181{ return fSlant=i; }

◆ Slant() [2/2]

double MdcGeoLayer::Slant ( void  ) const
inline

◆ SLayer() [1/2]

int MdcGeoLayer::SLayer ( int  i)
inline

Definition at line 179 of file MdcGeoLayer.h.

179{ return fSLayer=i; }

◆ SLayer() [2/2]

int MdcGeoLayer::SLayer ( void  ) const
inline

Definition at line 156 of file MdcGeoLayer.h.

156{ return fSLayer; }

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

◆ Sup() [1/2]

MdcGeoSuper * MdcGeoLayer::Sup ( MdcGeoSuper i)
inline

Definition at line 197 of file MdcGeoLayer.h.

197{ return fSup=i; }

◆ Sup() [2/2]

MdcGeoSuper * MdcGeoLayer::Sup ( void  ) const
inline

◆ TwistB() [1/2]

double MdcGeoLayer::TwistB ( double  i)
inline

Definition at line 194 of file MdcGeoLayer.h.

194{ return fTwistB=i; }

◆ TwistB() [2/2]

double MdcGeoLayer::TwistB ( void  ) const
inline

Definition at line 171 of file MdcGeoLayer.h.

171{ return fTwistB; }

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

◆ TwistF() [1/2]

double MdcGeoLayer::TwistF ( double  i)
inline

Definition at line 193 of file MdcGeoLayer.h.

193{ return fTwistF=i; }

◆ TwistF() [2/2]

double MdcGeoLayer::TwistF ( void  ) const
inline

Definition at line 170 of file MdcGeoLayer.h.

170{ return fTwistF; }

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

◆ Wirst() [1/2]

int MdcGeoLayer::Wirst ( int  i)
inline

Definition at line 180 of file MdcGeoLayer.h.

180{ return fWirst=i; }

◆ Wirst() [2/2]


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