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

MdcGeoLayer::MdcGeoLayer ( )
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

21 : fId( 0 )
22 , fSLayer( 0 )
23 , fWirst( 0 )
24 , fSlant( 0. )
25 , fnomSlant( 0. )
26 , fRadius( 0. )
27 , fLength( 0. )
28 , fRCSiz1( 0. )
29 , fRCSiz2( 0. )
30 , fPCSiz( 0. )
31 , fNCell( 0 )
32 , fOffset( 0. )
33 , fShift( 0. )
34 , fnomOffset( 0. )
35 , fnomShift( 0. )
36 , fTwistF( 0. )
37 , fTwistB( 0. ) {
38 HepPoint3D O( 0, 0, 0 );
39 fOffF = O;
40 fOffB = O;
41 fSup = 0;
42 fGenLayer = 0;
43 };
HepGeom::Point3D< double > HepPoint3D

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

◆ MdcGeoLayer() [2/6]

MdcGeoLayer::MdcGeoLayer ( const MdcGeoLayer & e)
inline

Definition at line 45 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

45 {
46 fId = e.Id();
47 fSLayer = e.SLayer();
48 fWirst = e.Wirst();
49 fSlant = e.Slant();
50 fnomSlant = e.nomSlant();
51 fRadius = e.Radius();
52 fLength = e.Length();
53 fRCSiz1 = e.RCSiz1();
54 fRCSiz2 = e.RCSiz2();
55 fPCSiz = e.PCSiz();
56 fNCell = e.NCell();
57 fOffset = e.Offset();
58 fShift = e.Shift();
59 fnomOffset = e.nomOffset();
60 fnomShift = e.nomShift();
61 fTwistF = e.TwistF();
62 fTwistB = e.TwistB();
63 fOffF = e.OffF();
64 fOffB = e.OffB();
65 fSup = e.Sup();
66 fGenLayer = e.Gen();
67 };

◆ ~MdcGeoLayer() [1/3]

MdcGeoLayer::~MdcGeoLayer ( )
inline

◆ MdcGeoLayer() [3/6]

MdcGeoLayer::MdcGeoLayer ( )
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcGeomSvc/MdcGeoLayer.h.

21 : fId( 0 )
22 , fSLayer( 0 )
23 , fWirst( 0 )
24 , fSlant( 0. )
25 , fnomSlant( 0. )
26 , fRadius( 0. )
27 , fLength( 0. )
28 , fRCSiz1( 0. )
29 , fRCSiz2( 0. )
30 , fPCSiz( 0. )
31 , fNCell( 0 )
32 , fOffset( 0. )
33 , fShift( 0. )
34 , fnomOffset( 0. )
35 , fnomShift( 0. )
36 , fTwistF( 0. )
37 , fTwistB( 0. ) {
38 HepPoint3D O( 0, 0, 0 );
39 fOffF = O;
40 fOffB = O;
41 fSup = 0;
42 fGenLayer = 0;
43 };

◆ MdcGeoLayer() [4/6]

MdcGeoLayer::MdcGeoLayer ( const MdcGeoLayer & e)
inline

Definition at line 45 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcGeomSvc/MdcGeoLayer.h.

45 {
46 fId = e.Id();
47 fSLayer = e.SLayer();
48 fWirst = e.Wirst();
49 fSlant = e.Slant();
50 fnomSlant = e.nomSlant();
51 fRadius = e.Radius();
52 fLength = e.Length();
53 fRCSiz1 = e.RCSiz1();
54 fRCSiz2 = e.RCSiz2();
55 fPCSiz = e.PCSiz();
56 fNCell = e.NCell();
57 fOffset = e.Offset();
58 fShift = e.Shift();
59 fnomOffset = e.nomOffset();
60 fnomShift = e.nomShift();
61 fTwistF = e.TwistF();
62 fTwistB = e.TwistB();
63 fOffF = e.OffF();
64 fOffB = e.OffB();
65 fSup = e.Sup();
66 fGenLayer = e.Gen();
67 };

