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

#include <MucStripCal.h>

Inheritance diagram for MucStripCal:

Public Member Functions

 MucStripCal (int part, int segment, int layer, int id)
 MucStripCal (const MucStripCal &other)
MucStripCaloperator= (const MucStripCal &other)
virtual ~MucStripCal ()
int GetType ()
double GetCenterLine ()
double GetHead ()
double GetTail ()
double GetPhi ()
int GetPadNumber ()
 MucStripCal (int part, int segment, int layer, int id)
 MucStripCal (const MucStripCal &other)
MucStripCaloperator= (const MucStripCal &other)
virtual ~MucStripCal ()
int GetType ()
double GetCenterLine ()
double GetHead ()
double GetTail ()
double GetPhi ()
int GetPadNumber ()
 MucStripCal (int part, int segment, int layer, int id)
 MucStripCal (const MucStripCal &other)
MucStripCaloperator= (const MucStripCal &other)
virtual ~MucStripCal ()
int GetType ()
double GetCenterLine ()
double GetHead ()
double GetTail ()
double GetPhi ()
int GetPadNumber ()
Public Member Functions inherited from MucEntityCal
 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 ()
 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 ()
void SetType ()
void SetCenterLine ()
void SetHead ()
void SetTail ()
void SetPhi ()
virtual void SetThin ()
virtual void SetW ()
virtual void SetWu ()
virtual void SetWd ()
virtual void SetH ()
virtual void SetL ()
virtual void SetArea ()
void SetPadNumber ()
virtual void Init ()
void SetType ()
void SetCenterLine ()
void SetHead ()
void SetTail ()
void SetPhi ()
virtual void SetThin ()
virtual void SetW ()
virtual void SetWu ()
virtual void SetWd ()
virtual void SetH ()
virtual void SetL ()
virtual void SetArea ()
void SetPadNumber ()
virtual void Init ()
void SetType ()
void SetCenterLine ()
void SetHead ()
void SetTail ()
void SetPhi ()
virtual void SetThin ()
virtual void SetW ()
virtual void SetWu ()
virtual void SetWd ()
virtual void SetH ()
virtual void SetL ()
virtual void SetArea ()
void SetPadNumber ()
Protected Member Functions inherited from MucEntityCal
virtual void SetTheta ()
virtual void SetRin ()
virtual void SetRout ()
virtual void SetRc ()
virtual void SetTheta ()
virtual void SetRin ()
virtual void SetRout ()
virtual void SetRc ()
virtual void SetTheta ()
virtual void SetRin ()
virtual void SetRout ()
virtual void SetRc ()

Additional Inherited Members

Protected Attributes inherited from MucEntityCal
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

◆ MucStripCal() [1/6]

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

Definition at line 18 of file MucStripCal.cxx.

19 : MucEntityCal( part, segment, layer, id ) {
21
22 // m_MucPadChain = NULL;
23}
MucEntityCal(int part, int segment, int layer)
virtual void Init()

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

◆ MucStripCal() [2/6]

MucStripCal::MucStripCal ( const MucStripCal & other)

Definition at line 26 of file MucStripCal.cxx.

26 : MucEntityCal( other ) {
27 m_Type = other.m_Type;
28 m_CenterLine = other.m_CenterLine;
29 m_Head = other.m_Head;
30 m_Tail = other.m_Tail;
31 m_Phi = other.m_Phi;
32
33 // m_MucPadChain = other.m_MucPadChain;
34}
Index other(Index i, Index j)

◆ ~MucStripCal() [1/3]

MucStripCal::~MucStripCal ( )
virtual

Definition at line 54 of file MucStripCal.cxx.

54 {
55 // delete m_MucPadChain;
56 ;
57}

◆ MucStripCal() [3/6]

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

◆ MucStripCal() [4/6]

MucStripCal::MucStripCal ( const MucStripCal & other)

◆ ~MucStripCal() [2/3]

virtual MucStripCal::~MucStripCal ( )
virtual

◆ MucStripCal() [5/6]

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

◆ MucStripCal() [6/6]

MucStripCal::MucStripCal ( const MucStripCal & other)

◆ ~MucStripCal() [3/3]

virtual MucStripCal::~MucStripCal ( )
virtual

Member Function Documentation

◆ GetCenterLine() [1/3]

double MucStripCal::GetCenterLine ( )

Definition at line 80 of file MucStripCal.cxx.

80{ return m_CenterLine; }

◆ GetCenterLine() [2/3]

double MucStripCal::GetCenterLine ( )

◆ GetCenterLine() [3/3]

double MucStripCal::GetCenterLine ( )

