BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcGeoMisc Class Reference

#include <MdcGeoMisc.h>

Public Member Functions

 MdcGeoMisc ()
 MdcGeoMisc (const MdcGeoMisc &e)
MdcGeoMiscoperator= (const MdcGeoMisc &e)
 ~MdcGeoMisc ()
double OuterR (void) const
double InnerR (void) const
double OuterTk (void) const
double InnerTk (void) const
int NSWire (void) const
int NFWire (void) const
int LayerNo (void) const
int WireNo (void) const
int SLayerNo (void) const
double SWireR (void) const
double FWireR (void) const
double OuterR (double i)
double InnerR (double i)
double OuterTk (double i)
double InnerTk (double i)
int NSWire (int i)
int NFWire (int i)
int LayerNo (int i)
int WireNo (int i)
int SLayerNo (int i)
double SWireR (double i)
double FWireR (double i)
 MdcGeoMisc ()
 MdcGeoMisc (const MdcGeoMisc &e)
MdcGeoMiscoperator= (const MdcGeoMisc &e)
 ~MdcGeoMisc ()
double OuterR (void) const
double InnerR (void) const
double OuterTk (void) const
double InnerTk (void) const
int NSWire (void) const
int NFWire (void) const
int LayerNo (void) const
int WireNo (void) const
int SLayerNo (void) const
double SWireR (void) const
double FWireR (void) const
double OuterR (double i)
double InnerR (double i)
double OuterTk (double i)
double InnerTk (double i)
int NSWire (int i)
int NFWire (int i)
int LayerNo (int i)
int WireNo (int i)
int SLayerNo (int i)
double SWireR (double i)
double FWireR (double i)
 MdcGeoMisc ()
 MdcGeoMisc (const MdcGeoMisc &e)
MdcGeoMiscoperator= (const MdcGeoMisc &e)
 ~MdcGeoMisc ()
double OuterR (void) const
double InnerR (void) const
double OuterTk (void) const
double InnerTk (void) const
int NSWire (void) const
int NFWire (void) const
int LayerNo (void) const
int WireNo (void) const
int SLayerNo (void) const
double SWireR (void) const
double FWireR (void) const
double OuterR (double i)
double InnerR (double i)
double OuterTk (double i)
double InnerTk (double i)
int NSWire (int i)
int NFWire (int i)
int LayerNo (int i)
int WireNo (int i)
int SLayerNo (int i)
double SWireR (double i)
double FWireR (double i)

Detailed Description

Constructor & Destructor Documentation

◆ MdcGeoMisc() [1/6]

MdcGeoMisc::MdcGeoMisc ( )
inline

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

13 : fOuterR( 0 )
14 , fInnerR( 0 )
15 , fOuterTk( 0 )
16 , fInnerTk( 0 )
17 , fNSWire( 0 )
18 , fNFWire( 0 )
19 , fLayerNo( 0 )
20 , fWireNo( 0 )
21 , fSLayerNo( 0 )
22 , fSWireR( 0 )
23 , fFWireR( 0 ){};

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

◆ MdcGeoMisc() [2/6]

MdcGeoMisc::MdcGeoMisc ( const MdcGeoMisc & e)
inline

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

27 : fOuterR( e.OuterR() )
28 , fInnerR( e.InnerR() )
29 , fOuterTk( e.OuterTk() )
30 , fInnerTk( e.InnerTk() )
31 , fNSWire( e.NSWire() )
32 , fNFWire( e.NFWire() )
33 , fLayerNo( e.LayerNo() )
34 , fWireNo( e.WireNo() )
35 , fSLayerNo( e.SLayerNo() )
36 , fSWireR( e.SWireR() )
37 , fFWireR( e.FWireR() ){};

◆ ~MdcGeoMisc() [1/3]

MdcGeoMisc::~MdcGeoMisc ( )
inline

◆ MdcGeoMisc() [3/6]

MdcGeoMisc::MdcGeoMisc ( )
inline

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

13 : fOuterR( 0 )
14 , fInnerR( 0 )
15 , fOuterTk( 0 )
16 , fInnerTk( 0 )
17 , fNSWire( 0 )
18 , fNFWire( 0 )
19 , fLayerNo( 0 )
20 , fWireNo( 0 )
21 , fSLayerNo( 0 )
22 , fSWireR( 0 )
23 , fFWireR( 0 ){};

◆ MdcGeoMisc() [4/6]

MdcGeoMisc::MdcGeoMisc ( const MdcGeoMisc & e)
inline

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