◆ ~MdcGeoLayer() [2/3]

MdcGeoLayer::~MdcGeoLayer ( )
inline

◆ MdcGeoLayer() [5/6]

MdcGeoLayer::MdcGeoLayer ( )
inline

Definition at line 20 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoLayer.h.

21 : fId( 0 )
22 , fSLayer( 0 )
23 , fWirst( 0 )
24 , fSlant( 0. )
25 , fnomSlant( 0. )
26 , fRadius( 0. )
27 , fLength( 0. )
28 , fRCSiz1( 0. )
29 , fRCSiz2( 0. )
30 , fPCSiz( 0. )
31 , fNCell( 0 )
32 , fOffset( 0. )
33 , fShift( 0. )
34 , fnomOffset( 0. )
35 , fnomShift( 0. )
36 , fTwistF( 0. )
37 , fTwistB( 0. ) {
38 HepPoint3D O( 0, 0, 0 );
39 fOffF = O;
40 fOffB = O;
41 fSup = 0;
42 fGenLayer = 0;
43 };

◆ MdcGeoLayer() [6/6]

MdcGeoLayer::MdcGeoLayer ( const MdcGeoLayer & e)
inline

Definition at line 45 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoLayer.h.

45 {
46 fId = e.Id();
47 fSLayer = e.SLayer();
48 fWirst = e.Wirst();
49 fSlant = e.Slant();
50 fnomSlant = e.nomSlant();
51 fRadius = e.Radius();
52 fLength = e.Length();
53 fRCSiz1 = e.RCSiz1();
54 fRCSiz2 = e.RCSiz2();
55 fPCSiz = e.PCSiz();
56 fNCell = e.NCell();
57 fOffset = e.Offset();
58 fShift = e.Shift();
59 fnomOffset = e.nomOffset();
60 fnomShift = e.nomShift();
61 fTwistF = e.TwistF();
62 fTwistB = e.TwistB();
63 fOffF = e.OffF();
64 fOffB = e.OffB();
65 fSup = e.Sup();
66 fGenLayer = e.Gen();
67 };

◆ ~MdcGeoLayer() [3/3]

MdcGeoLayer::~MdcGeoLayer ( )
inline

Definition at line 97 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoLayer.h.

97{};

Member Function Documentation

◆ Gen() [1/6]

int MdcGeoLayer::Gen ( int i)
inline

Definition at line 214 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

214{ return fGenLayer = i; }

◆ Gen() [2/6]

int MdcGeoLayer::Gen ( int )

◆ Gen() [3/6]

int MdcGeoLayer::Gen ( int )

◆ Gen() [4/6]

int MdcGeoLayer::Gen ( void ) const
inline

Definition at line 191 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

191{ return fGenLayer; }

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

◆ Gen() [5/6]

int MdcGeoLayer::Gen ( void ) const

◆ Gen() [6/6]

int MdcGeoLayer::Gen ( void ) const

◆ Id() [1/6]

int MdcGeoLayer::Id ( int i)
inline

Definition at line 194 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

194{ return fId = i; }

◆ Id() [2/6]

int MdcGeoLayer::Id ( int )

◆ Id() [3/6]

int MdcGeoLayer::Id ( int )

◆ Id() [4/6]

◆ Id() [5/6]

int MdcGeoLayer::Id ( void ) const

◆ Id() [6/6]

int MdcGeoLayer::Id ( void ) const

◆ Length() [1/6]

double MdcGeoLayer::Length ( double i)
inline

Definition at line 200 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

200{ return fLength = i; }

◆ Length() [2/6]

double MdcGeoLayer::Length ( double )

◆ Length() [3/6]

double MdcGeoLayer::Length ( double )

◆ Length() [4/6]

double MdcGeoLayer::Length ( void ) const
inline

Definition at line 177 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

177{ return fLength; }