◆ GetHead() [1/3]

double MucStripCal::GetHead ( )

Definition at line 81 of file MucStripCal.cxx.

81{ return m_Head; }

◆ GetHead() [2/3]

double MucStripCal::GetHead ( )

◆ GetHead() [3/3]

double MucStripCal::GetHead ( )

◆ GetPadNumber() [1/3]

int MucStripCal::GetPadNumber ( )

Definition at line 84 of file MucStripCal.cxx.

84{ return m_PadNumber; }

◆ GetPadNumber() [2/3]

int MucStripCal::GetPadNumber ( )

◆ GetPadNumber() [3/3]

int MucStripCal::GetPadNumber ( )

◆ GetPhi() [1/3]

double MucStripCal::GetPhi ( )

Definition at line 83 of file MucStripCal.cxx.

83{ return m_Phi; }

◆ GetPhi() [2/3]

double MucStripCal::GetPhi ( )

◆ GetPhi() [3/3]

double MucStripCal::GetPhi ( )

◆ GetTail() [1/3]

double MucStripCal::GetTail ( )

Definition at line 82 of file MucStripCal.cxx.

82{ return m_Tail; }

◆ GetTail() [2/3]

double MucStripCal::GetTail ( )

◆ GetTail() [3/3]

double MucStripCal::GetTail ( )

◆ GetType() [1/3]

int MucStripCal::GetType ( )

Definition at line 79 of file MucStripCal.cxx.

79{ return m_Type; }

◆ GetType() [2/3]

int MucStripCal::GetType ( )

◆ GetType() [3/3]

int MucStripCal::GetType ( )

◆ Init() [1/3]

void MucStripCal::Init ( )
protectedvirtual

Reimplemented from MucEntityCal.

Definition at line 60 of file MucStripCal.cxx.

60 {
61 SetType();
62 SetW();
63 SetWu();
64 SetWd();
65 SetCenterLine(); // use strip width
66 SetHead();
67 SetTail();
68 SetPhi();
69
70 SetThin();
71 SetH();
72 SetL();
73 SetArea();
75}
void SetPadNumber()
virtual void SetArea()
virtual void SetH()
virtual void SetThin()
virtual void SetWu()
virtual void SetW()
virtual void SetWd()
void SetCenterLine()
virtual void SetL()

Referenced by MucStripCal().

◆ Init() [2/3]

virtual void MucStripCal::Init ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ Init() [3/3]

virtual void MucStripCal::Init ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ operator=() [1/3]

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

Definition at line 37 of file MucStripCal.cxx.

37 {
38 if ( this == &other ) return *this;
39
41
42 m_Type = other.m_Type;
43 m_CenterLine = other.m_CenterLine;
44 m_Head = other.m_Head;
45 m_Tail = other.m_Tail;
46 m_Phi = other.m_Phi;
47
48 // m_MucPadChain = other.m_MucPadChain;
49
50 return *this;
51}
MucEntityCal & operator=(const MucEntityCal &other)

◆ operator=() [2/3]

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

◆ operator=() [3/3]

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

◆ SetArea() [1/3]

void MucStripCal::SetArea ( )
protectedvirtual

◆ SetArea() [2/3]

virtual void MucStripCal::SetArea ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetArea() [3/3]

virtual void MucStripCal::SetArea ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetCenterLine() [1/3]

void MucStripCal::SetCenterLine ( )
protected

Definition at line 112 of file MucStripCal.cxx.

112 {
113 // Base on strips width and structure correlations
114 // Endcap only
115
116 int segFlag = 0;
117
118 if ( ( m_Layer + 1 ) % 2 == 1 ) // 1,3,5,7
119 {
120 if ( m_Segment < 2 ) segFlag = 1;
121 else segFlag = -1;
122
123 if ( m_ID != E_STR_NUM - 1 ) // NO.1~62
124 m_CenterLine = segFlag * ( E_XSTR_OFFSET + m_ID * E_STR_DST );
125 else // NO.63 end strip
126 m_CenterLine = segFlag * ( E_XSTR_OFFSET + ( E_STR_NUM - 2 ) * E_STR_DST +
127 ( E_STR_DST + m_W + STR_GAP ) / 2 );
128 }
129 else // 2,4,6,8
130 {
131 if ( m_Segment % 3 == 0 ) segFlag = 1;
132 else segFlag = -1;
133
134 if ( m_ID != E_STR_NUM - 1 ) // NO.1~62
135 m_CenterLine = segFlag * ( E_YSTR_OFFSET + m_ID * E_STR_DST );
136 else // NO.63 end strip
137 m_CenterLine = segFlag * ( E_YSTR_OFFSET + ( E_STR_NUM - 2 ) * E_STR_DST +
138 ( E_STR_DST + m_W + STR_GAP ) / 2 );
139 }
140}

