41 const Int_t
kiNbFiles = 3 + 2 + 4 + 2 + 2 + 5 + 12 + 3 + 2;
43 "240215",
"240215",
"240215",
"250215",
"250215",
"260215",
"260215",
44 "260215",
"260215",
"270215",
"270215",
"280215",
"280215",
"010315",
45 "010315",
"010315",
"010315",
"010315",
"020315",
"020315",
"020315",
46 "020315",
"020315",
"020315",
"020315",
"020315",
"020315",
"020315",
47 "020315",
"020315",
"030315",
"030315",
"030315",
"040315",
"040315"};
49 "0957",
"1941",
"2224",
"1026",
"2024",
"0018",
"0949",
"1420",
"1831",
50 "0930",
"1715",
"1401",
"2133",
"0947",
"1509",
"1512",
"2022",
"2332",
51 "1102",
"1417",
"1940",
"2002",
"2025",
"2032",
"2045",
"2056",
"2144",
52 "2202",
"2228",
"2248",
"0141",
"1423",
"2214",
"0252",
"1717"};
75 Int_t
iSlotRpcNeg[
kiNbRpc] = {0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1};
76 Int_t
iBdIdxRpcNeg[
kiNbRpc] = {0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4};
77 Int_t
iChIdxRpcNeg[
kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5};
78 Int_t
iSlotRpcPos[
kiNbRpc] = {2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3};
79 Int_t
iBdIdxRpcPos[
kiNbRpc] = {2, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6};
80 Int_t
iChIdxRpcPos[
kiNbRpc] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5};
95 Int_t
iSlotPmtNeg[
kiNbPmt] = {4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5};
96 Int_t
iBdIdxPmtNeg[
kiNbPmt] = {13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14};
97 Int_t
iChIdxPmtNeg[
kiNbPmt] = {0, 1, 2, 4, 5, 0, 1, 2, 3, 4, 5};
118 cout <<
"Please provide a detector index, a data, a start time and a stop "
121 cout <<
"Example: root -l \'XXXXXXXX.C( 3, \"2015-03-04 19:30:00\", "
122 "\"2015-03-04 20:00:00\", \"YYY.root\" )\' "
124 cout <<
"or within root: .x currentConv.C( 1 ) " << endl;
125 cout <<
"Possible detector values are: " << endl;
126 cout <<
" 0 for HD RPC-P3 " << endl;
127 cout <<
" 1 for HD RPC-P2 " << endl;
128 cout <<
" 2 for HD RPC-P5 " << endl;
129 cout <<
" 3 for USTC " << endl;
130 cout <<
" 4 for TSU Strip " << endl;
131 cout <<
" 5 for TSU PAD " << endl;
132 cout <<
" 6 for BUC ref " << endl;
133 cout <<
" 7 for BUC 2013 " << endl;
134 cout <<
" 8 for BUC 2012 #1 " << endl;
135 cout <<
" 9 for BUC 2012 #2 " << endl;
136 cout <<
"10 for BUC 2012 #3 " << endl;
137 cout <<
"11 for BUC 2012 #4 " << endl;
138 cout <<
"-----------------" << endl;
139 cout <<
"20 for PMT Top Front Left" << endl;
140 cout <<
"21 for PMT Top Front Right" << endl;
141 cout <<
"22 for Pb Calorimeter" << endl;
142 cout <<
"23 for PMT Top Back Left" << endl;
143 cout <<
"24 for PMT Top Back Right" << endl;
144 cout <<
"25 for PMT Bot Front Left" << endl;
145 cout <<
"26 for PMT Bot Front Right" << endl;
146 cout <<
"27 for PMT Bot Back Left" << endl;
147 cout <<
"28 for PMT Top Back Right" << endl;
148 cout <<
"29 for PMT5" << endl;
149 cout <<
"30 for PMT Diamond" << endl;
150 cout <<
"-----------------" << endl;
151 cout <<
"40 for TRD 2010" << endl;
152 cout <<
"41 for TRD 2012 Neg or TRD 2012 #1 Pos" << endl;
153 cout <<
"42 for TRD 2012 Neg or TRD 2012 #2 Pos" << endl;
154 cout <<
"43 for TRD 2012 Neg or TRD 2012 #3 Pos" << endl;
155 cout <<
"44 for TRD 2012 Neg or TRD 2012 #4 Pos" << endl;
156 cout <<
"-----------------" << endl;
157 cout <<
"The date format is: YYYYMMDD" << endl;
158 cout <<
"The time format is: HHMM" << endl;