Referenced by MdcGeoLayer(), operator=(), and KalFitAlg::set_Mdc().

◆ Length() [5/6]

double MdcGeoLayer::Length ( void ) const

◆ Length() [6/6]

double MdcGeoLayer::Length ( void ) const

◆ NCell() [1/6]

int MdcGeoLayer::NCell ( int i)
inline

Definition at line 204 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

204{ return fNCell = i; }

◆ NCell() [2/6]

int MdcGeoLayer::NCell ( int )

◆ NCell() [3/6]

int MdcGeoLayer::NCell ( int )

◆ NCell() [4/6]

int MdcGeoLayer::NCell ( void ) const
inline

◆ NCell() [5/6]

int MdcGeoLayer::NCell ( void ) const

◆ NCell() [6/6]

int MdcGeoLayer::NCell ( void ) const

◆ nomOffset() [1/6]

double MdcGeoLayer::nomOffset ( double i)
inline

Definition at line 207 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

207{ return fnomOffset = i; }

◆ nomOffset() [2/6]

double MdcGeoLayer::nomOffset ( double )

◆ nomOffset() [3/6]

double MdcGeoLayer::nomOffset ( double )

◆ nomOffset() [4/6]

double MdcGeoLayer::nomOffset ( void ) const
inline

Definition at line 184 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

184{ return fnomOffset; }

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

◆ nomOffset() [5/6]

double MdcGeoLayer::nomOffset ( void ) const

◆ nomOffset() [6/6]

double MdcGeoLayer::nomOffset ( void ) const

◆ nomShift() [1/6]

double MdcGeoLayer::nomShift ( double i)
inline

Definition at line 208 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

208{ return fnomShift = i; }

◆ nomShift() [2/6]

double MdcGeoLayer::nomShift ( double )

◆ nomShift() [3/6]

double MdcGeoLayer::nomShift ( double )

◆ nomShift() [4/6]

double MdcGeoLayer::nomShift ( void ) const
inline

Definition at line 185 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

185{ return fnomShift; }

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

◆ nomShift() [5/6]

double MdcGeoLayer::nomShift ( void ) const

◆ nomShift() [6/6]

double MdcGeoLayer::nomShift ( void ) const

◆ nomSlant() [1/6]

double MdcGeoLayer::nomSlant ( double i)
inline

Definition at line 198 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

198{ return fnomSlant = i; }

◆ nomSlant() [2/6]

double MdcGeoLayer::nomSlant ( double )

◆ nomSlant() [3/6]

double MdcGeoLayer::nomSlant ( double )

◆ nomSlant() [4/6]

double MdcGeoLayer::nomSlant ( void ) const
inline

Definition at line 175 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

175{ return fnomSlant; }

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

◆ nomSlant() [5/6]

double MdcGeoLayer::nomSlant ( void ) const

◆ nomSlant() [6/6]

double MdcGeoLayer::nomSlant ( void ) const

◆ OffB() [1/6]

HepPoint3D MdcGeoLayer::OffB ( HepPoint3D i)
inline

Definition at line 212 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

212{ return fOffB = i; }

◆ OffB() [2/6]

HepPoint3D MdcGeoLayer::OffB ( HepPoint3D )

◆ OffB() [3/6]

HepPoint3D MdcGeoLayer::OffB ( HepPoint3D )

◆ OffB() [4/6]

HepPoint3D MdcGeoLayer::OffB ( void ) const
inline

Definition at line 189 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

189{ return fOffB; }

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

◆ OffB() [5/6]

HepPoint3D MdcGeoLayer::OffB ( void ) const

◆ OffB() [6/6]

HepPoint3D MdcGeoLayer::OffB ( void ) const

◆ OffF() [1/6]

HepPoint3D MdcGeoLayer::OffF ( HepPoint3D i)
inline

Definition at line 211 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

211{ return fOffF = i; }

◆ OffF() [2/6]

HepPoint3D MdcGeoLayer::OffF ( HepPoint3D )