Referenced by Init().

◆ SetCenterLine() [2/3]

void MucStripCal::SetCenterLine ( )
protected

◆ SetCenterLine() [3/3]

void MucStripCal::SetCenterLine ( )
protected

◆ SetH() [1/3]

void MucStripCal::SetH ( )
protectedvirtual

Reimplemented from MucEntityCal.

Definition at line 272 of file MucStripCal.cxx.

Referenced by Init().

◆ SetH() [2/3]

virtual void MucStripCal::SetH ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetH() [3/3]

virtual void MucStripCal::SetH ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetHead() [1/3]

void MucStripCal::SetHead ( )
protected

Definition at line 143 of file MucStripCal.cxx.

143 {
144 int segFlag = 0;
145
146 // base on strips width and correlations
147 if ( m_ID + 1 < TURN_STR_ID[m_Layer][0] ) m_Head = FIRST_TURN_HEAD[m_Layer][0];
148
149 if ( m_ID + 1 == TURN_STR_ID[m_Layer][0] ) m_Head = FIRST_TURN_HEAD[m_Layer][1];
150
151 if ( ( m_ID + 1 > TURN_STR_ID[m_Layer][0] ) && ( m_ID + 1 <= TURN_STR_ID[m_Layer][1] ) )
152 m_Head = FIRST_TURN_HEAD[m_Layer][1] - ( m_ID + 1 - TURN_STR_ID[m_Layer][0] ) * E_STR_DST;
153
154 if ( m_ID + 1 > TURN_STR_ID[m_Layer][1] ) m_Head = SECOND_TURN_HEAD[m_Layer % 2];
155
156 if ( ( m_Layer + 1 ) % 2 == 1 ) // 1,3,5,7
157 {
158 if ( m_Segment % 3 == 0 ) segFlag = 1;
159 else segFlag = -1;
160 }
161 else // 2,4,6,8
162 {
163 if ( m_Segment < 2 ) segFlag = 1;
164 else segFlag = -1;
165 }
166
167 m_Head *= segFlag;
168}
const double SECOND_TURN_HEAD[2]
const int TURN_STR_ID[8][2]
const double FIRST_TURN_HEAD[8][2]

Referenced by Init().

◆ SetHead() [2/3]

void MucStripCal::SetHead ( )
protected

◆ SetHead() [3/3]

void MucStripCal::SetHead ( )
protected

◆ SetL() [1/3]

void MucStripCal::SetL ( )
protectedvirtual

Reimplemented from MucEntityCal.

Definition at line 275 of file MucStripCal.cxx.

275 {
276 if ( m_Part == BRID ) // barrel
277 {
278 int ZCUT_HEAD_NUM = B_ZSTR_NUM / 2 - B_ZSTR_CUT_NUM[m_Layer] - 1;
279 int ZCUT_TAIL_NUM = B_ZSTR_NUM / 2 + B_ZSTR_CUT_NUM[m_Layer];
280
281 if ( m_Segment != B_TOP ) // not top segment
282 {
283 if ( ( m_Layer + 1 ) % 2 == 1 ) // odd layer, Z
284 m_L = B_BOX_LT - 2 * B_BOX_DZ[SL_DOWN];
285 else // even layer, phi
286 m_L = B_BOX_WT[m_Layer] - 2 * B_BOX_DZ[SL_DOWN];
287 }
288 else // top segment
289 {
290 if ( ( m_Layer + 1 ) % 2 == 1 ) // odd layer, z
291 {
292 if ( m_ID > ZCUT_HEAD_NUM && m_ID < ZCUT_TAIL_NUM ) // be cut
293 {
294 if ( m_Layer == 0 ) m_L = B_BOX_LT - 2 * B_BOX_DZ[SL_DOWN] - B_ZSTR_CUT[1];
295 else m_L = B_BOX_LT - 2 * B_BOX_DZ[SL_DOWN] - B_ZSTR_CUT[0];
296 }
297 else // no cut
298 m_L = B_BOX_LT - 2 * B_BOX_DZ[SL_DOWN];
299 }
300 else // even layer, phi
301 {
302 if ( m_ID < B_PHISTR_CUT_NUM ) // no cut
303 m_L = B_BOX_WT[m_Layer] - 2 * B_BOX_DZ[SL_DOWN];
304 else // be cut
305 m_L = ( B_BOX_WT[m_Layer] - 2 * B_BOX_DZ[SL_DOWN] - B_PHISTR_CUT ) / 2;
306 }
307 }
308 }
309 else // endcap
310 { m_L = fabs( m_Head - m_Tail ); }
311}
const int B_ZSTR_CUT_NUM[B_LAY_NUM]