27 : fOuterR( e.OuterR() )
28 , fInnerR( e.InnerR() )
29 , fOuterTk( e.OuterTk() )
30 , fInnerTk( e.InnerTk() )
31 , fNSWire( e.NSWire() )
32 , fNFWire( e.NFWire() )
33 , fLayerNo( e.LayerNo() )
34 , fWireNo( e.WireNo() )
35 , fSLayerNo( e.SLayerNo() )
36 , fSWireR( e.SWireR() )
37 , fFWireR( e.FWireR() ){};

◆ ~MdcGeoMisc() [2/3]

MdcGeoMisc::~MdcGeoMisc ( )
inline

◆ MdcGeoMisc() [5/6]

MdcGeoMisc::MdcGeoMisc ( )
inline

Definition at line 12 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

13 : fOuterR( 0 )
14 , fInnerR( 0 )
15 , fOuterTk( 0 )
16 , fInnerTk( 0 )
17 , fNSWire( 0 )
18 , fNFWire( 0 )
19 , fLayerNo( 0 )
20 , fWireNo( 0 )
21 , fSLayerNo( 0 )
22 , fSWireR( 0 )
23 , fFWireR( 0 ){};

◆ MdcGeoMisc() [6/6]

MdcGeoMisc::MdcGeoMisc ( const MdcGeoMisc & e)
inline

Definition at line 26 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

27 : fOuterR( e.OuterR() )
28 , fInnerR( e.InnerR() )
29 , fOuterTk( e.OuterTk() )
30 , fInnerTk( e.InnerTk() )
31 , fNSWire( e.NSWire() )
32 , fNFWire( e.NFWire() )
33 , fLayerNo( e.LayerNo() )
34 , fWireNo( e.WireNo() )
35 , fSLayerNo( e.SLayerNo() )
36 , fSWireR( e.SWireR() )
37 , fFWireR( e.FWireR() ){};

◆ ~MdcGeoMisc() [3/3]

MdcGeoMisc::~MdcGeoMisc ( )
inline

Definition at line 59 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

59{};

Member Function Documentation

◆ FWireR() [1/6]

double MdcGeoMisc::FWireR ( double i)
inline

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

87{ return fFWireR = i; }

◆ FWireR() [2/6]

double MdcGeoMisc::FWireR ( double i)
inline

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

87{ return fFWireR = i; }

◆ FWireR() [3/6]

double MdcGeoMisc::FWireR ( double i)
inline

Definition at line 87 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

87{ return fFWireR = i; }

◆ FWireR() [4/6]

double MdcGeoMisc::FWireR ( void ) const
inline

◆ FWireR() [5/6]

double MdcGeoMisc::FWireR ( void ) const
inline

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

73{ return fFWireR; }

◆ FWireR() [6/6]

double MdcGeoMisc::FWireR ( void ) const
inline

Definition at line 73 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

73{ return fFWireR; }

◆ InnerR() [1/6]

double MdcGeoMisc::InnerR ( double i)
inline

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

77{ return fInnerR = i; };

◆ InnerR() [2/6]

double MdcGeoMisc::InnerR ( double i)
inline

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

77{ return fInnerR = i; };

◆ InnerR() [3/6]

double MdcGeoMisc::InnerR ( double i)
inline

Definition at line 77 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

77{ return fInnerR = i; };

◆ InnerR() [4/6]

double MdcGeoMisc::InnerR ( void ) const
inline

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

63{ return fInnerR; };

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

◆ InnerR() [5/6]

double MdcGeoMisc::InnerR ( void ) const
inline

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

63{ return fInnerR; };

◆ InnerR() [6/6]

double MdcGeoMisc::InnerR ( void ) const
inline

Definition at line 63 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

63{ return fInnerR; };

◆ InnerTk() [1/6]

double MdcGeoMisc::InnerTk ( double i)
inline

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

79{ return fInnerTk = i; };

◆ InnerTk() [2/6]

double MdcGeoMisc::InnerTk ( double i)
inline

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

79{ return fInnerTk = i; };

◆ InnerTk() [3/6]

double MdcGeoMisc::InnerTk ( double i)
inline

Definition at line 79 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

79{ return fInnerTk = i; };

◆ InnerTk() [4/6]

double MdcGeoMisc::InnerTk ( void ) const
inline

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

65{ return fInnerTk; };

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

◆ InnerTk() [5/6]

double MdcGeoMisc::InnerTk ( void ) const
inline

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

