BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MucStrip.h File Reference
#include <iostream>
#include "MucGeoCreateAlg/MucEntity.h"

Go to the source code of this file.

Classes

class  MucStrip

Variables

const int HEAD_TURN_STR_NUM [8][2]
const double FIRST_TURN_HEAD [8][2]
const double SECOND_TURN_HEAD [2] = { 56, 66 }
const int TAIL_TURN_STR_NUM [2] = { 26, 27 }
const double ODD_TURN_POINT_TAIL [2][2] = { { 2317, 2304 }, { 2328, 2321 } }
const double EVEN_TURN_POINT_TAIL [2] = { 2329, 2296 }
const double E_FIRST_STR_WT = 48.0

Variable Documentation

◆ E_FIRST_STR_WT

const double E_FIRST_STR_WT = 48.0

Definition at line 30 of file MucStrip.h.

Referenced by MucStrip::SetW().

◆ EVEN_TURN_POINT_TAIL

const double EVEN_TURN_POINT_TAIL[2] = { 2329, 2296 }

Definition at line 29 of file MucStrip.h.

29{ 2329, 2296 };

Referenced by MucStrip::SetTail().

◆ FIRST_TURN_HEAD

const double FIRST_TURN_HEAD[8][2]
Initial value:
= { { 1092.5, 1062.5 }, { 1126, 1120 }, { 1156, 1158.5 },
{ 1193, 1179.5 }, { 1228.5, 1220 }, { 1267, 1249 },
{ 1327.5, 1325 }, { 1388, 1385 } }

Definition at line 23 of file MucStrip.h.

23 { { 1092.5, 1062.5 }, { 1126, 1120 }, { 1156, 1158.5 },
24 { 1193, 1179.5 }, { 1228.5, 1220 }, { 1267, 1249 },
25 { 1327.5, 1325 }, { 1388, 1385 } };

Referenced by MucStrip::SetHead().

◆ HEAD_TURN_STR_NUM

const int HEAD_TURN_STR_NUM[8][2]
Initial value:
= { { 12, 30 }, { 12, 31 }, { 12, 32 }, { 13, 33 },
{ 13, 34 }, { 14, 35 }, { 14, 37 }, { 15, 39 } }

Definition at line 21 of file MucStrip.h.

21 { { 12, 30 }, { 12, 31 }, { 12, 32 }, { 13, 33 },
22 { 13, 34 }, { 14, 35 }, { 14, 37 }, { 15, 39 } };

Referenced by MucStrip::SetHead().

◆ ODD_TURN_POINT_TAIL

const double ODD_TURN_POINT_TAIL[2][2] = { { 2317, 2304 }, { 2328, 2321 } }

Definition at line 28 of file MucStrip.h.

28{ { 2317, 2304 }, { 2328, 2321 } };

Referenced by MucStrip::SetTail().

◆ SECOND_TURN_HEAD

const double SECOND_TURN_HEAD[2] = { 56, 66 }

Definition at line 26 of file MucStrip.h.

26{ 56, 66 }; // odd layer: 56, even layer: 66;

Referenced by MucStrip::SetHead().

◆ TAIL_TURN_STR_NUM

const int TAIL_TURN_STR_NUM[2] = { 26, 27 }

Definition at line 27 of file MucStrip.h.

27{ 26, 27 };

Referenced by MucStrip::SetTail().