Referenced by Init().

◆ SetL() [2/3]

virtual void MucStripCal::SetL ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetL() [3/3]

virtual void MucStripCal::SetL ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetPadNumber() [1/3]

void MucStripCal::SetPadNumber ( )
protected

Definition at line 317 of file MucStripCal.cxx.

317 {
318 int n = 0;
319 double fn = 0;
320
321 if ( m_W == 0 )
322 {
323 cout << "Error, strip width = 0!" << endl;
324 m_PadNumber = 0;
325 }
326 else
327 {
328 fn = ( m_L / m_W );
329 n = (int)fn;
330
331 if ( ( fn - n ) > 0.3 ) m_PadNumber = n + 1;
332 else m_PadNumber = n;
333 }
334}
const Int_t n

Referenced by Init().

◆ SetPadNumber() [2/3]

void MucStripCal::SetPadNumber ( )
protected

◆ SetPadNumber() [3/3]

void MucStripCal::SetPadNumber ( )
protected

◆ SetPhi() [1/3]

void MucStripCal::SetPhi ( )
protected

Definition at line 207 of file MucStripCal.cxx.

207 {
208 if ( m_Part == BRID ) // barrel
209 m_Phi = B_PHI[m_Segment] * ( PI / 4.0 );
210 else // endcap , all phi is zer
211 m_Phi = 0.;
212}
#define PI

Referenced by Init().

◆ SetPhi() [2/3]

void MucStripCal::SetPhi ( )
protected

◆ SetPhi() [3/3]

void MucStripCal::SetPhi ( )
protected

◆ SetTail() [1/3]

void MucStripCal::SetTail ( )
protected

Definition at line 171 of file MucStripCal.cxx.

171 {
172 int segFlag = 0;
173
174 if ( ( m_Layer + 1 ) % 2 == 1 ) // 1,3,5,7
175 {
176 if ( m_Segment % 3 == 0 ) segFlag = 1;
177 else segFlag = -1;
178
179 if ( m_ID + 1 < TURN_POINT_NUM ) m_Tail = ODD_TURN_POINT_TAIL[( m_Layer == 0 ) ? 0 : 1][0];
180 if ( m_ID + 1 == TURN_POINT_NUM )
181 m_Tail = ODD_TURN_POINT_TAIL[( m_Layer == 0 ) ? 0 : 1][1];
182 if ( m_ID + 1 > TURN_POINT_NUM )
183 m_Tail = ODD_TURN_POINT_TAIL[( m_Layer == 0 ) ? 0 : 1][1] -
184 ( m_ID + 1 - TURN_POINT_NUM ) * E_STR_DST;
185 if ( m_ID == E_STR_NUM - 1 )
186 m_Tail = ODD_TURN_POINT_TAIL[( m_Layer == 0 ) ? 0 : 1][1] -
187 ( m_ID - TURN_POINT_NUM ) * E_STR_DST - ( E_STR_DST + m_W + STR_GAP ) / 2;
188 }
189 else // 2,4,6,8
190 {
191 if ( m_Segment < 2 ) segFlag = 1;
192 else segFlag = -1;
193
194 if ( m_ID + 1 < TURN_POINT_NUM ) m_Tail = EVEN_TURN_POINT_TAIL[0];
195 if ( m_ID + 1 == TURN_POINT_NUM ) m_Tail = EVEN_TURN_POINT_TAIL[1];
196 if ( m_ID + 1 > TURN_POINT_NUM )
197 m_Tail = EVEN_TURN_POINT_TAIL[1] - ( m_ID + 1 - TURN_POINT_NUM ) * E_STR_DST;
198 if ( m_ID == E_STR_NUM - 1 )
199 m_Tail = EVEN_TURN_POINT_TAIL[1] - ( m_ID - TURN_POINT_NUM ) * E_STR_DST -
200 ( E_STR_DST + m_W + STR_GAP ) / 2;
201 }
202
203 m_Tail *= segFlag;
204}
const double EVEN_TURN_POINT_TAIL[2]
const double ODD_TURN_POINT_TAIL[2][2]

Referenced by Init().

◆ SetTail() [2/3]

void MucStripCal::SetTail ( )
protected

◆ SetTail() [3/3]

void MucStripCal::SetTail ( )
protected

◆ SetThin() [1/3]

