BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
MucEntityCal Class Reference

#include <MucEntityCal.h>

+ Inheritance diagram for MucEntityCal:

Public Member Functions

 MucEntityCal (int part, int segment, int layer)
 
 MucEntityCal (int part, int segment, int layer, int id)
 
 MucEntityCal (const MucEntityCal &other)
 
MucEntityCaloperator= (const MucEntityCal &other)
 
virtual ~MucEntityCal ()
 
int GetPart ()
 
int GetSegment ()
 
int GetLayer ()
 
int GetID ()
 
double GetTheta ()
 
double GetRin ()
 
double GetRout ()
 
double GetRc ()
 
double GetThin ()
 
double GetW ()
 
double GetH ()
 
double GetL ()
 
double GetWu ()
 
double GetWd ()
 
double GetArea ()
 
 MucEntityCal (int part, int segment, int layer)
 
 MucEntityCal (int part, int segment, int layer, int id)
 
 MucEntityCal (const MucEntityCal &other)
 
MucEntityCaloperator= (const MucEntityCal &other)
 
virtual ~MucEntityCal ()
 
int GetPart ()
 
int GetSegment ()
 
int GetLayer ()
 
int GetID ()
 
double GetTheta ()
 
double GetRin ()
 
double GetRout ()
 
double GetRc ()
 
double GetThin ()
 
double GetW ()
 
double GetH ()
 
double GetL ()
 
double GetWu ()
 
double GetWd ()
 
double GetArea ()
 

Protected Member Functions

virtual void Init ()
 
virtual void SetTheta ()
 
virtual void SetRin ()
 
virtual void SetRout ()
 
virtual void SetRc ()
 
virtual void SetThin ()
 
virtual void SetW ()
 
virtual void SetH ()
 
virtual void SetL ()
 
virtual void SetWu ()
 
virtual void SetWd ()
 
virtual void SetArea ()
 
virtual void Init ()
 
virtual void SetTheta ()
 
virtual void SetRin ()
 
virtual void SetRout ()
 
virtual void SetRc ()
 
virtual void SetThin ()
 
virtual void SetW ()
 
virtual void SetH ()
 
virtual void SetL ()
 
virtual void SetWu ()
 
virtual void SetWd ()
 
virtual void SetArea ()
 

Protected Attributes

int m_Part
 
int m_Segment
 
int m_Layer
 
int m_ID
 
double m_Theta
 
double m_Rin
 
double m_Rout
 
double m_Rc
 
double m_Thin
 
double m_W
 
double m_H
 
double m_L
 
double m_Wu
 
double m_Wd
 
double m_Area
 

Detailed Description

Constructor & Destructor Documentation

◆ MucEntityCal() [1/6]

MucEntityCal::MucEntityCal ( int  part,
int  segment,
int  layer 
)

◆ MucEntityCal() [2/6]

MucEntityCal::MucEntityCal ( int  part,
int  segment,
int  layer,
int  id 
)

Definition at line 26 of file MucEntityCal.cxx.

27{
28 m_Part = part;
29 m_Segment = segment;
30 m_Layer = layer;
31 m_ID = id;
32
33 Init();
34}

◆ MucEntityCal() [3/6]

◆ ~MucEntityCal() [1/2]

MucEntityCal::~MucEntityCal ( )
virtual

Definition at line 75 of file MucEntityCal.cxx.

76{
77 ;
78}

◆ MucEntityCal() [4/6]

MucEntityCal::MucEntityCal ( int  part,
int  segment,
int  layer 
)

◆ MucEntityCal() [5/6]

MucEntityCal::MucEntityCal ( int  part,
int  segment,
int  layer,
int  id 
)

◆ MucEntityCal() [6/6]

MucEntityCal::MucEntityCal ( const MucEntityCal other)

◆ ~MucEntityCal() [2/2]

virtual MucEntityCal::~MucEntityCal ( )
virtual

Member Function Documentation

◆ GetArea() [1/2]

double MucEntityCal::GetArea ( )

Definition at line 95 of file MucEntityCal.cxx.

95{ return m_Area; }

Referenced by MucCalibMgr::InitArea().

◆ GetArea() [2/2]

double MucEntityCal::GetArea ( )

◆ GetH() [1/2]

double MucEntityCal::GetH ( )

Definition at line 91 of file MucEntityCal.cxx.

91{ return m_H; }

◆ GetH() [2/2]

double MucEntityCal::GetH ( )

◆ GetID() [1/2]

int MucEntityCal::GetID ( )

Definition at line 84 of file MucEntityCal.cxx.

84{ return m_ID; }

