|
BOSS 8.0.0
BESIII Offline Software System
|
#include <iostream>#include <string>#include <vector>#include "MucFec.h"#include "MucGeoConst.h"Go to the source code of this file.
Classes | |
| class | MucChain |
Variables | |
| const int | FIRST_STRIP_ID [7] = { 0, 16, 32, 48, 64, 80, 96 } |
| const int | FIRST_STRID_SQC_EC [4] = { 48, 32, 16, 0 } |
| const int | FIRST_STRID_SQC_BETOP [4] |
| const int | FIRST_STRID_SQC_BEA [3] |
| const int | FIRST_STRID_SQC_BEB [3] = { 80, 64, 48 } |
| const int | FIRST_STRID_SQC_BWA [3] = { 32, 16, 0 } |
| const int | FIRST_STRID_SQC_BWB [3] = { 0, 16, 32 } |
| const int | STRORDER_ECA [E_LAY_NUM] |
| const int | STRORDER_ECB [E_LAY_NUM] |
| const int | STRORDER_BETOP [4] = { 1, -1, 1, -1 } |
| const int | STRORDER_BEA [3] = { -1, -1, 1 } |
| const int | STRORDER_BEB [3] = { 1, -1, -1 } |
| const int | STRORDER_BWO [3] |
| const int FIRST_STRID_SQC_BEA[3] |
Definition at line 28 of file MucChain.h.
| const int FIRST_STRID_SQC_BEB[3] = { 80, 64, 48 } |
Definition at line 30 of file MucChain.h.
| const int FIRST_STRID_SQC_BETOP[4] |
Definition at line 26 of file MucChain.h.
| const int FIRST_STRID_SQC_BWA[3] = { 32, 16, 0 } |
Definition at line 32 of file MucChain.h.
| const int FIRST_STRID_SQC_BWB[3] = { 0, 16, 32 } |
Definition at line 35 of file MucChain.h.
| const int FIRST_STRID_SQC_EC[4] = { 48, 32, 16, 0 } |
Definition at line 25 of file MucChain.h.
| const int FIRST_STRIP_ID[7] = { 0, 16, 32, 48, 64, 80, 96 } |
Definition at line 24 of file MucChain.h.
| const int STRORDER_BEA[3] = { -1, -1, 1 } |
Definition at line 45 of file MucChain.h.
| const int STRORDER_BEB[3] = { 1, -1, -1 } |
Definition at line 47 of file MucChain.h.
| const int STRORDER_BETOP[4] = { 1, -1, 1, -1 } |
Definition at line 44 of file MucChain.h.
| const int STRORDER_BWO[3] |
Definition at line 49 of file MucChain.h.
| const int STRORDER_ECA[E_LAY_NUM] |
Definition at line 38 of file MucChain.h.
| const int STRORDER_ECB[E_LAY_NUM] |
Definition at line 41 of file MucChain.h.