65{ return fInnerTk; };

◆ InnerTk() [6/6]

double MdcGeoMisc::InnerTk ( void ) const
inline

Definition at line 65 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

65{ return fInnerTk; };

◆ LayerNo() [1/6]

int MdcGeoMisc::LayerNo ( int i)
inline

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

83{ return fLayerNo = i; }

◆ LayerNo() [2/6]

int MdcGeoMisc::LayerNo ( int i)
inline

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

83{ return fLayerNo = i; }

◆ LayerNo() [3/6]

int MdcGeoMisc::LayerNo ( int i)
inline

Definition at line 83 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

83{ return fLayerNo = i; }

◆ LayerNo() [4/6]

int MdcGeoMisc::LayerNo ( void ) const
inline

◆ LayerNo() [5/6]

int MdcGeoMisc::LayerNo ( void ) const
inline

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

69{ return fLayerNo; }

◆ LayerNo() [6/6]

int MdcGeoMisc::LayerNo ( void ) const
inline

Definition at line 69 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

69{ return fLayerNo; }

◆ NFWire() [1/6]

int MdcGeoMisc::NFWire ( int i)
inline

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

81{ return fNFWire = i; };

◆ NFWire() [2/6]

int MdcGeoMisc::NFWire ( int i)
inline

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

81{ return fNFWire = i; };

◆ NFWire() [3/6]

int MdcGeoMisc::NFWire ( int i)
inline

Definition at line 81 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

81{ return fNFWire = i; };

◆ NFWire() [4/6]

int MdcGeoMisc::NFWire ( void ) const
inline

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

67{ return fNFWire; };

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

◆ NFWire() [5/6]

int MdcGeoMisc::NFWire ( void ) const
inline

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

67{ return fNFWire; };

◆ NFWire() [6/6]

int MdcGeoMisc::NFWire ( void ) const
inline

Definition at line 67 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

67{ return fNFWire; };

◆ NSWire() [1/6]

int MdcGeoMisc::NSWire ( int i)
inline

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

80{ return fNSWire = i; };

◆ NSWire() [2/6]

int MdcGeoMisc::NSWire ( int i)
inline

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

80{ return fNSWire = i; };

◆ NSWire() [3/6]

int MdcGeoMisc::NSWire ( int i)
inline

Definition at line 80 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

80{ return fNSWire = i; };

◆ NSWire() [4/6]

int MdcGeoMisc::NSWire ( void ) const
inline

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

66{ return fNSWire; };

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

◆ NSWire() [5/6]

int MdcGeoMisc::NSWire ( void ) const
inline

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

66{ return fNSWire; };

◆ NSWire() [6/6]

int MdcGeoMisc::NSWire ( void ) const
inline

Definition at line 66 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

66{ return fNSWire; };

◆ operator=() [1/3]

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

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

39 {
40 if ( this != &e )
41 {
42 fOuterR = e.OuterR();
43 fInnerR = e.InnerR();
44 fOuterTk = e.OuterTk();
45 fInnerTk = e.InnerTk();
46 fNSWire = e.NSWire();
47 fNFWire = e.NFWire();
48
49 fLayerNo = e.LayerNo();
50 fWireNo = e.WireNo();
51 fSLayerNo = e.SLayerNo();
52 fSWireR = e.SWireR();
53 fFWireR = e.FWireR();
54 }
55 return *this;
56 }

◆ operator=() [2/3]

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

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

39 {
40 if ( this != &e )
41 {
42 fOuterR = e.OuterR();
43 fInnerR = e.InnerR();
44 fOuterTk = e.OuterTk();
45 fInnerTk = e.InnerTk();
46 fNSWire = e.NSWire();
47 fNFWire = e.NFWire();
48
49 fLayerNo = e.LayerNo();
50 fWireNo = e.WireNo();
51 fSLayerNo = e.SLayerNo();
52 fSWireR = e.SWireR();
53 fFWireR = e.FWireR();
54 }
55 return *this;
56 }

◆ operator=() [3/3]

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

Definition at line 39 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

39 {
40 if ( this != &e )
41 {
42 fOuterR = e.OuterR();
43 fInnerR = e.InnerR();
44 fOuterTk = e.OuterTk();
45 fInnerTk = e.InnerTk();
46 fNSWire = e.NSWire();
47 fNFWire = e.NFWire();
48
49 fLayerNo = e.LayerNo();
50 fWireNo = e.WireNo();
51 fSLayerNo = e.SLayerNo();
52 fSWireR = e.SWireR();
53 fFWireR = e.FWireR();
54 }
55 return *this;
56 }

