CbmRoot
|
Go to the source code of this file.
Functions | |
void | PrintHelp () |
Variables | |
const Int_t | kiNbFiles = 1 + 2 + 1 + 1 + 3 |
const TString | ksFilesDay [kiNbFiles] = {"261115", "271115", "271115", "281115", "291115", "301115", "301115", "301115"} |
const TString | ksFilesHour [kiNbFiles] = {"1820", "1142", "1901", "0803", "1602", "0030", "1046", "2019"} |
const Int_t | kiNbBoardsUsed = 8 |
Int_t | kiSlotIndex [kiNbBoardsUsed] = {0, 2, 4, 6, 8, 10, 13, 14} |
std::streampos | kiSlotSzOff [kiNbBoardsUsed] = {0, 0, 0, 0, 0, 1, 2, 2} |
const Int_t | kiNbRpc = 17 |
TString | sChNameRpc [kiNbRpc] |
Int_t | iSlotRpcNeg [kiNbRpc] = {0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 4, 4, 4, 4, 4} |
Int_t | iBdIdxRpcNeg [kiNbRpc] = {0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4, 8, 8, 8, 8, 8} |
Int_t | iChIdxRpcNeg [kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 4, 5} |
Int_t | iSlotRpcPos [kiNbRpc] = {1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5} |
Int_t | iBdIdxRpcPos [kiNbRpc] = {2, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6, 10, 10, 10, 10, 10} |
Int_t | iChIdxRpcPos [kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 4, 5} |
const Int_t | kiPmtOffset = 20 |
const Int_t | kiNbPmt = 10 |
TString | sChNamePmt [kiNbPmt] = {"PMT1", "PMT2", "PMT3", "PMT4", "BFL", "BFR", "BBL", "BBR", "PMT5", "Dia_PMT"} |
Int_t | iSlotPmtNeg [kiNbPmt] = {6, 6, 6, 6, 7, 7, 7, 7, 7, 7} |
Int_t | iBdIdxPmtNeg [kiNbPmt] = {13, 13, 13, 13, 14, 14, 14, 14, 14, 14} |
Int_t | iChIdxPmtNeg [kiNbPmt] = {0, 1, 4, 5, 0, 1, 2, 3, 4, 5} |
const Int_t | kiTrdOffset = 40 |
const Int_t | kiNbTrd = 0 |
const Int_t | kiSpillDistSec = 30 |
const Double_t | kdSpillDiamThr = 1e-4 |
const Double_t | kdNoSpillDiamThr = 1e-5 |
void PrintHelp | ( | ) |
Definition at line 75 of file nov15/current/FileListDef.h.
Int_t iBdIdxPmtNeg[kiNbPmt] = {13, 13, 13, 13, 14, 14, 14, 14, 14, 14} |
Definition at line 56 of file nov15/current/FileListDef.h.
Int_t iBdIdxRpcNeg[kiNbRpc] = {0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4, 8, 8, 8, 8, 8} |
Definition at line 46 of file nov15/current/FileListDef.h.
Int_t iBdIdxRpcPos[kiNbRpc] = {2, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6, 10, 10, 10, 10, 10} |
Definition at line 49 of file nov15/current/FileListDef.h.
Int_t iChIdxPmtNeg[kiNbPmt] = {0, 1, 4, 5, 0, 1, 2, 3, 4, 5} |
Definition at line 57 of file nov15/current/FileListDef.h.
Int_t iChIdxRpcNeg[kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 4, 5} |
Definition at line 47 of file nov15/current/FileListDef.h.
Int_t iChIdxRpcPos[kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 4, 5} |
Definition at line 50 of file nov15/current/FileListDef.h.
Int_t iSlotPmtNeg[kiNbPmt] = {6, 6, 6, 6, 7, 7, 7, 7, 7, 7} |
Definition at line 55 of file nov15/current/FileListDef.h.
Int_t iSlotRpcNeg[kiNbRpc] = {0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 4, 4, 4, 4, 4} |
Definition at line 45 of file nov15/current/FileListDef.h.
Int_t iSlotRpcPos[kiNbRpc] = {1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5} |
Definition at line 48 of file nov15/current/FileListDef.h.
const Double_t kdNoSpillDiamThr = 1e-5 |
Definition at line 73 of file nov15/current/FileListDef.h.
const Double_t kdSpillDiamThr = 1e-4 |
Definition at line 72 of file nov15/current/FileListDef.h.
const Int_t kiNbBoardsUsed = 8 |
Definition at line 34 of file nov15/current/FileListDef.h.
const Int_t kiNbFiles = 1 + 2 + 1 + 1 + 3 |
Definition at line 29 of file nov15/current/FileListDef.h.
const Int_t kiNbPmt = 10 |
Definition at line 53 of file nov15/current/FileListDef.h.
const Int_t kiNbRpc = 17 |
Definition at line 41 of file nov15/current/FileListDef.h.
const Int_t kiNbTrd = 0 |
Definition at line 60 of file nov15/current/FileListDef.h.
const Int_t kiPmtOffset = 20 |
Definition at line 52 of file nov15/current/FileListDef.h.
Int_t kiSlotIndex[kiNbBoardsUsed] = {0, 2, 4, 6, 8, 10, 13, 14} |
Definition at line 36 of file nov15/current/FileListDef.h.
std::streampos kiSlotSzOff[kiNbBoardsUsed] = {0, 0, 0, 0, 0, 1, 2, 2} |
Definition at line 38 of file nov15/current/FileListDef.h.
const Int_t kiSpillDistSec = 30 |
Definition at line 71 of file nov15/current/FileListDef.h.
const Int_t kiTrdOffset = 40 |
Definition at line 59 of file nov15/current/FileListDef.h.
const TString ksFilesDay[kiNbFiles] = {"261115", "271115", "271115", "281115", "291115", "301115", "301115", "301115"} |
Definition at line 30 of file nov15/current/FileListDef.h.
const TString ksFilesHour[kiNbFiles] = {"1820", "1142", "1901", "0803", "1602", "0030", "1046", "2019"} |
Definition at line 31 of file nov15/current/FileListDef.h.
TString sChNamePmt[kiNbPmt] = {"PMT1", "PMT2", "PMT3", "PMT4", "BFL", "BFR", "BBL", "BBR", "PMT5", "Dia_PMT"} |
Definition at line 54 of file nov15/current/FileListDef.h.
TString sChNameRpc[kiNbRpc] |
Definition at line 42 of file nov15/current/FileListDef.h.