◆ GetID() [2/2]

int MucEntityCal::GetID ( )

◆ GetL() [1/2]

double MucEntityCal::GetL ( )

Definition at line 92 of file MucEntityCal.cxx.

92{ return m_L; }

◆ GetL() [2/2]

double MucEntityCal::GetL ( )

◆ GetLayer() [1/2]

int MucEntityCal::GetLayer ( )

Definition at line 83 of file MucEntityCal.cxx.

83{ return m_Layer; }

◆ GetLayer() [2/2]

int MucEntityCal::GetLayer ( )

◆ GetPart() [1/2]

int MucEntityCal::GetPart ( )

Definition at line 81 of file MucEntityCal.cxx.

81{ return m_Part; }

◆ GetPart() [2/2]

int MucEntityCal::GetPart ( )

◆ GetRc() [1/2]

double MucEntityCal::GetRc ( )

Definition at line 88 of file MucEntityCal.cxx.

◆ GetRc() [2/2]

double MucEntityCal::GetRc ( )

◆ GetRin() [1/2]

double MucEntityCal::GetRin ( )

Definition at line 86 of file MucEntityCal.cxx.

◆ GetRin() [2/2]

double MucEntityCal::GetRin ( )

◆ GetRout() [1/2]

double MucEntityCal::GetRout ( )

Definition at line 87 of file MucEntityCal.cxx.

◆ GetRout() [2/2]

double MucEntityCal::GetRout ( )

◆ GetSegment() [1/2]

int MucEntityCal::GetSegment ( )

Definition at line 82 of file MucEntityCal.cxx.

82{ return m_Segment; }

◆ GetSegment() [2/2]

int MucEntityCal::GetSegment ( )

◆ GetTheta() [1/2]

double MucEntityCal::GetTheta ( )

Definition at line 85 of file MucEntityCal.cxx.

85{ return m_Theta; }

◆ GetTheta() [2/2]

double MucEntityCal::GetTheta ( )

◆ GetThin() [1/2]

double MucEntityCal::GetThin ( )

Definition at line 89 of file MucEntityCal.cxx.

89{ return m_Thin; }

◆ GetThin() [2/2]

double MucEntityCal::GetThin ( )

◆ GetW() [1/2]

double MucEntityCal::GetW ( )

Definition at line 90 of file MucEntityCal.cxx.

90{ return m_W; }

◆ GetW() [2/2]

double MucEntityCal::GetW ( )

◆ GetWd() [1/2]

double MucEntityCal::GetWd ( )

Definition at line 94 of file MucEntityCal.cxx.

94{ return m_Wd; }

◆ GetWd() [2/2]

double MucEntityCal::GetWd ( )

◆ GetWu() [1/2]

double MucEntityCal::GetWu ( )

Definition at line 93 of file MucEntityCal.cxx.

93{ return m_Wu; }

◆ GetWu() [2/2]

double MucEntityCal::GetWu ( )

◆ Init() [1/2]

void MucEntityCal::Init ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucStripCal, MucBoxCal, MucGapCal, and MucStripCal.

Definition at line 98 of file MucEntityCal.cxx.

99{
111}
virtual void SetWu()
virtual void SetH()
virtual void SetTheta()
virtual void SetL()
virtual void SetWd()
virtual void SetRc()
virtual void SetW()
virtual void SetRin()
virtual void SetThin()
virtual void SetRout()
virtual void SetArea()

Referenced by MucEntityCal().

◆ Init() [2/2]

virtual void MucEntityCal::Init ( )
protectedvirtual

◆ operator=() [1/2]

MucEntityCal & MucEntityCal::operator= ( const MucEntityCal other)

Definition at line 53 of file MucEntityCal.cxx.

54{
55 if( this == &other) return *this;
56
57 m_Part = other.m_Part;
58 m_Segment = other.m_Segment;
59 m_Layer = other.m_Layer;
60 m_ID = other.m_ID;
61
62 m_Theta = other.m_Theta;
63 m_Thin = other.m_Thin;
64 m_W = other.m_W;
65 m_H = other.m_H;
66 m_L = other.m_L;
67 m_Wu = other.m_Wu;
68 m_Wd = other.m_Wd;
69 m_Area = other.m_Area;
70
71 return *this;
72}

Referenced by MucBoxCal::operator=(), MucGapCal::operator=(), and MucStripCal::operator=().

◆ operator=() [2/2]

MucEntityCal & MucEntityCal::operator= ( const MucEntityCal other)

◆ SetArea() [1/2]

void MucEntityCal::SetArea ( )
protectedvirtual