◆ OuterR() [1/6]

double MdcGeoMisc::OuterR ( double i)
inline

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

76{ return fOuterR = i; };

◆ OuterR() [2/6]

double MdcGeoMisc::OuterR ( double i)
inline

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

76{ return fOuterR = i; };

◆ OuterR() [3/6]

double MdcGeoMisc::OuterR ( double i)
inline

Definition at line 76 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

76{ return fOuterR = i; };

◆ OuterR() [4/6]

double MdcGeoMisc::OuterR ( void ) const
inline

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

62{ return fOuterR; };

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

◆ OuterR() [5/6]

double MdcGeoMisc::OuterR ( void ) const
inline

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

62{ return fOuterR; };

◆ OuterR() [6/6]

double MdcGeoMisc::OuterR ( void ) const
inline

Definition at line 62 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

62{ return fOuterR; };

◆ OuterTk() [1/6]

double MdcGeoMisc::OuterTk ( double i)
inline

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

78{ return fOuterTk = i; };

◆ OuterTk() [2/6]

double MdcGeoMisc::OuterTk ( double i)
inline

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

78{ return fOuterTk = i; };

◆ OuterTk() [3/6]

double MdcGeoMisc::OuterTk ( double i)
inline

Definition at line 78 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

78{ return fOuterTk = i; };

◆ OuterTk() [4/6]

double MdcGeoMisc::OuterTk ( void ) const
inline

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

64{ return fOuterTk; };

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

◆ OuterTk() [5/6]

double MdcGeoMisc::OuterTk ( void ) const
inline

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

64{ return fOuterTk; };

◆ OuterTk() [6/6]

double MdcGeoMisc::OuterTk ( void ) const
inline

Definition at line 64 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

64{ return fOuterTk; };

◆ SLayerNo() [1/6]

int MdcGeoMisc::SLayerNo ( int i)
inline

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

85{ return fSLayerNo = i; }

◆ SLayerNo() [2/6]

int MdcGeoMisc::SLayerNo ( int i)
inline

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

85{ return fSLayerNo = i; }

◆ SLayerNo() [3/6]

int MdcGeoMisc::SLayerNo ( int i)
inline

Definition at line 85 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

85{ return fSLayerNo = i; }

◆ SLayerNo() [4/6]

int MdcGeoMisc::SLayerNo ( void ) const
inline

◆ SLayerNo() [5/6]

int MdcGeoMisc::SLayerNo ( void ) const
inline

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

71{ return fSLayerNo; }

◆ SLayerNo() [6/6]

int MdcGeoMisc::SLayerNo ( void ) const
inline

Definition at line 71 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

71{ return fSLayerNo; }

◆ SWireR() [1/6]

double MdcGeoMisc::SWireR ( double i)
inline

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

86{ return fSWireR = i; }

◆ SWireR() [2/6]

double MdcGeoMisc::SWireR ( double i)
inline

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

86{ return fSWireR = i; }

◆ SWireR() [3/6]

double MdcGeoMisc::SWireR ( double i)
inline

Definition at line 86 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

86{ return fSWireR = i; }

◆ SWireR() [4/6]

double MdcGeoMisc::SWireR ( void ) const
inline

◆ SWireR() [5/6]

double MdcGeoMisc::SWireR ( void ) const
inline

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

72{ return fSWireR; }

◆ SWireR() [6/6]

double MdcGeoMisc::SWireR ( void ) const
inline

Definition at line 72 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

72{ return fSWireR; }

◆ WireNo() [1/6]

int MdcGeoMisc::WireNo ( int i)
inline

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

84{ return fWireNo = i; }

◆ WireNo() [2/6]

int MdcGeoMisc::WireNo ( int i)
inline

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

84{ return fWireNo = i; }

◆ WireNo() [3/6]

int MdcGeoMisc::WireNo ( int i)
inline

Definition at line 84 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

84{ return fWireNo = i; }

◆ WireNo() [4/6]

int MdcGeoMisc::WireNo ( void ) const
inline

◆ WireNo() [5/6]

int MdcGeoMisc::WireNo ( void ) const
inline

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

70{ return fWireNo; }

◆ WireNo() [6/6]

int MdcGeoMisc::WireNo ( void ) const
inline

Definition at line 70 of file Mdc/MdcGeomSvc/include/MdcGeomSvc/MdcGeoMisc.h.

70{ return fWireNo; }

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