◆ OffF() [3/6]

HepPoint3D MdcGeoLayer::OffF ( HepPoint3D )

◆ OffF() [4/6]

HepPoint3D MdcGeoLayer::OffF ( void ) const
inline

Definition at line 188 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

188{ return fOffF; }

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

◆ OffF() [5/6]

HepPoint3D MdcGeoLayer::OffF ( void ) const

◆ OffF() [6/6]

HepPoint3D MdcGeoLayer::OffF ( void ) const

◆ Offset() [1/6]

double MdcGeoLayer::Offset ( double i)
inline

Definition at line 205 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

205{ return fOffset = i; }

◆ Offset() [2/6]

double MdcGeoLayer::Offset ( double )

◆ Offset() [3/6]

double MdcGeoLayer::Offset ( double )

◆ Offset() [4/6]

double MdcGeoLayer::Offset ( void ) const
inline

◆ Offset() [5/6]

double MdcGeoLayer::Offset ( void ) const

◆ Offset() [6/6]

double MdcGeoLayer::Offset ( void ) const

◆ operator=() [1/3]

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

Definition at line 68 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

68 {
69 if ( this != &e )
70 {
71 fId = e.Id();
72 fSLayer = e.SLayer();
73 fWirst = e.Wirst();
74 fSlant = e.Slant();
75 fnomSlant = e.nomSlant();
76 fRadius = e.Radius();
77 fLength = e.Length();
78 fRCSiz1 = e.RCSiz1();
79 fRCSiz2 = e.RCSiz2();
80 fPCSiz = e.PCSiz();
81 fNCell = e.NCell();
82 fOffset = e.Offset();
83 fShift = e.Shift();
84 fnomOffset = e.nomOffset();
85 fnomShift = e.nomShift();
86 fTwistF = e.TwistF();
87 fTwistB = e.TwistB();
88 fOffF = e.OffF();
89 fOffB = e.OffB();
90 fSup = e.Sup();
91 fGenLayer = e.Gen();
92 }
93 return *this;
94 }

◆ operator=() [2/3]

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

Definition at line 68 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcGeomSvc/MdcGeoLayer.h.

68 {
69 if ( this != &e )
70 {
71 fId = e.Id();
72 fSLayer = e.SLayer();
73 fWirst = e.Wirst();
74 fSlant = e.Slant();
75 fnomSlant = e.nomSlant();
76 fRadius = e.Radius();
77 fLength = e.Length();
78 fRCSiz1 = e.RCSiz1();
79 fRCSiz2 = e.RCSiz2();
80 fPCSiz = e.PCSiz();
81 fNCell = e.NCell();
82 fOffset = e.Offset();
83 fShift = e.Shift();
84 fnomOffset = e.nomOffset();
85 fnomShift = e.nomShift();
86 fTwistF = e.TwistF();
87 fTwistB = e.TwistB();
88 fOffF = e.OffF();
89 fOffB = e.OffB();
90 fSup = e.Sup();
91 fGenLayer = e.Gen();
92 }
93 return *this;
94 }

◆ operator=() [3/3]

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

Definition at line 68 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoLayer.h.

68 {
69 if ( this != &e )
70 {
71 fId = e.Id();
72 fSLayer = e.SLayer();
73 fWirst = e.Wirst();
74 fSlant = e.Slant();
75 fnomSlant = e.nomSlant();
76 fRadius = e.Radius();
77 fLength = e.Length();
78 fRCSiz1 = e.RCSiz1();
79 fRCSiz2 = e.RCSiz2();
80 fPCSiz = e.PCSiz();
81 fNCell = e.NCell();
82 fOffset = e.Offset();
83 fShift = e.Shift();
84 fnomOffset = e.nomOffset();
85 fnomShift = e.nomShift();
86 fTwistF = e.TwistF();
87 fTwistB = e.TwistB();
88 fOffF = e.OffF();
89 fOffB = e.OffB();
90 fSup = e.Sup();
91 fGenLayer = e.Gen();
92 }
93 return *this;
94 }

