CbmRoot
|
Go to the source code of this file.
Functions | |
void | PrintHelp () |
Variables | |
const Int_t | kiNbFiles = 3 + 2 + 4 + 2 + 2 + 5 + 12 + 3 + 2 |
const TString | ksFilesDay [kiNbFiles] |
const TString | ksFilesHour [kiNbFiles] |
const Int_t | kiNbBoardsUsed = 8 |
Int_t | kiSlotIndex [kiNbBoardsUsed] = {0, 4, 2, 6, 13, 14, 8, 10} |
std::streampos | kiSlotSzOff [kiNbBoardsUsed] = {0, 0, 0, 0, 2, 2, 0, 1} |
const Int_t | kiNbRpc = 12 |
TString | sChNameRpc [kiNbRpc] |
Int_t | iSlotRpcNeg [kiNbRpc] = {0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1} |
Int_t | iBdIdxRpcNeg [kiNbRpc] = {0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4} |
Int_t | iChIdxRpcNeg [kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5} |
Int_t | iSlotRpcPos [kiNbRpc] = {2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3} |
Int_t | iBdIdxRpcPos [kiNbRpc] = {2, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6} |
Int_t | iChIdxRpcPos [kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5} |
const Int_t | kiPmtOffset = 20 |
const Int_t | kiNbPmt = 11 |
TString | sChNamePmt [kiNbPmt] = {"HFL", "HFR", "calo", "HBL", "HBR", "BFL", "BFR", "BBL", "BBR", "PMT5", "Dia_PMT"} |
Int_t | iSlotPmtNeg [kiNbPmt] = {4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5} |
Int_t | iBdIdxPmtNeg [kiNbPmt] = {13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14} |
Int_t | iChIdxPmtNeg [kiNbPmt] = {0, 1, 2, 4, 5, 0, 1, 2, 3, 4, 5} |
const Int_t | kiTrdOffset = 40 |
const Int_t | kiNbTrd = 5 |
TString | sChNameTrd [kiNbTrd] = {"T_2010", "T_2012_1", "T_2012_2", "T_2012_3", "T_2012_4"} |
Int_t | iSlotTrdNeg [kiNbTrd] = {6, 6, 6, 6, 6} |
Int_t | iBdIdxTrdNeg [kiNbTrd] = {8, 8, 8, 8, 8} |
Int_t | iChIdxTrdNeg [kiNbTrd] = {0, 1, 1, 1, 1} |
Int_t | iSlotTrdPos [kiNbTrd] = {7, 7, 7, 7, 7} |
Int_t | iBdIdxTrdPos [kiNbTrd] = {10, 10, 10, 10, 10} |
Int_t | iChIdxTrdPos [kiNbTrd] = {0, 1, 2, 3, 4} |
const Int_t | kiSpillDistSec = 30 |
const Double_t | kdSpillDiamThr = 1e-4 |
const Double_t | kdNoSpillDiamThr = 1e-5 |
void PrintHelp | ( | ) |
Definition at line 95 of file feb15/current/FileListDef.h.
Int_t iBdIdxPmtNeg[kiNbPmt] = {13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14} |
Definition at line 78 of file feb15/current/FileListDef.h.
Int_t iBdIdxRpcNeg[kiNbRpc] = {0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4} |
Definition at line 68 of file feb15/current/FileListDef.h.
Int_t iBdIdxRpcPos[kiNbRpc] = {2, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6} |
Definition at line 71 of file feb15/current/FileListDef.h.
Int_t iBdIdxTrdNeg[kiNbTrd] = {8, 8, 8, 8, 8} |
Definition at line 85 of file feb15/current/FileListDef.h.
Int_t iBdIdxTrdPos[kiNbTrd] = {10, 10, 10, 10, 10} |
Definition at line 88 of file feb15/current/FileListDef.h.
Int_t iChIdxPmtNeg[kiNbPmt] = {0, 1, 2, 4, 5, 0, 1, 2, 3, 4, 5} |
Definition at line 79 of file feb15/current/FileListDef.h.
Int_t iChIdxRpcNeg[kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5} |
Definition at line 69 of file feb15/current/FileListDef.h.
Int_t iChIdxRpcPos[kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5} |
Definition at line 72 of file feb15/current/FileListDef.h.
Int_t iChIdxTrdNeg[kiNbTrd] = {0, 1, 1, 1, 1} |
Definition at line 86 of file feb15/current/FileListDef.h.
Int_t iChIdxTrdPos[kiNbTrd] = {0, 1, 2, 3, 4} |
Definition at line 89 of file feb15/current/FileListDef.h.
Int_t iSlotPmtNeg[kiNbPmt] = {4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5} |
Definition at line 77 of file feb15/current/FileListDef.h.
Int_t iSlotRpcNeg[kiNbRpc] = {0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1} |
Definition at line 67 of file feb15/current/FileListDef.h.
Int_t iSlotRpcPos[kiNbRpc] = {2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3} |
Definition at line 70 of file feb15/current/FileListDef.h.
Int_t iSlotTrdNeg[kiNbTrd] = {6, 6, 6, 6, 6} |
Definition at line 84 of file feb15/current/FileListDef.h.
Int_t iSlotTrdPos[kiNbTrd] = {7, 7, 7, 7, 7} |
Definition at line 87 of file feb15/current/FileListDef.h.
const Double_t kdNoSpillDiamThr = 1e-5 |
Definition at line 93 of file feb15/current/FileListDef.h.
const Double_t kdSpillDiamThr = 1e-4 |
Definition at line 92 of file feb15/current/FileListDef.h.
const Int_t kiNbBoardsUsed = 8 |
Definition at line 57 of file feb15/current/FileListDef.h.
const Int_t kiNbFiles = 3 + 2 + 4 + 2 + 2 + 5 + 12 + 3 + 2 |
Definition at line 45 of file feb15/current/FileListDef.h.
const Int_t kiNbPmt = 11 |
Definition at line 75 of file feb15/current/FileListDef.h.
const Int_t kiNbRpc = 12 |
Definition at line 64 of file feb15/current/FileListDef.h.
const Int_t kiNbTrd = 5 |
Definition at line 82 of file feb15/current/FileListDef.h.
const Int_t kiPmtOffset = 20 |
Definition at line 74 of file feb15/current/FileListDef.h.
Int_t kiSlotIndex[kiNbBoardsUsed] = {0, 4, 2, 6, 13, 14, 8, 10} |
Definition at line 59 of file feb15/current/FileListDef.h.
std::streampos kiSlotSzOff[kiNbBoardsUsed] = {0, 0, 0, 0, 2, 2, 0, 1} |
Definition at line 61 of file feb15/current/FileListDef.h.
const Int_t kiSpillDistSec = 30 |
Definition at line 91 of file feb15/current/FileListDef.h.
const Int_t kiTrdOffset = 40 |
Definition at line 81 of file feb15/current/FileListDef.h.
const TString ksFilesDay[kiNbFiles] |
Definition at line 46 of file feb15/current/FileListDef.h.
const TString ksFilesHour[kiNbFiles] |
Definition at line 51 of file feb15/current/FileListDef.h.
TString sChNamePmt[kiNbPmt] = {"HFL", "HFR", "calo", "HBL", "HBR", "BFL", "BFR", "BBL", "BBR", "PMT5", "Dia_PMT"} |
Definition at line 76 of file feb15/current/FileListDef.h.
TString sChNameRpc[kiNbRpc] |
Definition at line 65 of file feb15/current/FileListDef.h.
TString sChNameTrd[kiNbTrd] = {"T_2010", "T_2012_1", "T_2012_2", "T_2012_3", "T_2012_4"} |
Definition at line 83 of file feb15/current/FileListDef.h.