Reimplemented in MucBoxCal, MucStripCal, MucBoxCal, and MucStripCal.

Definition at line 123 of file MucEntityCal.cxx.

123{ m_Area = 0.; }

Referenced by Init().

◆ SetArea() [2/2]

virtual void MucEntityCal::SetArea ( )
protectedvirtual

Reimplemented in MucBoxCal, MucStripCal, MucBoxCal, and MucStripCal.

◆ SetH() [1/2]

void MucEntityCal::SetH ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucStripCal, MucBoxCal, MucGapCal, and MucStripCal.

Definition at line 121 of file MucEntityCal.cxx.

121{ m_H = 0.; }

Referenced by Init().

◆ SetH() [2/2]

virtual void MucEntityCal::SetH ( )
protectedvirtual

◆ SetL() [1/2]

void MucEntityCal::SetL ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucStripCal, MucBoxCal, MucGapCal, and MucStripCal.

Definition at line 122 of file MucEntityCal.cxx.

122{ m_L = 0.; }

Referenced by Init().

◆ SetL() [2/2]

virtual void MucEntityCal::SetL ( )
protectedvirtual

◆ SetRc() [1/2]

void MucEntityCal::SetRc ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucBoxCal, and MucGapCal.

Definition at line 116 of file MucEntityCal.cxx.

116{ m_Rc = 0.; }

Referenced by Init().

◆ SetRc() [2/2]

virtual void MucEntityCal::SetRc ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucBoxCal, and MucGapCal.

◆ SetRin() [1/2]

void MucEntityCal::SetRin ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucBoxCal, and MucGapCal.

Definition at line 114 of file MucEntityCal.cxx.

114{ m_Rin = 0.; }

Referenced by Init().

◆ SetRin() [2/2]

virtual void MucEntityCal::SetRin ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucBoxCal, and MucGapCal.

◆ SetRout() [1/2]

void MucEntityCal::SetRout ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucBoxCal, and MucGapCal.

Definition at line 115 of file MucEntityCal.cxx.

115{ m_Rout = 0.; }

Referenced by Init().

◆ SetRout() [2/2]

virtual void MucEntityCal::SetRout ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucBoxCal, and MucGapCal.

◆ SetTheta() [1/2]

void MucEntityCal::SetTheta ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucBoxCal, and MucGapCal.

Definition at line 113 of file MucEntityCal.cxx.

113{ m_Theta = 0.; }

Referenced by Init().

◆ SetTheta() [2/2]

virtual void MucEntityCal::SetTheta ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucBoxCal, and MucGapCal.

◆ SetThin() [1/2]

void MucEntityCal::SetThin ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucStripCal, MucBoxCal, MucGapCal, and MucStripCal.

Definition at line 117 of file MucEntityCal.cxx.

117{ m_Thin = 0.; }

Referenced by Init().

◆ SetThin() [2/2]

virtual void MucEntityCal::SetThin ( )
protectedvirtual

◆ SetW() [1/2]

void MucEntityCal::SetW ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucStripCal, MucBoxCal, MucGapCal, and MucStripCal.

Definition at line 118 of file MucEntityCal.cxx.

118{ m_W = 0.; }

Referenced by Init().

◆ SetW() [2/2]

virtual void MucEntityCal::SetW ( )
protectedvirtual

◆ SetWd() [1/2]

void MucEntityCal::SetWd ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucStripCal, MucBoxCal, MucGapCal, and MucStripCal.

Definition at line 120 of file MucEntityCal.cxx.

120{ m_Wd = 0.; }

Referenced by Init().

◆ SetWd() [2/2]

virtual void MucEntityCal::SetWd ( )
protectedvirtual

◆ SetWu() [1/2]

void MucEntityCal::SetWu ( )
protectedvirtual

Reimplemented in MucBoxCal, MucGapCal, MucStripCal, MucBoxCal, MucGapCal, and MucStripCal.

Definition at line 119 of file MucEntityCal.cxx.

119{ m_Wu = 0.; }

Referenced by Init().

◆ SetWu() [2/2]

virtual void MucEntityCal::SetWu ( )
protectedvirtual

Member Data Documentation

◆ m_Area

double MucEntityCal::m_Area
protected

◆ m_H

◆ m_ID

◆ m_L

◆ m_Layer

◆ m_Part

◆ m_Rc

double MucEntityCal::m_Rc
protected

◆ m_Rin

◆ m_Rout

◆ m_Segment

◆ m_Theta

double MucEntityCal::m_Theta
protected

◆ m_Thin

◆ m_W

◆ m_Wd

◆ m_Wu


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