◆ PCSiz() [1/6]

double MdcGeoLayer::PCSiz ( double i)
inline

Definition at line 203 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

203{ return fPCSiz = i; }

◆ PCSiz() [2/6]

double MdcGeoLayer::PCSiz ( double )

◆ PCSiz() [3/6]

double MdcGeoLayer::PCSiz ( double )

◆ PCSiz() [4/6]

double MdcGeoLayer::PCSiz ( void ) const
inline

Definition at line 180 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

180{ return fPCSiz; }

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

◆ PCSiz() [5/6]

double MdcGeoLayer::PCSiz ( void ) const

◆ PCSiz() [6/6]

double MdcGeoLayer::PCSiz ( void ) const

◆ Radius() [1/6]

double MdcGeoLayer::Radius ( double i)
inline

Definition at line 199 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

199{ return fRadius = i; }

◆ Radius() [2/6]

double MdcGeoLayer::Radius ( double )

◆ Radius() [3/6]

double MdcGeoLayer::Radius ( double )

◆ Radius() [4/6]

double MdcGeoLayer::Radius ( void ) const
inline

◆ Radius() [5/6]

double MdcGeoLayer::Radius ( void ) const

◆ Radius() [6/6]

double MdcGeoLayer::Radius ( void ) const

◆ RCSiz1() [1/6]

double MdcGeoLayer::RCSiz1 ( double i)
inline

Definition at line 201 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

201{ return fRCSiz1 = i; }

◆ RCSiz1() [2/6]

double MdcGeoLayer::RCSiz1 ( double )

◆ RCSiz1() [3/6]

double MdcGeoLayer::RCSiz1 ( double )

◆ RCSiz1() [4/6]

double MdcGeoLayer::RCSiz1 ( void ) const
inline

Definition at line 178 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

178{ return fRCSiz1; }

Referenced by MdcGeoLayer(), operator=(), and TMDC::wire().

◆ RCSiz1() [5/6]

double MdcGeoLayer::RCSiz1 ( void ) const

◆ RCSiz1() [6/6]

double MdcGeoLayer::RCSiz1 ( void ) const

◆ RCSiz2() [1/6]

double MdcGeoLayer::RCSiz2 ( double i)
inline

Definition at line 202 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

202{ return fRCSiz2 = i; }

◆ RCSiz2() [2/6]

double MdcGeoLayer::RCSiz2 ( double )

◆ RCSiz2() [3/6]

double MdcGeoLayer::RCSiz2 ( double )

◆ RCSiz2() [4/6]

double MdcGeoLayer::RCSiz2 ( void ) const
inline

Definition at line 179 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

179{ return fRCSiz2; }

Referenced by MdcGeoLayer(), operator=(), and TMDC::wire().

◆ RCSiz2() [5/6]

double MdcGeoLayer::RCSiz2 ( void ) const

◆ RCSiz2() [6/6]

double MdcGeoLayer::RCSiz2 ( void ) const

◆ Shift() [1/6]

double MdcGeoLayer::Shift ( double i)
inline

Definition at line 206 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

206{ return fShift = i; }

◆ Shift() [2/6]

double MdcGeoLayer::Shift ( double )

◆ Shift() [3/6]

double MdcGeoLayer::Shift ( double )

◆ Shift() [4/6]

double MdcGeoLayer::Shift ( void ) const
inline

Definition at line 183 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

183{ return fShift; }

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

◆ Shift() [5/6]

double MdcGeoLayer::Shift ( void ) const

◆ Shift() [6/6]

double MdcGeoLayer::Shift ( void ) const

◆ Slant() [1/6]

double MdcGeoLayer::Slant ( double i)
inline

Definition at line 197 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

197{ return fSlant = i; }

◆ Slant() [2/6]

double MdcGeoLayer::Slant ( double )