void MucStripCal::SetThin ( )
protectedvirtual

Reimplemented from MucEntityCal.

Definition at line 215 of file MucStripCal.cxx.

Referenced by Init().

◆ SetThin() [2/3]

virtual void MucStripCal::SetThin ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetThin() [3/3]

virtual void MucStripCal::SetThin ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetType() [1/3]

void MucStripCal::SetType ( )
protected

Definition at line 98 of file MucStripCal.cxx.

98 {
99 if ( m_Part == BRID )
100 {
101 if ( ( m_Layer + 1 ) % 2 == 1 ) m_Type = ZSTR;
102 else m_Type = PHISTR;
103 }
104 else
105 {
106 if ( ( m_Layer + 1 ) % 2 == 1 ) m_Type = XSTR;
107 else m_Type = YSTR;
108 }
109}

Referenced by Init().

◆ SetType() [2/3]

void MucStripCal::SetType ( )
protected

◆ SetType() [3/3]

void MucStripCal::SetType ( )
protected

◆ SetW() [1/3]

void MucStripCal::SetW ( )
protectedvirtual

Reimplemented from MucEntityCal.

Definition at line 218 of file MucStripCal.cxx.

218 {
219 if ( m_Part == BRID )
220 {
221 // Set maximum strip
222 int maxStrip;
223 if ( ( m_Layer + 1 ) % 2 == 1 ) maxStrip = B_ZSTR_NUM; // odd layer
224 else if ( m_Segment != B_TOP ) maxStrip = B_PHISTR_NUM; // even layer not top segment
225 else maxStrip = B_TOPSTR_NUM; // even layer top segment
226
227 if ( ( m_Layer + 1 ) % 2 == 1 ) // odd layer, z
228 {
229 if ( m_ID > 0 && m_ID < ( maxStrip - 1 ) ) // not marginal strip
230 m_W = B_STR_DST[m_Layer] - STR_GAP;
231 else // marginal strip
232 m_W = ( B_BOX_WT[m_Layer] - 2 * B_BOX_DT[SL_DOWN] -
233 ( maxStrip - 2 ) * B_STR_DST[m_Layer] - STR_GAP ) /
234 2;
235 }
236 else // even layer, phi
237 {
238 if ( m_ID > 0 && m_ID < ( maxStrip - 1 ) ) // not marginal strip
239 m_W = B_STR_DST[m_Layer] - STR_GAP;
240 else // marginal strip
241 m_W = B_BOX_LT / 2 - B_BOX_DZ[SL_DOWN] - B_STR_DST[m_Layer] * ( B_PHISTR_NUM - 2 ) / 2;
242
243 if ( ( maxStrip == B_TOPSTR_NUM ) && ( m_ID == ( B_PHISTR_NUM - 1 ) ) ) // special
244 // marginal strip
245 m_W = B_BOX_LT / 2 - B_BOX_DZ[SL_DOWN] - B_STR_DST[m_Layer] * ( B_PHISTR_NUM - 2 ) / 2;
246 }
247 }
248 else
249 {
250 // Strip0~62: 33;
251 // Strip63: L0: 34; L2/4/6: 43; L1/3/5/7: 53
252 if ( m_ID != E_STR_NUM - 1 ) m_W = E_STR_WT; // NO.1~62
253 else // NO.63, end strip
254 {
255 if ( ( m_Layer + 1 ) % 2 != 0 ) // 0,2,4,6
256 {
257 if ( m_Layer == 0 ) m_W = 34;
258 else m_W = 43;
259 }
260 else m_W = 53; // 1,3,5,7
261 }
262 }
263}

Referenced by Init().

◆ SetW() [2/3]

virtual void MucStripCal::SetW ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetW() [3/3]

virtual void MucStripCal::SetW ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetWd() [1/3]

void MucStripCal::SetWd ( )
protectedvirtual

Reimplemented from MucEntityCal.

Definition at line 269 of file MucStripCal.cxx.

Referenced by Init().

◆ SetWd() [2/3]

virtual void MucStripCal::SetWd ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetWd() [3/3]

virtual void MucStripCal::SetWd ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetWu() [1/3]

void MucStripCal::SetWu ( )
protectedvirtual

Reimplemented from MucEntityCal.

Definition at line 266 of file MucStripCal.cxx.

Referenced by Init().

◆ SetWu() [2/3]

virtual void MucStripCal::SetWu ( )
protectedvirtual

Reimplemented from MucEntityCal.

◆ SetWu() [3/3]

virtual void MucStripCal::SetWu ( )
protectedvirtual

Reimplemented from MucEntityCal.


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