◆ Slant() [3/6]

double MdcGeoLayer::Slant ( double )

◆ Slant() [4/6]

double MdcGeoLayer::Slant ( void ) const
inline

Definition at line 174 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

174{ return fSlant; }

Referenced by MdcGeoLayer(), operator=(), and KalFitAlg::set_Mdc().

◆ Slant() [5/6]

double MdcGeoLayer::Slant ( void ) const

◆ Slant() [6/6]

double MdcGeoLayer::Slant ( void ) const

◆ SLayer() [1/6]

int MdcGeoLayer::SLayer ( int i)
inline

Definition at line 195 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

195{ return fSLayer = i; }

◆ SLayer() [2/6]

int MdcGeoLayer::SLayer ( int )

◆ SLayer() [3/6]

int MdcGeoLayer::SLayer ( int )

◆ SLayer() [4/6]

int MdcGeoLayer::SLayer ( void ) const
inline

◆ SLayer() [5/6]

int MdcGeoLayer::SLayer ( void ) const

◆ SLayer() [6/6]

int MdcGeoLayer::SLayer ( void ) const

◆ Sup() [1/6]

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

Definition at line 213 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

213{ return fSup = i; }

◆ Sup() [2/6]

MdcGeoSuper * MdcGeoLayer::Sup ( MdcGeoSuper * )

◆ Sup() [3/6]

MdcGeoSuper * MdcGeoLayer::Sup ( MdcGeoSuper * )

◆ Sup() [4/6]

MdcGeoSuper * MdcGeoLayer::Sup ( void ) const
inline

Definition at line 190 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

190{ return fSup; }

Referenced by MdcGeoLayer(), operator=(), and KalFitAlg::set_Mdc().

◆ Sup() [5/6]

MdcGeoSuper * MdcGeoLayer::Sup ( void ) const

◆ Sup() [6/6]

MdcGeoSuper * MdcGeoLayer::Sup ( void ) const

◆ TwistB() [1/6]

double MdcGeoLayer::TwistB ( double i)
inline

Definition at line 210 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

210{ return fTwistB = i; }

◆ TwistB() [2/6]

double MdcGeoLayer::TwistB ( double )

◆ TwistB() [3/6]

double MdcGeoLayer::TwistB ( double )

◆ TwistB() [4/6]

double MdcGeoLayer::TwistB ( void ) const
inline

Definition at line 187 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

187{ return fTwistB; }

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

◆ TwistB() [5/6]

double MdcGeoLayer::TwistB ( void ) const

◆ TwistB() [6/6]

double MdcGeoLayer::TwistB ( void ) const

◆ TwistF() [1/6]

double MdcGeoLayer::TwistF ( double i)
inline

Definition at line 209 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

209{ return fTwistF = i; }

◆ TwistF() [2/6]

double MdcGeoLayer::TwistF ( double )

◆ TwistF() [3/6]

double MdcGeoLayer::TwistF ( double )

◆ TwistF() [4/6]

double MdcGeoLayer::TwistF ( void ) const
inline

Definition at line 186 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

186{ return fTwistF; }

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

◆ TwistF() [5/6]

double MdcGeoLayer::TwistF ( void ) const

◆ TwistF() [6/6]

double MdcGeoLayer::TwistF ( void ) const

◆ Wirst() [1/6]

int MdcGeoLayer::Wirst ( int i)
inline

Definition at line 196 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcGeomSvc/MdcGeoLayer.h.

196{ return fWirst = i; }

◆ Wirst() [2/6]

int MdcGeoLayer::Wirst ( int )

◆ Wirst() [3/6]

int MdcGeoLayer::Wirst ( int )

◆ Wirst() [4/6]

int MdcGeoLayer::Wirst ( void ) const
inline

◆ Wirst() [5/6]

int MdcGeoLayer::Wirst ( void ) const

◆ Wirst() [6/6]

int MdcGeoLayer::Wirst ( void ) const

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