1 |
#include <PamLevel2.h> |
#include <PamLevel2.h> |
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
///////////////////////////////////////////////////////////////////////////// |
6 |
|
///////////////////////////////////////////////////////////////////////////// |
7 |
|
///////////////////////////////////////////////////////////////////////////// |
8 |
|
///////////////////////////////////////////////////////////////////////////// |
9 |
|
|
10 |
|
void GPamela::Clear(){ |
11 |
|
Irun = 0; |
12 |
|
Ievnt = 0; |
13 |
|
Ipa = 0; |
14 |
|
X0 = 0.; |
15 |
|
Y0 = 0.; |
16 |
|
Z0 = 0.; |
17 |
|
Theta = 0.; |
18 |
|
Phi = 0.; |
19 |
|
P0 = 0.; |
20 |
|
Nthtof = 0; |
21 |
|
Nthcat = 0; |
22 |
|
Nthcas = 0; |
23 |
|
Nthspe = 0; |
24 |
|
Nstrpx = 0; |
25 |
|
Nstrpy = 0; |
26 |
|
Nthcali = 0; |
27 |
|
Nthcal = 0; |
28 |
|
Nthnd = 0; |
29 |
|
Nthcard = 0; |
30 |
|
} |
31 |
|
|
32 |
|
void GPamela::Delete(){ |
33 |
|
|
34 |
|
Clear(); |
35 |
|
|
36 |
|
delete [] Ipltof; |
37 |
|
delete [] Ipaddle; |
38 |
|
delete [] Ipartof; |
39 |
|
delete [] Xintof; |
40 |
|
delete [] Yintof; |
41 |
|
delete [] Zintof; |
42 |
|
delete [] Xouttof; |
43 |
|
delete [] Youttof; |
44 |
|
delete [] Zouttof; |
45 |
|
delete [] Ereltof; |
46 |
|
delete [] Timetof; |
47 |
|
delete [] Pathtof; |
48 |
|
delete [] P0tof; |
49 |
|
delete [] Iparcat; |
50 |
|
delete [] Icat; |
51 |
|
delete [] Xincat; |
52 |
|
delete [] Yincat; |
53 |
|
delete [] Zincat; |
54 |
|
delete [] Xoutcat; |
55 |
|
delete [] Youtcat; |
56 |
|
delete [] Zoutcat; |
57 |
|
delete [] Erelcat; |
58 |
|
delete [] Timecat; |
59 |
|
delete [] Pathcat; |
60 |
|
delete [] P0cat; |
61 |
|
delete [] Iparcas; |
62 |
|
delete [] Icas; |
63 |
|
delete [] Xincas; |
64 |
|
delete [] Yincas; |
65 |
|
delete [] Zincas; |
66 |
|
delete [] Xoutcas; |
67 |
|
delete [] Youtcas; |
68 |
|
delete [] Zoutcas; |
69 |
|
delete [] Erelcas; |
70 |
|
delete [] Timecas; |
71 |
|
delete [] Pathcas; |
72 |
|
delete [] P0cas; |
73 |
|
delete [] Iparspe; |
74 |
|
delete [] Itrpb; |
75 |
|
delete [] Itrsl; |
76 |
|
delete [] Itspa; |
77 |
|
delete [] Xinspe; |
78 |
|
delete [] Yinspe; |
79 |
|
delete [] Zinspe; |
80 |
|
delete [] Xoutspe; |
81 |
|
delete [] Youtspe; |
82 |
|
delete [] Zoutspe; |
83 |
|
delete [] Xavspe; |
84 |
|
delete [] Yavspe; |
85 |
|
delete [] Zavspe; |
86 |
|
delete [] Erelspe; |
87 |
|
delete [] Pathspe; |
88 |
|
delete [] P0spe; |
89 |
|
delete [] Nxmult; |
90 |
|
delete [] Nymult; |
91 |
|
delete [] Npstripx; |
92 |
|
delete [] Ntstripx; |
93 |
|
delete [] Istripx; |
94 |
|
delete [] Qstripx; |
95 |
|
delete [] Xstripx; |
96 |
|
delete [] Npstripy; |
97 |
|
delete [] Ntstripy; |
98 |
|
delete [] Istripy; |
99 |
|
delete [] Qstripy; |
100 |
|
delete [] Ystripy; |
101 |
|
delete [] Icaplane; |
102 |
|
delete [] Icastrip; |
103 |
|
delete [] Icamod; |
104 |
|
delete [] Enestrip; |
105 |
|
delete [] Icapl; |
106 |
|
delete [] Icasi; |
107 |
|
delete [] Icast; |
108 |
|
delete [] Xincal; |
109 |
|
delete [] Yincal; |
110 |
|
delete [] Zincal; |
111 |
|
delete [] Erelcal; |
112 |
|
delete [] Itubend; |
113 |
|
delete [] Iparnd; |
114 |
|
delete [] Xinnd; |
115 |
|
delete [] Yinnd; |
116 |
|
delete [] Zinnd; |
117 |
|
delete [] Xoutnd; |
118 |
|
delete [] Youtnd; |
119 |
|
delete [] Zoutnd; |
120 |
|
delete [] Erelnd; |
121 |
|
delete [] Timend; |
122 |
|
delete [] Pathnd; |
123 |
|
delete [] P0nd; |
124 |
|
delete [] Iparcard; |
125 |
|
delete [] Icard; |
126 |
|
delete [] Xincard; |
127 |
|
delete [] Yincard; |
128 |
|
delete [] Zincard; |
129 |
|
delete [] Xoutcard; |
130 |
|
delete [] Youtcard; |
131 |
|
delete [] Zoutcard; |
132 |
|
delete [] Erelcard; |
133 |
|
delete [] Timecard; |
134 |
|
delete [] Pathcard; |
135 |
|
delete [] P0card; |
136 |
|
|
137 |
|
|
138 |
|
}; |
139 |
|
|
140 |
|
|
141 |
|
|
142 |
|
void GPamela::SetBranchAddress( TChain* fhBookTree ){ |
143 |
|
|
144 |
|
// cout << "fhBookTree "<<fhBookTree << endl; |
145 |
|
// prepare tree |
146 |
|
fhBookTree->SetBranchAddress("Irun",&Irun); |
147 |
|
fhBookTree->SetBranchAddress("Ievnt",&Ievnt); |
148 |
|
fhBookTree->SetBranchAddress("Ipa",&Ipa); |
149 |
|
fhBookTree->SetBranchAddress("X0",&X0); |
150 |
|
fhBookTree->SetBranchAddress("Y0",&Y0); |
151 |
|
fhBookTree->SetBranchAddress("Z0",&Z0); |
152 |
|
fhBookTree->SetBranchAddress("Theta",&Theta); |
153 |
|
fhBookTree->SetBranchAddress("Phi",&Phi); |
154 |
|
fhBookTree->SetBranchAddress("P0",&P0); |
155 |
|
fhBookTree->SetBranchAddress("Nthtof",&Nthtof); |
156 |
|
fhBookTree->SetBranchAddress("Ipltof",Ipltof); |
157 |
|
fhBookTree->SetBranchAddress("Ipaddle",Ipaddle); |
158 |
|
fhBookTree->SetBranchAddress("Ipartof",Ipartof); |
159 |
|
fhBookTree->SetBranchAddress("Xintof",Xintof); |
160 |
|
fhBookTree->SetBranchAddress("Yintof",Yintof); |
161 |
|
fhBookTree->SetBranchAddress("Zintof",Zintof); |
162 |
|
fhBookTree->SetBranchAddress("Xouttof",Xouttof); |
163 |
|
fhBookTree->SetBranchAddress("Youttof",Youttof); |
164 |
|
fhBookTree->SetBranchAddress("Zouttof",Zouttof); |
165 |
|
fhBookTree->SetBranchAddress("Ereltof",Ereltof); |
166 |
|
fhBookTree->SetBranchAddress("Timetof",Timetof); |
167 |
|
fhBookTree->SetBranchAddress("Pathtof",Pathtof); |
168 |
|
fhBookTree->SetBranchAddress("P0tof",P0tof); |
169 |
|
fhBookTree->SetBranchAddress("Nthcat",&Nthcat); |
170 |
|
fhBookTree->SetBranchAddress("Iparcat",Iparcat); |
171 |
|
fhBookTree->SetBranchAddress("Icat",Icat); |
172 |
|
fhBookTree->SetBranchAddress("Xincat",Xincat); |
173 |
|
fhBookTree->SetBranchAddress("Yincat",Yincat); |
174 |
|
fhBookTree->SetBranchAddress("Zincat",Zincat); |
175 |
|
fhBookTree->SetBranchAddress("Xoutcat",Xoutcat); |
176 |
|
fhBookTree->SetBranchAddress("Youtcat",Youtcat); |
177 |
|
fhBookTree->SetBranchAddress("Zoutcat",Zoutcat); |
178 |
|
fhBookTree->SetBranchAddress("Erelcat",Erelcat); |
179 |
|
fhBookTree->SetBranchAddress("Timecat",Timecat); |
180 |
|
fhBookTree->SetBranchAddress("Pathcat",Pathcat); |
181 |
|
fhBookTree->SetBranchAddress("P0cat",P0cat); |
182 |
|
fhBookTree->SetBranchAddress("Nthcas",&Nthcas); |
183 |
|
fhBookTree->SetBranchAddress("Iparcas",Iparcas); |
184 |
|
fhBookTree->SetBranchAddress("Icas",Icas); |
185 |
|
fhBookTree->SetBranchAddress("Xincas",Xincas); |
186 |
|
fhBookTree->SetBranchAddress("Yincas",Yincas); |
187 |
|
fhBookTree->SetBranchAddress("Zincas",Zincas); |
188 |
|
fhBookTree->SetBranchAddress("Xoutcas",Xoutcas); |
189 |
|
fhBookTree->SetBranchAddress("Youtcas",Youtcas); |
190 |
|
fhBookTree->SetBranchAddress("Zoutcas",Zoutcas); |
191 |
|
fhBookTree->SetBranchAddress("Erelcas",Erelcas); |
192 |
|
fhBookTree->SetBranchAddress("Timecas",Timecas); |
193 |
|
fhBookTree->SetBranchAddress("Pathcas",Pathcas); |
194 |
|
fhBookTree->SetBranchAddress("P0cas",P0cas); |
195 |
|
fhBookTree->SetBranchAddress("Nthspe",&Nthspe); |
196 |
|
fhBookTree->SetBranchAddress("Iparspe",Iparspe); |
197 |
|
fhBookTree->SetBranchAddress("Itrpb",Itrpb); |
198 |
|
fhBookTree->SetBranchAddress("Itrsl",Itrsl); |
199 |
|
fhBookTree->SetBranchAddress("Itspa",Itspa); |
200 |
|
fhBookTree->SetBranchAddress("Xinspe",Xinspe); |
201 |
|
fhBookTree->SetBranchAddress("Yinspe",Yinspe); |
202 |
|
fhBookTree->SetBranchAddress("Zinspe",Zinspe); |
203 |
|
fhBookTree->SetBranchAddress("Xoutspe",Xoutspe); |
204 |
|
fhBookTree->SetBranchAddress("Youtspe",Youtspe); |
205 |
|
fhBookTree->SetBranchAddress("Zoutspe",Zoutspe); |
206 |
|
fhBookTree->SetBranchAddress("Xavspe",Xavspe); |
207 |
|
fhBookTree->SetBranchAddress("Yavspe",Yavspe); |
208 |
|
fhBookTree->SetBranchAddress("Zavspe",Zavspe); |
209 |
|
fhBookTree->SetBranchAddress("Erelspe",Erelspe); |
210 |
|
fhBookTree->SetBranchAddress("Pathspe",Pathspe); |
211 |
|
fhBookTree->SetBranchAddress("P0spe",P0spe); |
212 |
|
fhBookTree->SetBranchAddress("Nxmult",Nxmult); |
213 |
|
fhBookTree->SetBranchAddress("Nymult",Nymult); |
214 |
|
fhBookTree->SetBranchAddress("Nstrpx",&Nstrpx); |
215 |
|
fhBookTree->SetBranchAddress("Npstripx",Npstripx); |
216 |
|
fhBookTree->SetBranchAddress("Ntstripx",Ntstripx); |
217 |
|
fhBookTree->SetBranchAddress("Istripx",Istripx); |
218 |
|
fhBookTree->SetBranchAddress("Qstripx",Qstripx); |
219 |
|
fhBookTree->SetBranchAddress("Xstripx",Xstripx); |
220 |
|
fhBookTree->SetBranchAddress("Nstrpy",&Nstrpy); |
221 |
|
fhBookTree->SetBranchAddress("Npstripy",Npstripy); |
222 |
|
fhBookTree->SetBranchAddress("Ntstripy",Ntstripy); |
223 |
|
fhBookTree->SetBranchAddress("Istripy",Istripy); |
224 |
|
fhBookTree->SetBranchAddress("Qstripy",Qstripy); |
225 |
|
fhBookTree->SetBranchAddress("Ystripy",Ystripy); |
226 |
|
fhBookTree->SetBranchAddress("Nthcali",&Nthcali); |
227 |
|
fhBookTree->SetBranchAddress("Icaplane",Icaplane); |
228 |
|
fhBookTree->SetBranchAddress("Icastrip",Icastrip); |
229 |
|
fhBookTree->SetBranchAddress("Icamod",Icamod); |
230 |
|
fhBookTree->SetBranchAddress("Enestrip",Enestrip); |
231 |
|
fhBookTree->SetBranchAddress("Nthcal",&Nthcal); |
232 |
|
fhBookTree->SetBranchAddress("Icapl",Icapl); |
233 |
|
fhBookTree->SetBranchAddress("Icasi",Icasi); |
234 |
|
fhBookTree->SetBranchAddress("Icast",Icast); |
235 |
|
fhBookTree->SetBranchAddress("Xincal",Xincal); |
236 |
|
fhBookTree->SetBranchAddress("Yincal",Yincal); |
237 |
|
fhBookTree->SetBranchAddress("Zincal",Zincal); |
238 |
|
fhBookTree->SetBranchAddress("Erelcal",Erelcal); |
239 |
|
fhBookTree->SetBranchAddress("Nthnd",&Nthnd); |
240 |
|
fhBookTree->SetBranchAddress("Itubend",Itubend); |
241 |
|
fhBookTree->SetBranchAddress("Iparnd",Iparnd); |
242 |
|
fhBookTree->SetBranchAddress("Xinnd",Xinnd); |
243 |
|
fhBookTree->SetBranchAddress("Yinnd",Yinnd); |
244 |
|
fhBookTree->SetBranchAddress("Zinnd",Zinnd); |
245 |
|
fhBookTree->SetBranchAddress("Xoutnd",Xoutnd); |
246 |
|
fhBookTree->SetBranchAddress("Youtnd",Youtnd); |
247 |
|
fhBookTree->SetBranchAddress("Zoutnd",Zoutnd); |
248 |
|
fhBookTree->SetBranchAddress("Erelnd",Erelnd); |
249 |
|
fhBookTree->SetBranchAddress("Timend",Timend); |
250 |
|
fhBookTree->SetBranchAddress("Pathnd",Pathnd); |
251 |
|
fhBookTree->SetBranchAddress("P0nd",P0nd); |
252 |
|
fhBookTree->SetBranchAddress("Nthcard",&Nthcard); |
253 |
|
fhBookTree->SetBranchAddress("Iparcard",Iparcard); |
254 |
|
fhBookTree->SetBranchAddress("Icard",Icard); |
255 |
|
fhBookTree->SetBranchAddress("Xincard",Xincard); |
256 |
|
fhBookTree->SetBranchAddress("Yincard",Yincard); |
257 |
|
fhBookTree->SetBranchAddress("Zincard",Zincard); |
258 |
|
fhBookTree->SetBranchAddress("Xoutcard",Xoutcard); |
259 |
|
fhBookTree->SetBranchAddress("Youtcard",Youtcard); |
260 |
|
fhBookTree->SetBranchAddress("Zoutcard",Zoutcard); |
261 |
|
fhBookTree->SetBranchAddress("Erelcard",Erelcard); |
262 |
|
fhBookTree->SetBranchAddress("Timecard",Timecard); |
263 |
|
fhBookTree->SetBranchAddress("Pathcard",Pathcard); |
264 |
|
fhBookTree->SetBranchAddress("P0card",P0card); |
265 |
|
|
266 |
|
// fhBookTree->SetBranchStatus("*",0); |
267 |
|
|
268 |
|
} |
269 |
|
|
270 |
|
ClassImp(GPamela); |
271 |
|
|
272 |
|
///////////////////////////////////////////////////////////////////////////// |
273 |
|
///////////////////////////////////////////////////////////////////////////// |
274 |
|
///////////////////////////////////////////////////////////////////////////// |
275 |
|
///////////////////////////////////////////////////////////////////////////// |
276 |
//-------------------------------------- |
//-------------------------------------- |
277 |
// |
// |
278 |
// |
// |
284 |
trk_track = 0; |
trk_track = 0; |
285 |
calo_track = 0; |
calo_track = 0; |
286 |
tof_track = 0; |
tof_track = 0; |
287 |
|
orb_track = 0; |
288 |
candeleteobj = 0; |
candeleteobj = 0; |
289 |
|
pscore = 0; |
290 |
|
iscore = 0; |
291 |
}; |
}; |
292 |
//-------------------------------------- |
//-------------------------------------- |
293 |
// |
// |
296 |
/** |
/** |
297 |
* Constructor |
* Constructor |
298 |
*/ |
*/ |
299 |
PamTrack::PamTrack(TrkTrack* t, CaloTrkVar* c, ToFTrkVar* o){ |
PamTrack::PamTrack(TrkTrack* t, CaloTrkVar* c, ToFTrkVar* o, OrbitalInfoTrkVar *r){ |
300 |
|
|
301 |
trk_track = 0; |
trk_track = 0; |
302 |
calo_track = 0; |
calo_track = 0; |
303 |
tof_track = 0; |
tof_track = 0; |
304 |
|
orb_track = 0; |
305 |
// if(t)trk_track = new TrkTrack(*t); |
// if(t)trk_track = new TrkTrack(*t); |
306 |
// if(c)calo_track = new CaloTrkVar(*c); |
// if(c)calo_track = new CaloTrkVar(*c); |
307 |
// if(o)tof_track = new ToFTrkVar(*o); |
// if(o)tof_track = new ToFTrkVar(*o); |
308 |
if(t)trk_track = t; |
if(t)trk_track = t; |
309 |
if(c)calo_track = c; |
if(c)calo_track = c; |
310 |
if(o)tof_track = o; |
if(o)tof_track = o; |
311 |
|
if(r)orb_track = r; |
312 |
candeleteobj = 0; |
candeleteobj = 0; |
313 |
|
|
314 |
}; |
}; |
317 |
TrkTrack *t = track.trk_track; |
TrkTrack *t = track.trk_track; |
318 |
CaloTrkVar *c = track.calo_track; |
CaloTrkVar *c = track.calo_track; |
319 |
ToFTrkVar *o = track.tof_track; |
ToFTrkVar *o = track.tof_track; |
320 |
|
OrbitalInfoTrkVar *r = track.orb_track; |
321 |
|
|
322 |
trk_track = 0; |
trk_track = 0; |
323 |
calo_track = 0; |
calo_track = 0; |
324 |
tof_track = 0; |
tof_track = 0; |
325 |
|
orb_track = 0; |
326 |
if(t)trk_track = new TrkTrack(*t); |
if(t)trk_track = new TrkTrack(*t); |
327 |
if(c)calo_track = new CaloTrkVar(*c); |
if(c)calo_track = new CaloTrkVar(*c); |
328 |
if(o)tof_track = new ToFTrkVar(*o); |
if(o)tof_track = new ToFTrkVar(*o); |
329 |
|
if(r)orb_track = new OrbitalInfoTrkVar(*r); |
330 |
candeleteobj = 1; |
candeleteobj = 1; |
331 |
|
|
332 |
} |
} |
337 |
if(trk_track) trk_track->TrkTrack::Clear(); |
if(trk_track) trk_track->TrkTrack::Clear(); |
338 |
if(calo_track) calo_track->CaloTrkVar::Clear();//??? |
if(calo_track) calo_track->CaloTrkVar::Clear();//??? |
339 |
if(tof_track) tof_track->ToFTrkVar::Clear();//??? |
if(tof_track) tof_track->ToFTrkVar::Clear();//??? |
340 |
|
if(orb_track) orb_track->OrbitalInfoTrkVar::Clear();//??? |
341 |
}else{ |
}else{ |
342 |
trk_track = 0; |
trk_track = 0; |
343 |
calo_track = 0; |
calo_track = 0; |
344 |
tof_track = 0; |
tof_track = 0; |
345 |
|
orb_track = 0; |
346 |
} |
} |
347 |
|
pscore = 0; |
348 |
|
iscore = 0; |
349 |
|
|
350 |
} |
} |
351 |
void PamTrack::Delete(){ |
void PamTrack::Delete(){ |
352 |
// cout << "PamTrack::Delete() "<<candeleteobj<<endl; |
// cout << "PamTrack::Delete() "<<candeleteobj<<endl; |
363 |
tof_track->ToFTrkVar::Clear();//??? |
tof_track->ToFTrkVar::Clear();//??? |
364 |
delete tof_track; |
delete tof_track; |
365 |
} |
} |
366 |
|
if(orb_track){ |
367 |
|
orb_track->OrbitalInfoTrkVar::Clear();//??? |
368 |
|
delete orb_track; |
369 |
|
} |
370 |
}else{ |
}else{ |
371 |
Clear(); |
Clear(); |
372 |
} |
} |
379 |
* Default Constructor |
* Default Constructor |
380 |
*/ |
*/ |
381 |
PamLevel2::PamLevel2(){ |
PamLevel2::PamLevel2(){ |
382 |
Initialize(); |
Initialize(); |
383 |
}; |
}; |
384 |
|
|
385 |
/** |
/** |
386 |
* Constructor with given dir, list and detectors |
* Constructor |
387 |
|
* @param ddir Name of directory where level2 files are stored. |
388 |
|
* @param list Name of an ascii file containing the list of file names |
389 |
|
* @param detlist Options to chose what to load. |
390 |
|
* Possible options are: |
391 |
|
* +AUTO --> load all trees/branches in the input files |
392 |
|
* +(-)ALL --> inlcude(exclude) all trees/branches |
393 |
|
* +(-)TRK1+(-)TRK2+(-)CAL1+(-)CAL2+(-)TOF+(-)TRG+(-)ND+(-)S4+(-)ORB+(-)AC --> inlcude(exclude) trees and branches |
394 |
|
* +(-)TRK0 --> include(exclude) tracker level0 tree |
395 |
|
* +(-)GP --> include exclude GPAMELA output tree |
396 |
|
* If no options are specified, the default is assumed. Default is: |
397 |
|
* +TRK2+CAL2+CAL1+TOF+TRG+ND+AC+S4+ORB |
398 |
*/ |
*/ |
399 |
PamLevel2::PamLevel2(TString ddir,TString list,TString detlist){ |
PamLevel2::PamLevel2(TString ddir,TString list,TString detlist){ |
400 |
Initialize(); |
Initialize(); |
401 |
GetPamTree(GetListOfLevel2Files(ddir,list),detlist); |
TList* listf = GetListOfLevel2Files(ddir,list); |
402 |
GetRunTree(GetListOfLevel2Files(ddir,list)); |
GetPamTree(listf,detlist); |
403 |
|
GetRunTree(listf); |
404 |
}; |
}; |
405 |
|
|
406 |
/** |
/** |
407 |
* Constructor with given dir and list |
* Constructor |
408 |
|
* @param ddir Name of directory where level2 files are stored. |
409 |
|
* @param list Name of an ascii file containing the list of file names |
410 |
|
* Default trees/branches are loaded. Default is: |
411 |
|
* +TRK2+CAL2+CAL1+TOF+TRG+ND+AC+S4+ORB |
412 |
*/ |
*/ |
413 |
PamLevel2::PamLevel2(TString ddir,TString list){ |
PamLevel2::PamLevel2(TString ddir,TString list){ |
414 |
Initialize(); |
Initialize(); |
415 |
GetPamTree(GetListOfLevel2Files(ddir,list),""); |
TList* listf = GetListOfLevel2Files(ddir,list); |
416 |
GetRunTree(GetListOfLevel2Files(ddir,list)); |
GetPamTree(listf,""); |
417 |
|
GetRunTree(listf); |
418 |
}; |
}; |
419 |
|
|
420 |
|
|
421 |
void PamLevel2::Initialize(){ |
void PamLevel2::Initialize(){ |
422 |
|
|
|
// trk2_obj = TrkLevel2::GetTrkLevel2(); |
|
|
// trk1_obj = TrkLevel1::GetTrkLevel1(); |
|
|
// trkh_obj = TrkHough::GetTrkHough(); |
|
|
// calo1_obj = CaloLevel1::GetCaloLevel1(); |
|
|
// calo2_obj = CaloLevel2::GetCaloLevel2(); |
|
|
// tof_obj = ToFLevel2::GetToFLevel2(); |
|
|
// trig_obj = TrigLevel2::GetTrigLevel2(); |
|
|
// s4_obj = S4Level2::GetS4Level2(); |
|
|
// nd_obj = NDLevel2::GetNDLevel2(); |
|
|
// ac_obj = AcLevel2::GetAcLevel2(); |
|
|
// orb_obj = OrbitalInfo::GetOrbitalInfo(); |
|
|
|
|
423 |
h0_obj = 0; |
h0_obj = 0; |
424 |
trk0_obj = 0; |
trk0_obj = 0; |
425 |
calo0_obj = 0; |
calo0_obj = 0; |
435 |
nd_obj = 0; |
nd_obj = 0; |
436 |
ac_obj = 0; |
ac_obj = 0; |
437 |
orb_obj = 0; |
orb_obj = 0; |
438 |
|
gp_obj = 0; |
439 |
|
|
440 |
run_obj = 0;//new GL_RUN(); |
run_obj = 0;//new GL_RUN(); |
441 |
soft_obj = 0;// Emiliano |
soft_obj = 0;// Emiliano |
442 |
irun = -1LL; |
irun = -1LL; |
443 |
|
irunt = -1LL; |
444 |
runfirstentry = 0LL; |
runfirstentry = 0LL; |
445 |
runlastentry = 0LL; |
runlastentry = 0LL; |
446 |
|
|
450 |
dbc = 0; |
dbc = 0; |
451 |
|
|
452 |
prevshift = 0; |
prevshift = 0; |
453 |
|
maxshift = 10; //EMILIANO |
454 |
|
|
455 |
run_tree = NULL; |
run_tree = NULL; |
456 |
run_tree_clone = NULL; |
run_tree_clone = NULL; |
461 |
pam_tree = NULL; |
pam_tree = NULL; |
462 |
for(Int_t i=0; i<NCLONES; i++ )pam_tree_clone[i]=NULL; |
for(Int_t i=0; i<NCLONES; i++ )pam_tree_clone[i]=NULL; |
463 |
|
|
464 |
|
totdltime[0] = 0LL; |
465 |
|
totdltime[1] = 0LL; |
466 |
|
totdltime[2] = 0LL; |
467 |
|
|
468 |
host = "mysql://localhost/pamelaprod"; |
host = "mysql://localhost/pamelaprod"; |
469 |
user = "anonymous"; |
user = "anonymous"; |
470 |
psw = ""; |
psw = ""; |
487 |
CAL2 = true; |
CAL2 = true; |
488 |
TRK2 = true; |
TRK2 = true; |
489 |
TRK1 = false; |
TRK1 = false; |
490 |
TRKh = false; |
TRK0 = false; |
491 |
TRKh = false; |
TRKh = false; |
492 |
TRG = true; |
TRG = true; |
493 |
TOF = true; |
TOF = true; |
495 |
S4 = true; |
S4 = true; |
496 |
ND = true; |
ND = true; |
497 |
AC = true; |
AC = true; |
498 |
ORB = true; |
ORB = true; |
499 |
|
GP = false; |
500 |
|
|
501 |
RUN = true; |
RUN = true; |
502 |
|
|
503 |
SELLI = -1; |
SELLI = -1; |
504 |
|
|
505 |
|
ISGP = false; |
506 |
|
|
507 |
|
DBG = false; |
508 |
|
|
509 |
tsorted=0; |
tsorted=0; |
510 |
timage=0; |
timage=0; |
511 |
|
|
537 |
if(nd_obj) delete nd_obj; |
if(nd_obj) delete nd_obj; |
538 |
if(ac_obj) delete ac_obj; |
if(ac_obj) delete ac_obj; |
539 |
if(orb_obj) delete orb_obj; |
if(orb_obj) delete orb_obj; |
540 |
|
if(gp_obj) delete gp_obj; |
541 |
|
|
542 |
if(tsorted){ |
if(tsorted){ |
543 |
tsorted->Delete(); |
tsorted->Delete(); |
556 |
if(l0_file)l0_file->Close(); |
if(l0_file)l0_file->Close(); |
557 |
// if(pam_tree)pam_tree->Delete();; |
// if(pam_tree)pam_tree->Delete();; |
558 |
|
|
559 |
if ( pam_tree ){ |
if ( pam_tree ){ |
560 |
// |
// |
561 |
// we have first to find which chains we have to delete, then delete the main chain and only after delete the friend chains. Any other order causes a segfault... |
// we have first to find which chains we have to delete, then delete the main chain and only after delete the friend chains. Any other order causes a segfault... |
562 |
// |
// |
563 |
TList *temp = pam_tree->GetListOfFriends(); |
TList *temp = pam_tree->GetListOfFriends(); |
564 |
TList *contents = new TList; // create chain friend list |
TList *contents = new TList; // create chain friend list |
565 |
contents->SetOwner(); |
contents->SetOwner(); |
566 |
TIter next(temp); |
TIter next(temp); |
567 |
TChain *questo = 0; |
TChain *questo = 0; |
568 |
while ( (questo = (TChain*) next()) ){ |
while ( (questo = (TChain*) next()) ){ |
569 |
TString name = questo->GetName(); |
TString name = questo->GetName(); |
570 |
contents->Add((TChain*)gROOT->FindObject(name.Data()));// add object to the list |
contents->Add((TChain*)gROOT->FindObject(name.Data()));// add object to the list |
571 |
}; |
}; |
572 |
// |
// |
573 |
// deleting the main chain |
// deleting the main chain |
574 |
// |
// |
575 |
pam_tree->Delete(); |
pam_tree->Delete(); |
576 |
// |
// |
577 |
// deleting the friends... |
// deleting the friends... |
578 |
// |
// |
579 |
TIter next2(contents); |
TIter next2(contents); |
580 |
TChain *questa = 0; |
TChain *questa = 0; |
581 |
while ( questa = (TChain*)next2() ){ |
while ( questa = (TChain*)next2() ){ |
582 |
TString name = questa->GetName(); |
TString name = questa->GetName(); |
583 |
questa->Delete(); |
questa->Delete(); |
584 |
questa=NULL; |
questa=NULL; |
585 |
|
}; |
586 |
|
// |
587 |
}; |
}; |
588 |
// |
pam_tree = NULL; |
|
}; |
|
|
pam_tree = NULL; |
|
589 |
|
|
590 |
if(run_tree)run_tree->Delete();; |
if(run_tree)run_tree->Delete();; |
591 |
if(sel_tree)sel_tree->Delete();; |
if(sel_tree)sel_tree->Delete();; |
593 |
if(run_tree_clone)run_tree_clone->Delete();; |
if(run_tree_clone)run_tree_clone->Delete();; |
594 |
if(sel_tree_clone)sel_tree_clone->Delete();; |
if(sel_tree_clone)sel_tree_clone->Delete();; |
595 |
|
|
596 |
|
if(irunoffset) delete [] irunoffset; |
597 |
|
|
598 |
}; |
}; |
599 |
|
|
626 |
if(nd_obj) nd_obj->Clear(); |
if(nd_obj) nd_obj->Clear(); |
627 |
if(ac_obj) ac_obj->Clear(); |
if(ac_obj) ac_obj->Clear(); |
628 |
if(orb_obj) orb_obj->Clear(); |
if(orb_obj) orb_obj->Clear(); |
629 |
|
if(gp_obj) gp_obj->Clear(); |
630 |
|
|
631 |
// if(sorted_tracks)sorted_tracks->Clear(); |
// if(sorted_tracks)sorted_tracks->Clear(); |
632 |
// sorted_tracks.Clear(); |
// sorted_tracks.Clear(); |
640 |
}; |
}; |
641 |
|
|
642 |
void PamLevel2::Reset(){ |
void PamLevel2::Reset(){ |
|
// |
|
|
// First of all clear everything |
|
|
// |
|
|
Clear(); |
|
|
// |
|
|
// close and reset chains and pointers |
|
|
// |
|
|
if ( pam_tree ){ |
|
643 |
// |
// |
644 |
// we have first to find which chains we have to delete, then delete the main chain and only after delete the friend chains. Any other order causes a segfault... |
// First of all clear everything |
645 |
|
// |
646 |
|
Clear(); |
647 |
|
// |
648 |
|
// close and reset chains and pointers |
649 |
|
// |
650 |
|
if ( pam_tree ){ |
651 |
|
// |
652 |
|
// we have first to find which chains we have to delete, then delete the main chain and only after delete the friend chains. Any other order causes a segfault... |
653 |
|
// |
654 |
|
TList *temp = pam_tree->GetListOfFriends(); |
655 |
|
TList *contents = new TList; // create chain friend list |
656 |
|
contents->SetOwner(); |
657 |
|
TIter next(temp); |
658 |
|
TChain *questo = 0; |
659 |
|
while ( (questo = (TChain*) next()) ){ |
660 |
|
TString name = questo->GetName(); |
661 |
|
contents->Add((TChain*)gROOT->FindObject(name.Data()));// add object to the list |
662 |
|
}; |
663 |
|
// |
664 |
|
// deleting the main chain |
665 |
|
// |
666 |
|
pam_tree->Delete(); |
667 |
|
// |
668 |
|
// deleting the friends... |
669 |
|
// |
670 |
|
TIter next2(contents); |
671 |
|
TChain *questa = 0; |
672 |
|
while ( questa = (TChain*)next2() ){ |
673 |
|
TString name = questa->GetName(); |
674 |
|
questa->Delete(); |
675 |
|
questa=NULL; |
676 |
|
}; |
677 |
|
// |
678 |
|
}; |
679 |
|
pam_tree = NULL; |
680 |
|
// |
681 |
|
if(run_tree)run_tree->Delete();; |
682 |
|
run_tree = NULL; |
683 |
|
if(sel_tree)sel_tree->Delete();; |
684 |
|
sel_tree = NULL; |
685 |
|
// |
686 |
|
// Close file |
687 |
|
// |
688 |
|
if(l0_file)l0_file->Close("R"); |
689 |
|
l0_file = NULL; |
690 |
|
// |
691 |
|
h0_obj = 0; |
692 |
|
trk0_obj = 0; |
693 |
|
calo0_obj = 0; |
694 |
|
// |
695 |
|
trk2_obj = 0; |
696 |
|
trk1_obj = 0; |
697 |
|
trkh_obj = 0; |
698 |
|
calo1_obj = 0; |
699 |
|
calo2_obj = 0; |
700 |
|
tof_obj = 0; |
701 |
|
trig_obj = 0; |
702 |
|
s4_obj = 0; |
703 |
|
nd_obj = 0; |
704 |
|
ac_obj = 0; |
705 |
|
orb_obj = 0; |
706 |
|
gp_obj = 0; |
707 |
|
// |
708 |
|
// Reset run pointers |
709 |
|
// |
710 |
|
run_obj = 0;//new GL_RUN(); |
711 |
|
soft_obj = 0;// Emiliano |
712 |
|
irun = -1; |
713 |
|
irunt = -1; |
714 |
|
runfirstentry = 0ULL; |
715 |
|
runlastentry = 0ULL; |
716 |
|
// |
717 |
|
totdltime[0] = 0LL; |
718 |
|
totdltime[1] = 0LL; |
719 |
|
totdltime[2] = 0LL; |
720 |
// |
// |
|
TList *temp = pam_tree->GetListOfFriends(); |
|
|
TList *contents = new TList; // create chain friend list |
|
|
contents->SetOwner(); |
|
|
TIter next(temp); |
|
|
TChain *questo = 0; |
|
|
while ( (questo = (TChain*) next()) ){ |
|
|
TString name = questo->GetName(); |
|
|
contents->Add((TChain*)gROOT->FindObject(name.Data()));// add object to the list |
|
|
}; |
|
|
// |
|
|
// deleting the main chain |
|
|
// |
|
|
pam_tree->Delete(); |
|
|
// |
|
|
// deleting the friends... |
|
|
// |
|
|
TIter next2(contents); |
|
|
TChain *questa = 0; |
|
|
while ( questa = (TChain*)next2() ){ |
|
|
TString name = questa->GetName(); |
|
|
questa->Delete(); |
|
|
questa=NULL; |
|
|
}; |
|
|
// |
|
|
}; |
|
|
pam_tree = NULL; |
|
|
// |
|
|
if(run_tree)run_tree->Delete();; |
|
|
run_tree = NULL; |
|
|
if(sel_tree)sel_tree->Delete();; |
|
|
sel_tree = NULL; |
|
|
// |
|
|
// Close file |
|
|
// |
|
|
if(l0_file)l0_file->Close("R"); |
|
|
l0_file = NULL; |
|
|
// |
|
|
h0_obj = 0; |
|
|
trk0_obj = 0; |
|
|
calo0_obj = 0; |
|
|
// |
|
|
trk2_obj = 0; |
|
|
trk1_obj = 0; |
|
|
trkh_obj = 0; |
|
|
calo1_obj = 0; |
|
|
calo2_obj = 0; |
|
|
tof_obj = 0; |
|
|
trig_obj = 0; |
|
|
s4_obj = 0; |
|
|
nd_obj = 0; |
|
|
ac_obj = 0; |
|
|
orb_obj = 0; |
|
|
// |
|
|
// Reset run pointers |
|
|
// |
|
|
run_obj = 0;//new GL_RUN(); |
|
|
soft_obj = 0;// Emiliano |
|
|
irun = -1; |
|
|
runfirstentry = 0ULL; |
|
|
runlastentry = 0ULL; |
|
|
// |
|
721 |
}; |
}; |
722 |
|
|
723 |
Bool_t PamLevel2::IsGood(){ |
Bool_t PamLevel2::IsGood(){ |
724 |
Bool_t goodev=true; |
Bool_t goodev=true; |
725 |
// if(trk2_obj && trk2_obj->UnpackError() != 0 ) goodev = false; |
// if(trk2_obj && trk2_obj->UnpackError() != 0 ) goodev = false; |
726 |
if(calo2_obj && calo2_obj->good != 1) goodev = false; |
if(calo2_obj && calo2_obj->good != 1) goodev = false; |
727 |
if(tof_obj && tof_obj->unpackError != 0) goodev = false; |
if(tof_obj && tof_obj->unpackError != 0) goodev = false; |
728 |
if(trig_obj && trig_obj->unpackError != 0) goodev = false; |
if(trig_obj && trig_obj->unpackError != 0) goodev = false; |
729 |
if(s4_obj && s4_obj->unpackError != 0) goodev = false; |
if(s4_obj && s4_obj->unpackError != 0) goodev = false; |
730 |
if(nd_obj && nd_obj->unpackError != 0) goodev = false; |
if(nd_obj && nd_obj->unpackError != 0) goodev = false; |
731 |
if(ac_obj && ac_obj->unpackError != 255) goodev = false; |
if(ac_obj && ac_obj->unpackError != 255) goodev = false; |
732 |
// if(orb_obj) |
// if(orb_obj) |
733 |
return goodev; |
return goodev; |
734 |
}; |
}; |
735 |
|
|
736 |
//-------------------------------------- |
//-------------------------------------- |
797 |
if(!orb_obj) orb_obj = new OrbitalInfo(); |
if(!orb_obj) orb_obj = new OrbitalInfo(); |
798 |
return &orb_obj; |
return &orb_obj; |
799 |
}; |
}; |
800 |
|
if(!objname.CompareTo("GPamela")){ |
801 |
|
if(!gp_obj) gp_obj = new GPamela(); |
802 |
|
return &gp_obj; |
803 |
|
}; |
804 |
|
|
805 |
if(!objname.CompareTo("RunInfo"))return &run_obj; |
if(!objname.CompareTo("RunInfo"))return &run_obj; |
806 |
|
|
816 |
* Retrieves the calorimeter track matching the seqno-th tracker stored track. |
* Retrieves the calorimeter track matching the seqno-th tracker stored track. |
817 |
* (If seqno = -1 retrieves the self-trigger calorimeter track) |
* (If seqno = -1 retrieves the self-trigger calorimeter track) |
818 |
*/ |
*/ |
819 |
CaloTrkVar *PamLevel2::GetCaloStoredTrack(int seqno){ |
CaloTrkVar *PamLevel2::GetCaloStoredTrack(int seqno){ |
820 |
|
|
821 |
|
if( !calo2_obj )return 0; |
822 |
|
|
823 |
|
if( calo2_obj->CaloLevel2::ntrk()==0 ){ |
824 |
|
cout << "PamLevel2::GetCaloStoredTrack(int) : requested tracker SeqNo "<< seqno <<" but no Calorimeter tracks are stored"<<endl; |
825 |
|
return NULL; |
826 |
|
}; |
827 |
|
|
828 |
|
CaloTrkVar *c = 0; |
829 |
|
Int_t it_calo=0; |
830 |
|
|
831 |
if( !calo2_obj )return 0; |
do{ |
832 |
|
c = calo2_obj->CaloLevel2::GetCaloTrkVar(it_calo); |
833 |
|
it_calo++; |
834 |
|
} while( c && seqno != c->trkseqno && it_calo < calo2_obj->CaloLevel2::ntrk()); |
835 |
|
|
836 |
|
if(!c || seqno != c->trkseqno){ |
837 |
|
c = 0; |
838 |
|
if(seqno!=-1)cout << "PamLevel2::GetCaloStoredTrack(int) : requested tracker SeqNo "<< seqno <<" does not match Calorimeter stored tracks"<<endl; |
839 |
|
}; |
840 |
|
return c; |
841 |
|
|
842 |
|
}; |
843 |
|
//-------------------------------------- |
844 |
|
// |
845 |
|
// |
846 |
|
//-------------------------------------- |
847 |
|
/** |
848 |
|
* Retrieves the ToF track matching the seqno-th tracker stored track. |
849 |
|
* (If seqno = -1 retrieves the tracker-independent tof track) |
850 |
|
*/ |
851 |
|
ToFTrkVar *PamLevel2::GetToFStoredTrack(int seqno){ |
852 |
|
|
853 |
|
if( !tof_obj )return 0; |
854 |
|
|
855 |
if( calo2_obj->CaloLevel2::ntrk()==0 ){ |
if( tof_obj->ToFLevel2::ntrk()==0 ){ |
856 |
cout << "PamLevel2::GetCaloStoredTrack(int) : requested tracker SeqNo "<< seqno <<" but no Calorimeter tracks are stored"<<endl; |
cout << "PamLevel2::GetToFStoredTrack(int) : requested tracker SeqNo "<< seqno <<" but no ToF tracks are stored"<<endl; |
857 |
return NULL; |
return NULL; |
858 |
}; |
}; |
859 |
|
|
860 |
CaloTrkVar *c = 0; |
ToFTrkVar *c = 0; |
861 |
Int_t it_calo=0; |
Int_t it_tof=0; |
862 |
|
|
863 |
do{ |
do{ |
864 |
c = calo2_obj->CaloLevel2::GetCaloTrkVar(it_calo); |
c = tof_obj->ToFLevel2::GetToFTrkVar(it_tof); |
865 |
it_calo++; |
it_tof++; |
866 |
} while( c && seqno != c->trkseqno && it_calo < calo2_obj->CaloLevel2::ntrk()); |
} while( c && seqno != c->trkseqno && it_tof < tof_obj->ToFLevel2::ntrk()); |
867 |
|
|
868 |
if(!c || seqno != c->trkseqno){ |
if(!c || seqno != c->trkseqno){ |
869 |
c = 0; |
c = 0; |
870 |
if(seqno!=-1)cout << "PamLevel2::GetCaloStoredTrack(int) : requested tracker SeqNo "<< seqno <<" does not match Calorimeter stored tracks"<<endl; |
if(seqno!=-1)cout << "PamLevel2::GetToFStoredTrack(int) : requested tracker SeqNo "<< seqno <<" does not match ToF stored tracks"<<endl; |
871 |
}; |
}; |
872 |
return c; |
return c; |
873 |
|
|
874 |
}; |
}; |
875 |
|
|
876 |
//-------------------------------------- |
//-------------------------------------- |
877 |
// |
// |
878 |
// |
// |
879 |
//-------------------------------------- |
//-------------------------------------- |
880 |
/** |
/** |
881 |
* Retrieves the ToF track matching the seqno-th tracker stored track. |
* Retrieves the OrbitalInfo track matching the seqno-th tracker stored track. |
882 |
* (If seqno = -1 retrieves the tracker-independent tof track) |
* (If seqno = -1 retrieves the tracker-independent tof related track) |
883 |
*/ |
*/ |
884 |
ToFTrkVar *PamLevel2::GetToFStoredTrack(int seqno){ |
OrbitalInfoTrkVar *PamLevel2::GetOrbitalInfoStoredTrack(int seqno){ |
885 |
|
|
886 |
if( !tof_obj )return 0; |
if( !orb_obj )return 0; |
887 |
|
|
888 |
if( tof_obj->ToFLevel2::ntrk()==0 ){ |
if( orb_obj->OrbitalInfo::ntrk()==0 ){ |
889 |
cout << "PamLevel2::GetToFStoredTrack(int) : requested tracker SeqNo "<< seqno <<" but no ToF tracks are stored"<<endl; |
cout << "PamLevel2::GetOrbitalInfoStoredTrack(int) : requested tracker SeqNo "<< seqno <<" but no OrbitalInfo tracks are stored"<<endl; |
890 |
return NULL; |
return NULL; |
891 |
}; |
}; |
892 |
|
|
893 |
ToFTrkVar *c = 0; |
OrbitalInfoTrkVar *c = 0; |
894 |
Int_t it_tof=0; |
Int_t it_tof=0; |
895 |
|
|
896 |
do{ |
do{ |
897 |
c = tof_obj->ToFLevel2::GetToFTrkVar(it_tof); |
c = orb_obj->OrbitalInfo::GetOrbitalInfoTrkVar(it_tof); |
898 |
it_tof++; |
it_tof++; |
899 |
} while( c && seqno != c->trkseqno && it_tof < tof_obj->ToFLevel2::ntrk()); |
} while( c && seqno != c->trkseqno && it_tof < orb_obj->OrbitalInfo::ntrk()); |
900 |
|
|
901 |
if(!c || seqno != c->trkseqno){ |
if(!c || seqno != c->trkseqno){ |
902 |
c = 0; |
c = 0; |
903 |
if(seqno!=-1)cout << "PamLevel2::GetToFStoredTrack(int) : requested tracker SeqNo "<< seqno <<" does not match ToF stored tracks"<<endl; |
if(seqno!=-1)cout << "PamLevel2::GetOrbitalInfoStoredTrack(int) : requested tracker SeqNo "<< seqno <<" does not match OrbitalInfo stored tracks"<<endl; |
904 |
}; |
}; |
905 |
return c; |
return c; |
906 |
|
|
907 |
}; |
}; |
908 |
|
|
909 |
//-------------------------------------- |
//-------------------------------------- |
910 |
// |
// |
911 |
// |
// |
912 |
//-------------------------------------- |
//-------------------------------------- |
913 |
/** |
/** |
914 |
* Give the pamela track associated to a tracker track, retrieving related calorimeter and tof track information. |
* Give the pamela track associated to a tracker track, retrieving related calorimeter, orbitalinfo and tof track information. |
915 |
*/ |
*/ |
916 |
PamTrack* PamLevel2::GetPamTrackAlong(TrkTrack* t){ |
PamTrack* PamLevel2::GetPamTrackAlong(TrkTrack* t){ |
917 |
|
|
918 |
cout <<"PamLevel2::GetPamTrackAlong(TrkTrack* t) **obsolete** "<<endl; |
cout <<"PamLevel2::GetPamTrackAlong(TrkTrack* t) **obsolete** "<<endl; |
919 |
cout <<"(if you use it, remember to delete the PamTrack object)"<<endl; |
cout <<"(if you use it, remember to delete the PamTrack object)"<<endl; |
920 |
|
|
921 |
CaloTrkVar *c = 0; |
CaloTrkVar *c = 0; |
922 |
ToFTrkVar *o = 0; |
ToFTrkVar *o = 0; |
923 |
|
OrbitalInfoTrkVar *r = 0; |
924 |
|
|
925 |
if(CAL2) c = GetCaloStoredTrack(t->GetSeqNo()); |
if(CAL2) c = GetCaloStoredTrack(t->GetSeqNo()); |
926 |
if(TOF) o = GetToFStoredTrack(t->GetSeqNo()); |
if(TOF) o = GetToFStoredTrack(t->GetSeqNo()); |
927 |
|
if(ORB) r = GetOrbitalInfoStoredTrack(t->GetSeqNo()); |
928 |
|
|
929 |
// if(t && c && o)track = new PamTrack(t,c,o); |
// if(t && c && o)track = new PamTrack(t,c,o); |
930 |
PamTrack *track = new PamTrack(t,c,o); |
PamTrack *track = new PamTrack(t,c,o,r); |
931 |
|
|
932 |
return track; |
return track; |
933 |
|
|
934 |
}; |
}; |
935 |
//-------------------------------------- |
//-------------------------------------- |
936 |
// |
// |
937 |
// |
// |
945 |
PamTrack* PamLevel2::GetStoredTrack(Int_t itrk){ |
PamTrack* PamLevel2::GetStoredTrack(Int_t itrk){ |
946 |
|
|
947 |
cout <<"PamLevel2::GetStoredTrack(Int_t itrk) **to-be-updated** "<<endl; |
cout <<"PamLevel2::GetStoredTrack(Int_t itrk) **to-be-updated** "<<endl; |
948 |
cout <<"for the moment, better use separately the methods: TrkLevel2::GetStoredTrack(seqno) CaloLevel2::GetCaloTrkVar(Int_t notrack) ToFLevel2::GetToFTrkVar(Int_t notrack)"<<endl; |
cout <<"for the moment, better use separately the methods: TrkLevel2::GetStoredTrack(seqno) CaloLevel2::GetCaloTrkVar(Int_t notrack) ToFLevel2::GetToFTrkVar(Int_t notrack) OrbitalInfo::GetOrbitalInfoTrkVar(Int_t notrack)"<<endl; |
949 |
cout <<"(if you use it, remember to delete the PamTrack object)"<<endl; |
cout <<"(if you use it, remember to delete the PamTrack object)"<<endl; |
950 |
PamTrack *track = 0; |
PamTrack *track = 0; |
951 |
|
|
967 |
// |
// |
968 |
|
|
969 |
/** |
/** |
970 |
* Sort physical (tracker) tracks and stores them in the TRefArray (of TrkTrack objects) which pointer is PamLevel2::sorted_tracks. Left here as backward compatibility method. |
* Sort physical (tracker) tracks. Left here as backward compatibility method. |
971 |
**/ |
**/ |
972 |
void PamLevel2::SortTracks(TString how){ |
void PamLevel2::SortTracks(TString how){ |
973 |
printf(" WARNING! obsolete, use SortTracks() and SetSortingMethod(TString) instead! \n Setting sorting method to %s \n",how.Data()); |
printf(" WARNING! obsolete, use SortTracks() and SetSortingMethod(TString) instead! \n Setting sorting method to %s \n",how.Data()); |
974 |
howtosort = how; |
howtosort = how; |
975 |
SortTracks(); |
SortTracks(); |
976 |
}; |
}; |
977 |
|
|
978 |
// |
// |
979 |
//-------------------------------------- |
//-------------------------------------- |
980 |
/** |
/** |
981 |
* Sort physical (tracker) tracks and stores them in the TRefArray (of TrkTrack objects) which pointer is PamLevel2::sorted_tracks. |
* Sort physical (tracker) tracks. |
982 |
* @param how String to set the sorting cryterium (es: "CAL" or "TRK+CAL+TOF" ecc...). |
* @param how String to set the sorting cryterium (es: "CAL" or "TRK+CAL+TOF" ecc...). |
983 |
* Sorting cryteria: |
* Sorting cryteria: |
984 |
* TRK: lower chi**2 |
* TRK: lower chi**2 |
985 |
* CAL: lower Y spatial residual on the first calorimeter plane |
* CAL: lower Y spatial residual on the first calorimeter plane |
986 |
* TOF: bigger numebr of hit PMTs along the track, on S12 S21 S32 (where paddles are along the Y axis). |
* TOF: bigger numebr of hit PMTs along the track, on S12 S21 S32 (where paddles are along the Y axis). |
987 |
|
* S1: (ask Emiliano) |
988 |
|
* S2: (ask Emiliano) |
989 |
|
* S3: (ask Emiliano) |
990 |
|
* GP: more GP hits |
991 |
* The default sorting cryterium is "TOF+CAL". |
* The default sorting cryterium is "TOF+CAL". |
992 |
* |
* |
993 |
* The total number of physical tracks is always given by GetNTracks() and the it-th physical track can be retrieved by means of the methods GetTrack(int it) and GetTrack(int it, TString how). |
* The total number of physical tracks is always given by GetNTracks() and the it-th physical track can be retrieved by means of the methods GetTrack(int it) and GetTrack(int it, TString how). |
994 |
*/ |
*/ |
995 |
void PamLevel2::SortTracks(){ |
void PamLevel2::SortTracks(){ |
996 |
TString how = howtosort; |
TString how = howtosort; |
|
|
|
|
// cout <<" PamLevel2::SortTracks(TString how) "<<endl; |
|
|
if( !trk2_obj ){ |
|
|
cout << "void PamLevel2::SortTracks(): TrkLevel2 not loaded !!!"; |
|
|
return; |
|
|
}; |
|
|
// cout << "call SortTracs() "<<endl; |
|
|
//Save current Object count |
|
|
Int_t ObjectNumber = TProcessID::GetObjectCount(); |
|
|
|
|
|
// cout << "ObjectNumber "<<ObjectNumber <<endl; |
|
|
|
|
|
// if(!sorted_tracks)sorted_tracks = new TRefArray(); |
|
|
// sorted_tracks->Clear(); |
|
|
// sorted_tracks.Clear(); |
|
|
|
|
|
if(!tsorted)tsorted = new TClonesArray("PamTrack",trk2_obj->GetNTracks()); |
|
|
tsorted->Delete(); |
|
|
TClonesArray &ttsorted = *tsorted; |
|
|
if(!timage)timage = new TClonesArray("PamTrack",trk2_obj->GetNTracks()); |
|
|
timage->Delete(); |
|
|
TClonesArray &ttimage = *timage; |
|
|
|
|
|
|
|
|
// loop over the tracks sorted by the tracker |
|
|
Bool_t use_TRK = how.Contains("TRK", TString::kIgnoreCase); |
|
|
Bool_t use_CAL = how.Contains("CAL", TString::kIgnoreCase); |
|
|
Bool_t use_TOF = how.Contains("TOF", TString::kIgnoreCase); |
|
|
|
|
|
if( !CAL2 && use_CAL) use_CAL = false; |
|
|
if( !TOF && use_TOF) use_TOF = false; |
|
|
|
|
|
if( !TRK2 ){ |
|
|
// cout << "SortTracks() : without tracker does not work!!! (not yet)" << endl; |
|
|
return; |
|
|
}; |
|
|
|
|
|
// cout << "use_CAL "<<use_CAL<<" use_TOF "<<use_TOF<<" use_TRK "<<use_TRK <<endl; |
|
|
|
|
|
for(Int_t i=0; i < trk2_obj->TrkLevel2::GetNTracks(); i++){ |
|
|
|
|
|
TrkTrack *ts = 0; |
|
|
CaloTrkVar *cs = 0; |
|
|
ToFTrkVar *os = 0; |
|
|
|
|
|
// get tracker tracks |
|
|
TrkTrack *tp = trk2_obj->TrkLevel2::GetTrack(i); //tracker |
|
|
CaloTrkVar *cp = GetCaloStoredTrack(tp->GetSeqNo()); |
|
|
ToFTrkVar *op = GetToFStoredTrack(tp->GetSeqNo()); |
|
|
|
|
|
TrkTrack *ti = 0; //tracker (image) |
|
|
CaloTrkVar *ci = 0; |
|
|
ToFTrkVar *oi = 0; |
|
|
// cout << "trk track n. "<<i << " "<<hex<< tp <<dec<< endl; |
|
|
// if track has an image, check image selection |
|
|
if(tp->HasImage()){ |
|
|
|
|
|
ti = trk2_obj->TrkLevel2::GetTrackImage(i); //tracker (image) |
|
|
ci = GetCaloStoredTrack(ti->GetSeqNo()); |
|
|
oi = GetToFStoredTrack(ti->GetSeqNo()); |
|
|
|
|
|
// cout << "its image "<<i << " "<<hex<< ti <<dec<< endl; |
|
997 |
|
|
998 |
//assign starting scores |
// cout <<" PamLevel2::SortTracks(TString how) "<<endl; |
999 |
Int_t tp_score = 0; //main track sorted by the tracker |
if( !trk2_obj ){ |
1000 |
Int_t ti_score = 0; //image track |
cout << "void PamLevel2::SortTracks(): TrkLevel2 not loaded !!!"; |
|
|
|
|
// ------------------------ |
|
|
// calorimeter check |
|
|
// ------------------------ |
|
|
// check the Y spatial residual on the first calorimeter plane |
|
|
// (cut on calorimeter variables from Emiliano) |
|
|
if( use_CAL && !calo2_obj ){ |
|
|
cout << "void PamLevel2::SortTracks(): howtosort= "<<how<<" but CaloLevel2 not loaded !!!"; |
|
1001 |
return; |
return; |
1002 |
}; |
}; |
1003 |
if( |
//Save current Object count |
1004 |
use_CAL && |
Int_t ObjectNumber = TProcessID::GetObjectCount(); |
|
calo2_obj->npcfit[1] > 5 && //no. of fit planes on Y view |
|
|
calo2_obj->varcfit[1] < 1000. && //fit variance on Y view |
|
|
cp && ci && |
|
|
true){ |
|
1005 |
|
|
1006 |
|
// create TCloneArrays to store tracks and its images |
1007 |
Float_t resy_p = cp->tbar[0][1] - calo2_obj->cbar[0][1]; if(resy_p < 0)resy_p= - resy_p; |
if(!tsorted)tsorted = new TClonesArray("PamTrack",trk2_obj->GetNTracks()); |
1008 |
Float_t resy_i = ci->tbar[0][1] - calo2_obj->cbar[0][1]; if(resy_i < 0)resy_i= - resy_i; |
tsorted->Delete(); |
1009 |
|
TClonesArray &ttsorted = *tsorted; |
1010 |
if(resy_p <= resy_i) tp_score++; |
|
1011 |
else ti_score++; |
if(!timage)timage = new TClonesArray("PamTrack",trk2_obj->GetNTracks()); |
1012 |
|
timage->Delete(); |
1013 |
// cout << "CALO "<<tp_score<<ti_score<<endl; |
TClonesArray &ttimage = *timage; |
1014 |
|
|
1015 |
|
|
1016 |
|
|
1017 |
|
//-------------------------------------------------- |
1018 |
|
// retrieve sorting method |
1019 |
|
//-------------------------------------------------- |
1020 |
|
Bool_t use_TRK = how.Contains("TRK", TString::kIgnoreCase); |
1021 |
|
Bool_t use_CAL = how.Contains("CAL", TString::kIgnoreCase); |
1022 |
|
Bool_t use_TOF = how.Contains("TOF", TString::kIgnoreCase); |
1023 |
|
Bool_t use_S1 = how.Contains("S1", TString::kIgnoreCase); |
1024 |
|
Bool_t use_S2 = how.Contains("S2", TString::kIgnoreCase); |
1025 |
|
Bool_t use_S3 = how.Contains("S3", TString::kIgnoreCase); |
1026 |
|
Bool_t use_GP = how.Contains("GP", TString::kIgnoreCase); |
1027 |
|
|
1028 |
|
if ( use_TOF ){ |
1029 |
|
use_S1 = true; |
1030 |
|
use_S2 = true; |
1031 |
|
use_S3 = true; |
1032 |
|
}; |
1033 |
|
if( !CAL2 && use_CAL) use_CAL = false; |
1034 |
|
if( !TOF ){ |
1035 |
|
use_TOF = false; |
1036 |
|
use_S1 = false; |
1037 |
|
use_S2 = false; |
1038 |
|
use_S3 = false; |
1039 |
|
} |
1040 |
|
if( !GP ){ |
1041 |
|
use_GP = false; |
1042 |
|
} |
1043 |
|
|
1044 |
}; |
if( !TRK2 ){ |
1045 |
// ------------------------ |
cout << "SortTracks() : without tracker does not work!!! (not yet)" << endl; |
|
// TOF check |
|
|
// ------------------------ |
|
|
// check the number of hit pmts along the track |
|
|
// on S12 S21 and S32, where paddles are parallel to Y axis |
|
|
if( use_TOF && !tof_obj ){ |
|
|
cout << "void PamLevel2::SortTracks(): howtosort= "<<how<<" but ToFLevel2 not loaded !!!"; |
|
1046 |
return; |
return; |
1047 |
}; |
}; |
1048 |
if( use_TOF && op && oi ){ |
|
1049 |
|
// cout << "use_CAL "<<use_CAL<<" use_TOF "<<use_TOF<<" use_TRK "<<use_TRK <<endl; |
1050 |
// |
|
1051 |
Float_t sen = 0.; |
|
1052 |
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
//-------------------------------------------------- |
1053 |
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
// loop over "physical" tracks sorted by the tracker |
1054 |
if ( pl == 2 || pl == 3 || pl == 4 || pl == 5 ) sen += (op->dedx).At(ih); |
//-------------------------------------------------- |
1055 |
}; |
for(Int_t i=0; i < trk2_obj->TrkLevel2::GetNTracks(); i++){ |
1056 |
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
|
1057 |
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
TrkTrack *ts = 0; |
1058 |
if ( pl == 2 || pl == 3 || pl == 4 || pl == 5 ) sen += (oi->dedx).At(ih); |
CaloTrkVar *cs = 0; |
1059 |
}; |
ToFTrkVar *os = 0; |
1060 |
// |
OrbitalInfoTrkVar *rs = 0; |
1061 |
if ( sen >= sortthr ){ |
|
1062 |
//printf(" IS A NUCLEUS! en = %f \n",sen); |
// get tracker tracks |
1063 |
// |
TrkTrack *tp = trk2_obj->TrkLevel2::GetTrack(i); //tracker |
1064 |
// is a nucleus use a different algorithm |
CaloTrkVar *cp = GetCaloStoredTrack(tp->GetSeqNo()); |
1065 |
// |
ToFTrkVar *op = GetToFStoredTrack(tp->GetSeqNo()); |
1066 |
Int_t nz = 6; Float_t zin[6]; // << define TOF z-coordinates |
OrbitalInfoTrkVar *rp = GetOrbitalInfoStoredTrack(tp->GetSeqNo()); |
1067 |
for(Int_t ip=0; ip<nz; ip++) |
|
1068 |
zin[ip] = tof_obj->ToFLevel2::GetZTOF(tof_obj->ToFLevel2::GetToFPlaneID(ip)); // << read ToF plane z-coordinates |
TrkTrack *ti = 0; //tracker (image) |
1069 |
Trajectory *tr = new Trajectory(nz,zin); |
CaloTrkVar *ci = 0; |
1070 |
// |
ToFTrkVar *oi = 0; |
1071 |
Int_t nphit_p =0; |
OrbitalInfoTrkVar *ri = 0; |
1072 |
Int_t nphit_i =0; |
// cout << "trk track n. "<<i << " "<<hex<< tp <<dec<< endl; |
1073 |
Float_t enhit_p = 0.; |
// if track has an image, check image selection |
1074 |
Float_t enhit_i = 0.; |
|
1075 |
// |
Int_t tp_score = 0; //main track sorted by the tracker |
1076 |
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
Int_t ti_score = 0; //image track |
1077 |
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
Int_t totp_score = 0; //main track sorted by the tracker |
1078 |
if(pl == 1 || pl == 2 || pl == 5){ |
Int_t toti_score = 0; //image track |
1079 |
nphit_p++; |
|
1080 |
enhit_p += (op->dedx).At(ih); |
if(tp->HasImage()){ |
1081 |
}; |
|
1082 |
}; |
ti = trk2_obj->TrkLevel2::GetTrackImage(i); //tracker (image) |
1083 |
// |
ci = GetCaloStoredTrack(ti->GetSeqNo()); |
1084 |
tp->DoTrack2(tr); |
oi = GetToFStoredTrack(ti->GetSeqNo()); |
1085 |
// |
ri = GetOrbitalInfoStoredTrack(ti->GetSeqNo()); |
1086 |
if ( fabs(tr->y[0]-oi->ytofpos[0]) < 2. ){ |
|
1087 |
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
// cout << "its image "<<i << " "<<hex<< ti <<dec<< endl; |
1088 |
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
|
1089 |
if(pl == 0){ |
//assign starting scores |
1090 |
nphit_p++; |
tp_score = 0; //main track sorted by the tracker |
1091 |
enhit_p += (op->dedx).At(ih); |
ti_score = 0; //image track |
1092 |
}; |
|
1093 |
|
// ----------------------------------------------------------------------------------------- |
1094 |
|
// ***************************************************************************************** |
1095 |
|
// ----------------------------------------------------------------------------------------- |
1096 |
|
// calorimeter check |
1097 |
|
// ----------------------------------------------------------------------------------------- |
1098 |
|
if( use_CAL && !calo2_obj ){ |
1099 |
|
cout << "void PamLevel2::SortTracks(): howtosort= "<<how<<" but CaloLevel2 not loaded !!!"; |
1100 |
|
return; |
1101 |
}; |
}; |
1102 |
}; |
if( use_CAL && !cp && ci ){ |
1103 |
if ( fabs(tr->y[3]-oi->ytofpos[1]) < 2. ){ |
ti_score++; |
1104 |
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
toti_score++; |
|
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
|
|
if(pl == 3){ |
|
|
nphit_p++; |
|
|
enhit_p += (op->dedx).At(ih); |
|
|
}; |
|
1105 |
}; |
}; |
1106 |
}; |
if( use_CAL && cp && !ci ){ |
1107 |
if ( fabs(tr->y[4]-oi->ytofpos[2]) < 2. ){ |
tp_score++; |
1108 |
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
totp_score++; |
|
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
|
|
if(pl == 4){ |
|
|
nphit_p++; |
|
|
enhit_p += (op->dedx).At(ih); |
|
|
}; |
|
1109 |
}; |
}; |
1110 |
}; |
if( |
1111 |
|
use_CAL && |
1112 |
|
cp && ci && |
1113 |
|
true){ |
1114 |
|
|
1115 |
|
|
1116 |
|
if( |
1117 |
|
cp->npresh > ci->npresh && |
1118 |
|
true){ |
1119 |
|
tp_score++; |
1120 |
|
totp_score++; |
1121 |
|
}; |
1122 |
|
if( |
1123 |
|
cp->npresh < ci->npresh && |
1124 |
|
true){ |
1125 |
|
ti_score++; |
1126 |
|
toti_score++; |
1127 |
|
}; |
1128 |
|
|
1129 |
|
// cout << "CALO "<<tp_score<<ti_score<<endl; |
1130 |
|
|
|
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
|
|
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
|
|
if(pl == 1 || pl == 2 || pl == 5){ |
|
|
nphit_i++; |
|
|
enhit_i += (op->dedx).At(ih); |
|
1131 |
}; |
}; |
1132 |
}; |
// ----------------------------------------------------------------------------------------- |
1133 |
// |
// ***************************************************************************************** |
1134 |
ti->DoTrack2(tr); |
// ----------------------------------------------------------------------------------------- |
1135 |
// |
// TOF check |
1136 |
if ( fabs(tr->y[0]-oi->ytofpos[0]) < 2. ){ |
// ----------------------------------------------------------------------------------------- |
1137 |
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
// check the number of hit pmts along the track |
1138 |
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
// on S12 S21 and S32, where paddles are parallel to Y axis |
1139 |
if(pl == 0){ |
if( (use_TOF || use_S1 || use_S2 || use_S3 ) && !tof_obj ){ |
1140 |
nphit_i++; |
cout << "void PamLevel2::SortTracks(): howtosort= "<<how<<" but ToFLevel2 not loaded !!!"; |
1141 |
enhit_i += (op->dedx).At(ih); |
return; |
|
}; |
|
1142 |
}; |
}; |
1143 |
}; |
// |
1144 |
if ( fabs(tr->y[3]-oi->ytofpos[1]) < 2. ){ |
if( (use_TOF || use_S1 || use_S2 || use_S3 ) && !op && oi ){ |
1145 |
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
ti_score++; |
1146 |
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
toti_score++; |
|
if(pl == 3){ |
|
|
nphit_i++; |
|
|
enhit_i += (op->dedx).At(ih); |
|
|
}; |
|
1147 |
}; |
}; |
1148 |
}; |
if( (use_TOF || use_S1 || use_S2 || use_S3 ) && op && !oi ){ |
1149 |
if ( fabs(tr->y[4]-oi->ytofpos[2]) < 2. ){ |
tp_score++; |
1150 |
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
totp_score++; |
|
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
|
|
if(pl == 4){ |
|
|
nphit_i++; |
|
|
enhit_i += (op->dedx).At(ih); |
|
|
}; |
|
1151 |
}; |
}; |
1152 |
}; |
if( (use_TOF || use_S1 || use_S2 || use_S3 ) && op && oi ){ |
1153 |
|
// |
1154 |
|
Float_t sen = 0.; |
1155 |
|
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
1156 |
|
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
1157 |
|
if ( pl == 2 || pl == 3 || pl == 4 || pl == 5 ) sen += (op->dedx).At(ih); |
1158 |
|
}; |
1159 |
|
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
1160 |
|
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
1161 |
|
if ( pl == 2 || pl == 3 || pl == 4 || pl == 5 ) sen += (oi->dedx).At(ih); |
1162 |
|
}; |
1163 |
|
// |
1164 |
|
if ( sen >= sortthr && false){ // temporary disabled NUCLEI special algorithm since the new one should work for every particle (to be checked!) |
1165 |
|
//printf(" IS A NUCLEUS! en = %f \n",sen); |
1166 |
|
// |
1167 |
|
// is a nucleus use a different algorithm |
1168 |
|
// |
1169 |
|
Int_t nz = 6; Float_t zin[6]; // << define TOF z-coordinates |
1170 |
|
for(Int_t ip=0; ip<nz; ip++) |
1171 |
|
zin[ip] = tof_obj->ToFLevel2::GetZTOF(tof_obj->ToFLevel2::GetToFPlaneID(ip)); // << read ToF plane z-coordinates |
1172 |
|
Trajectory *tr = new Trajectory(nz,zin); |
1173 |
|
// |
1174 |
|
Int_t nphit_p =0; |
1175 |
|
Int_t nphit_i =0; |
1176 |
|
Float_t enhit_p = 0.; |
1177 |
|
Float_t enhit_i = 0.; |
1178 |
|
// |
1179 |
|
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
1180 |
|
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
1181 |
|
if(pl == 1 || pl == 2 || pl == 5){ |
1182 |
|
nphit_p++; |
1183 |
|
enhit_p += (op->dedx).At(ih); |
1184 |
|
}; |
1185 |
|
}; |
1186 |
|
// |
1187 |
|
tp->DoTrack2(tr); |
1188 |
|
// |
1189 |
|
if ( fabs(tr->y[0]-oi->ytofpos[0]) < 2. ){ |
1190 |
|
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
1191 |
|
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
1192 |
|
if(pl == 0){ |
1193 |
|
nphit_p++; |
1194 |
|
enhit_p += (op->dedx).At(ih); |
1195 |
|
}; |
1196 |
|
}; |
1197 |
|
}; |
1198 |
|
if ( fabs(tr->y[3]-oi->ytofpos[1]) < 2. ){ |
1199 |
|
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
1200 |
|
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
1201 |
|
if(pl == 3){ |
1202 |
|
nphit_p++; |
1203 |
|
enhit_p += (op->dedx).At(ih); |
1204 |
|
}; |
1205 |
|
}; |
1206 |
|
}; |
1207 |
|
if ( fabs(tr->y[4]-oi->ytofpos[2]) < 2. ){ |
1208 |
|
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
1209 |
|
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
1210 |
|
if(pl == 4){ |
1211 |
|
nphit_p++; |
1212 |
|
enhit_p += (op->dedx).At(ih); |
1213 |
|
}; |
1214 |
|
}; |
1215 |
|
}; |
1216 |
|
|
1217 |
|
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
1218 |
|
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
1219 |
|
if(pl == 1 || pl == 2 || pl == 5){ |
1220 |
|
nphit_i++; |
1221 |
|
enhit_i += (op->dedx).At(ih); |
1222 |
|
}; |
1223 |
|
}; |
1224 |
|
// |
1225 |
|
ti->DoTrack2(tr); |
1226 |
|
// |
1227 |
|
if ( fabs(tr->y[0]-oi->ytofpos[0]) < 2. ){ |
1228 |
|
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
1229 |
|
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
1230 |
|
if(pl == 0){ |
1231 |
|
nphit_i++; |
1232 |
|
enhit_i += (op->dedx).At(ih); |
1233 |
|
}; |
1234 |
|
}; |
1235 |
|
}; |
1236 |
|
if ( fabs(tr->y[3]-oi->ytofpos[1]) < 2. ){ |
1237 |
|
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
1238 |
|
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
1239 |
|
if(pl == 3){ |
1240 |
|
nphit_i++; |
1241 |
|
enhit_i += (op->dedx).At(ih); |
1242 |
|
}; |
1243 |
|
}; |
1244 |
|
}; |
1245 |
|
if ( fabs(tr->y[4]-oi->ytofpos[2]) < 2. ){ |
1246 |
|
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
1247 |
|
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
1248 |
|
if(pl == 4){ |
1249 |
|
nphit_i++; |
1250 |
|
enhit_i += (op->dedx).At(ih); |
1251 |
|
}; |
1252 |
|
}; |
1253 |
|
}; |
1254 |
|
|
1255 |
|
|
1256 |
if( |
if( |
1257 |
use_TOF && |
(use_TOF || use_S1 || use_S2 || use_S3) && |
1258 |
(nphit_p+nphit_i) !=0 && |
(nphit_p+nphit_i) !=0 && |
1259 |
true){ |
true){ |
1260 |
|
|
1261 |
// printf(" seqno %i nphit_p %i nphit_i %i enhit_p %f enhit_i %f \n",trk2_obj->TrkLevel2::GetSeqNo(i),nphit_p,nphit_i,enhit_p,enhit_i); |
// printf(" seqno %i nphit_p %i nphit_i %i enhit_p %f enhit_i %f \n",trk2_obj->TrkLevel2::GetSeqNo(i),nphit_p,nphit_i,enhit_p,enhit_i); |
1262 |
// printf(" score p %i score i %i \n",tp_score,ti_score); |
// printf(" score p %i score i %i \n",tp_score,ti_score); |
1263 |
// if( enhit_p > enhit_i ) tp_score++; |
// if( enhit_p > enhit_i ) tp_score++; |
1264 |
// if( nphit_p >= nphit_i && enhit_p > enhit_i ) tp_score++; |
// if( nphit_p >= nphit_i && enhit_p > enhit_i ) tp_score++; |
1265 |
if ( nphit_p > nphit_i ) tp_score++; |
if ( nphit_p > nphit_i ) tp_score++; |
1266 |
if ( nphit_p < nphit_i ) ti_score++; |
if ( nphit_p < nphit_i ) ti_score++; |
1267 |
if ( nphit_p == nphit_i ){ |
if ( nphit_p == nphit_i ){ |
1268 |
if ( enhit_p > enhit_i ) tp_score++; |
if ( enhit_p > enhit_i ) tp_score++; |
1269 |
else ti_score++; |
else ti_score++; |
1270 |
}; |
}; |
1271 |
// printf(" dopo score p %i score i %i \n",tp_score,ti_score); |
// printf(" dopo score p %i score i %i \n",tp_score,ti_score); |
1272 |
}; |
}; |
1273 |
delete tr; |
delete tr; |
1274 |
// |
// |
1275 |
} else { |
} else { |
1276 |
// |
// ------------- |
1277 |
// NOT a NUCLEUS |
// NOT a NUCLEUS |
1278 |
// |
// ------------- |
1279 |
//printf(" NOT a NUCLEUS! en = %f \n",sen); |
//printf(" NOT a NUCLEUS! en = %f \n",sen); |
1280 |
|
|
1281 |
Int_t nphit_p =0; |
Int_t nphit_p =0; |
1282 |
Int_t nphit_i =0; |
Int_t nphit_i =0; |
1283 |
|
|
1284 |
|
|
1285 |
/* cout << "track: npmtadc "<< op->npmtadc << endl; |
/* cout << "track: npmtadc "<< op->npmtadc << endl; |
1286 |
cout << "track: npmttdc "<< op->npmttdc << endl; |
cout << "track: npmttdc "<< op->npmttdc << endl; |
1287 |
cout << "image: npmtadc "<< oi->npmtadc << endl; |
cout << "image: npmtadc "<< oi->npmtadc << endl; |
1288 |
cout << "image: npmttdc "<< oi->npmttdc << endl;*/ |
cout << "image: npmttdc "<< oi->npmttdc << endl;*/ |
1289 |
|
|
1290 |
for (Int_t ih=0; ih < op->npmtadc; ih++){ |
// for (Int_t ih=0; ih < op->npmtadc; ih++){ |
1291 |
Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
// Int_t pl = tof_obj->GetPlaneIndex( (op->pmtadc).At(ih) ); |
1292 |
if(pl == 1 || pl == 2 || pl == 5)nphit_p++; |
// if(pl == 1 || pl == 2 || pl == 5)nphit_p++; |
1293 |
}; |
// }; |
1294 |
|
|
1295 |
for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
// for (Int_t ih=0; ih < oi->npmtadc; ih++){ |
1296 |
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
// Int_t pl = tof_obj->GetPlaneIndex( (oi->pmtadc).At(ih) ); |
1297 |
if(pl == 1 || pl == 2 || pl == 5)nphit_i++; |
// if(pl == 1 || pl == 2 || pl == 5)nphit_i++; |
1298 |
}; |
// }; |
1299 |
|
// --- modified to count tdc signals (more efficient?) |
1300 |
|
// --- and to implement check on tdcflag |
1301 |
|
for (Int_t ih=0; ih < op->npmttdc; ih++){ |
1302 |
|
Int_t pl = tof_obj->GetPlaneIndex( (op->pmttdc).At(ih) ); |
1303 |
|
// if( (op->tdcflag).At(ih)==0 && (pl == 1 || pl == 2 || pl == 5) )nphit_p++; |
1304 |
|
if ( (use_S1 && ( pl == 0 || pl == 1 )) || (use_S2 && ( pl == 2 || pl == 3 )) || (use_S3 && ( pl == 4 || pl == 5 )) ){ |
1305 |
|
if( (op->tdcflag).At(ih)==0 )nphit_p++; |
1306 |
|
}; |
1307 |
|
}; |
1308 |
|
|
1309 |
if( |
for (Int_t ih=0; ih < oi->npmttdc; ih++){ |
1310 |
use_TOF && |
Int_t pl = tof_obj->GetPlaneIndex( (oi->pmttdc).At(ih) ); |
1311 |
(nphit_p+nphit_i) !=0 && |
// if( (oi->tdcflag).At(ih)==0 && (pl == 1 || pl == 2 || pl == 5) )nphit_i++; |
1312 |
true){ |
if ( (use_S1 && ( pl == 0 || pl == 1 )) || (use_S2 && ( pl == 2 || pl == 3 )) || (use_S3 && ( pl == 4 || pl == 5 )) ){ |
1313 |
|
if( (oi->tdcflag).At(ih)==0 )nphit_i++; |
1314 |
|
}; |
1315 |
|
}; |
1316 |
|
|
1317 |
|
if( |
1318 |
|
(nphit_p+nphit_i) !=0 && |
1319 |
|
true){ |
1320 |
|
|
1321 |
if( nphit_p >= nphit_i) tp_score++; |
if ( nphit_p != nphit_i ){ |
1322 |
else ti_score++; |
totp_score += nphit_p; |
1323 |
}; |
toti_score += nphit_i; |
1324 |
}; |
tp_score+=nphit_p; |
1325 |
// cout << "TOF "<<tp_score<<ti_score<<endl; |
ti_score+=nphit_i; |
1326 |
}; |
}; |
1327 |
if(tp_score == ti_score) use_TRK = true; |
// if ( nphit_p > nphit_i) tp_score+=nphit_p; |
1328 |
// ------------------------ |
// else if( nphit_p < nphit_i) ti_score+=nphit_i; |
1329 |
// tracker check |
// else ;//niente |
1330 |
// ------------------------ |
}; |
1331 |
// chi**2 difference is not always large enough to distinguish among |
}; |
1332 |
// the real track and its image. |
// cout << "TOF "<<tp_score<<ti_score<<endl; |
1333 |
// Tracker check will be applied always when calorimeter and tof information is ambiguous. |
}; |
1334 |
if(use_TRK){ |
|
1335 |
if( tp->chi2 > 0 && tp->chi2 < ti->chi2 ) tp_score++ ; |
|
1336 |
else if( ti->chi2 > 0 && ti->chi2 < tp->chi2 ) ti_score++ ; |
// if(tp_score == ti_score) use_TRK = true; |
1337 |
// cout << "TRK "<<tp_score<<ti_score<<endl; |
|
1338 |
}; |
|
1339 |
|
// ----------------------------------------------------------------------------------------- |
1340 |
|
// ***************************************************************************************** |
1341 |
|
// ----------------------------------------------------------------------------------------- |
1342 |
|
// tracker check |
1343 |
|
// ----------------------------------------------------------------------------------------- |
1344 |
|
// chi**2 difference is not always large enough to distinguish among |
1345 |
|
// the real track and its image. |
1346 |
|
// Tracker check will be applied always when calorimeter and tof information is ambiguous. |
1347 |
|
// *** MODIFIED ON AUGUST 2007 *** |
1348 |
|
if(use_TRK){ |
1349 |
|
// if( tp->chi2 > 0 && tp->chi2 < ti->chi2 ) tp_score++ ; |
1350 |
|
// else if( ti->chi2 > 0 && ti->chi2 < tp->chi2 ) ti_score++ ; |
1351 |
|
|
1352 |
|
// CHECK 1 : number of points along X |
1353 |
|
if ( tp->GetNX() >= ti->GetNX() ){ |
1354 |
|
tp_score++ ; |
1355 |
|
totp_score++ ; |
1356 |
|
}; |
1357 |
|
if ( tp->GetNX() <= ti->GetNX() ){ |
1358 |
|
ti_score++ ; |
1359 |
|
toti_score++ ; |
1360 |
|
}; |
1361 |
|
// CHECK 2 : number of points along Y |
1362 |
|
if ( tp->GetNY() >= ti->GetNY() ){ |
1363 |
|
tp_score++ ; |
1364 |
|
totp_score++ ; |
1365 |
|
}; |
1366 |
|
if ( tp->GetNY() <= ti->GetNY() ){ |
1367 |
|
ti_score++ ; |
1368 |
|
toti_score++ ; |
1369 |
|
}; |
1370 |
|
|
1371 |
|
// cout << "TRK "<<tp_score<<ti_score<<endl; |
1372 |
|
}; |
1373 |
|
|
1374 |
// ------------------------ |
|
1375 |
// the winner is.... |
// ----------------------------------------------------------------------------------------- |
1376 |
// ------------------------ |
// ***************************************************************************************** |
1377 |
if (tp_score > ti_score) { |
// ----------------------------------------------------------------------------------------- |
1378 |
// ts = tp;//the track sorted by the tracker!! |
// GPamela check |
1379 |
// cs = cp; |
// ----------------------------------------------------------------------------------------- |
1380 |
// os = op; |
|
1381 |
// cout << "It's primary!" << endl; |
//--------------------------------------------------- |
1382 |
|
// count the number of GP hits |
1383 |
}else if (tp_score < ti_score) { |
//--------------------------------------------------- |
1384 |
|
if(use_GP){ |
1385 |
// cout << "It's image!" << endl; |
int ngphits_p=0; |
1386 |
|
int ngphits_i=0; |
1387 |
ts = ti;//its image!! |
float toll = 0.02; //200 micron |
1388 |
cs = ci; |
for(int ih=0; ih<GetGPamela()->Nthspe; ih++){ |
1389 |
os = oi; |
int ip = (Int_t) GetGPamela()->Itrpb[ih] - 1; |
1390 |
|
if( |
1391 |
ti = tp;//its image!! |
tp && |
1392 |
ci = cp; |
tp->YGood(ip) && |
1393 |
oi = op; |
fabs(tp->ym[ip]- GetGPamela()->Yavspe[ih])<toll && |
1394 |
|
true) ngphits_p++; |
1395 |
tp = ts;//its image!! |
if( ti && |
1396 |
cp = cs; |
ti->YGood(ip) && |
1397 |
op = os; |
fabs(ti->ym[ip]- GetGPamela()->Yavspe[ih])<toll && |
1398 |
|
true) ngphits_i++; |
1399 |
|
} |
1400 |
|
if( |
1401 |
|
ngphits_p > ngphits_i && |
1402 |
|
true){ |
1403 |
|
tp_score++ ; |
1404 |
|
totp_score++ ; |
1405 |
|
} |
1406 |
|
if( |
1407 |
|
ngphits_p < ngphits_i && |
1408 |
|
true){ |
1409 |
|
ti_score++ ; |
1410 |
|
toti_score++ ; |
1411 |
|
} |
1412 |
|
} |
1413 |
|
|
1414 |
|
|
1415 |
|
// *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* |
1416 |
|
// the winner is.... |
1417 |
|
// *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* |
1418 |
|
if (tp_score > ti_score) { |
1419 |
|
|
1420 |
|
|
1421 |
|
}else if (tp_score < ti_score) { |
1422 |
|
|
1423 |
|
|
1424 |
|
ts = ti;//its image!! |
1425 |
|
cs = ci; |
1426 |
|
os = oi; |
1427 |
|
rs = ri; |
1428 |
|
Int_t totis = toti_score; |
1429 |
|
|
1430 |
|
ti = tp;//its image!! |
1431 |
|
ci = cp; |
1432 |
|
oi = op; |
1433 |
|
ri = rp; |
1434 |
|
|
1435 |
|
tp = ts;//its image!! |
1436 |
|
cp = cs; |
1437 |
|
op = os; |
1438 |
|
rp = rs; |
1439 |
|
|
1440 |
|
toti_score = totp_score; |
1441 |
|
totp_score = totis; |
1442 |
|
|
1443 |
|
|
1444 |
}else { |
}else { |
1445 |
// ts = tp; |
|
|
// cs = cp; |
|
|
// os = op; |
|
1446 |
// cout << "Warning - track image ambiguity not solved" << endl; |
// cout << "Warning - track image ambiguity not solved" << endl; |
1447 |
// cout << ts->GetNtot() << " "<< ts->chi2 << " " << npcfit[1] << " "<< nphit_p << endl; |
|
1448 |
}; |
}; |
1449 |
|
|
1450 |
}else{ |
}else{ |
1451 |
// ts = tp; |
totp_score = 1; |
1452 |
// cs = cp; |
toti_score = 0; |
1453 |
// os = op; |
|
1454 |
}; |
// ts = tp; |
1455 |
|
// cs = cp; |
1456 |
// cout <<" SortTracks() "<<i<<" -- "<<ts<<endl; |
// os = op; |
1457 |
// sorted_tracks->Add(ts);//save the track in the sorted array |
}; |
1458 |
// sorted_tracks.Add(ts);//save the track in the sorted array |
|
1459 |
// sorted_tracks.Add(tp);//save the track in the sorted array |
// cout <<" SortTracks() "<<i<<" -- "<<ts<<endl; |
1460 |
// cout << "SortTracks:: sorted_tracks->Add(it) "<<i<<" "<<ts<<endl; |
// sorted_tracks->Add(ts);//save the track in the sorted array |
1461 |
// cout<<"o "<<tp<<endl; |
// sorted_tracks.Add(ts);//save the track in the sorted array |
1462 |
// cout<<"o "<<cp<<endl; |
// sorted_tracks.Add(tp);//save the track in the sorted array |
1463 |
// cout<<"o "<<op<<endl; |
// cout << "SortTracks:: sorted_tracks->Add(it) "<<i<<" "<<ts<<endl; |
1464 |
new(ttsorted[i]) PamTrack(tp,cp,op); |
// cout<<"o "<<tp<<endl; |
1465 |
new(ttimage[i]) PamTrack(ti,ci,oi); |
// cout<<"o "<<cp<<endl; |
1466 |
}; |
// cout<<"o "<<op<<endl; |
1467 |
|
|
1468 |
if( tsorted->GetEntries() != trk2_obj->GetNTracks() ){ |
new(ttsorted[i]) PamTrack(tp,cp,op,rp); |
1469 |
cout << "void PamLevel2::SortTracks(): tsorted->GetEntries() "<<tsorted->GetEntries()<<" != trk2_obj->GetNTracks() = "<<trk2_obj->GetNTracks() <<endl; |
new(ttimage[i]) PamTrack(ti,ci,oi,ri); |
1470 |
tsorted->Delete(); tsorted=0; |
|
1471 |
timage->Delete(); timage=0; |
((PamTrack*)(ttsorted[i]))->SetPScore(totp_score); |
1472 |
} |
((PamTrack*)(ttsorted[i]))->SetIScore(toti_score); |
1473 |
|
((PamTrack*)(ttimage[i]))->SetPScore(totp_score); |
1474 |
//Restore Object count |
((PamTrack*)(ttimage[i]))->SetIScore(toti_score); |
1475 |
//To save space in the table keeping track of all referenced objects |
}; |
1476 |
//We reset the object count to what it was at the beginning of the event. |
|
1477 |
TProcessID::SetObjectCount(ObjectNumber); |
if( tsorted->GetEntries() != trk2_obj->GetNTracks() ){ |
1478 |
|
cout << "void PamLevel2::SortTracks(): tsorted->GetEntries() "<<tsorted->GetEntries()<<" != trk2_obj->GetNTracks() = "<<trk2_obj->GetNTracks() <<endl; |
1479 |
|
tsorted->Delete(); tsorted=0; |
1480 |
|
timage->Delete(); timage=0; |
1481 |
|
} |
1482 |
|
|
1483 |
|
//Restore Object count |
1484 |
|
//To save space in the table keeping track of all referenced objects |
1485 |
|
//We reset the object count to what it was at the beginning of the event. |
1486 |
|
TProcessID::SetObjectCount(ObjectNumber); |
1487 |
|
|
1488 |
}; |
}; |
1489 |
//-------------------------------------- |
//-------------------------------------- |
1512 |
|
|
1513 |
return tsorted; |
return tsorted; |
1514 |
|
|
1515 |
}; |
}; |
1516 |
//-------------------------------------- |
//-------------------------------------- |
1517 |
// |
// |
1518 |
// |
// |
1519 |
//-------------------------------------- |
//-------------------------------------- |
1520 |
/** |
/** |
1521 |
* Retrieves the it-th Pamela "physical" track. |
* Retrieves the it-th Pamela "physical" track. |
1576 |
*/ |
*/ |
1577 |
PamTrack *PamLevel2::GetTrackImage(int it){ |
PamTrack *PamLevel2::GetTrackImage(int it){ |
1578 |
|
|
|
// if(!trk2_obj) return 0; |
|
|
|
|
|
// // *-*-*-*-*-*-*-*-*-*-*-*-* |
|
|
// SortTracks("+CAL+TOF"); |
|
|
// // *-*-*-*-*-*-*-*-*-*-*-*-* |
|
|
// // if(!sorted_tracks)return 0; |
|
|
// if(sorted_tracks.IsEmpty())return 0; |
|
|
|
|
|
// PamTrack *image = 0; |
|
|
|
|
|
// if( it >=0 && it < trk2_obj->TrkLevel2::GetNTracks() ){ |
|
|
// TrkTrack *temp = (TrkTrack*)sorted_tracks.At(it); |
|
|
// if( temp->HasImage() ){ |
|
|
// TrkTrack *t = trk2_obj->TrkLevel2::GetStoredTrack(temp->GetImageSeqNo()); |
|
|
// image = GetPamTrackAlong(t); |
|
|
// }else{ |
|
|
// cout <<"PamLevel2::GetTrackImage(int) : Track SeqNo "<<it<<" does not have image"<<endl; |
|
|
// }; |
|
|
// }else{ |
|
|
// cout << "PamLevel2::GetTrackImage(int) : Tracker track SeqNo "<< it <<" does not exist (GetNTracks() = "<<trk2_obj->TrkLevel2::GetNTracks()<<")"<<endl; |
|
|
// }; |
|
|
|
|
|
// return image; |
|
|
|
|
|
|
|
1579 |
// *-*-*-*-*-*-*-*-*-*-*-*-* |
// *-*-*-*-*-*-*-*-*-*-*-*-* |
1580 |
SortTracks(); |
SortTracks(); |
1581 |
// *-*-*-*-*-*-*-*-*-*-*-*-* |
// *-*-*-*-*-*-*-*-*-*-*-*-* |
1612 |
*/ |
*/ |
1613 |
TTree *PamLevel2::GetPamTree(TFile *f, TString detlist ){ |
TTree *PamLevel2::GetPamTree(TFile *f, TString detlist ){ |
1614 |
|
|
1615 |
// if( !detlist.IsNull() ) SetWhichTrees(detlist); |
if( detlist.Contains("+AUTO", TString::kIgnoreCase) ) { |
1616 |
// else GetWhichTrees(f); |
cout << "+AUTO"<<endl; |
1617 |
if ( pam_tree ){ |
GetWhichTrees(f); |
1618 |
printf("WARNING: TTree *PamLevel2::GetPamTree(TFile *fl, TString detlist) -- pam_tree already exists!\n "); |
}; |
1619 |
return pam_tree; |
SetWhichTrees(detlist); |
1620 |
}; |
|
1621 |
// |
if ( pam_tree ){ |
1622 |
|
printf("WARNING: TTree *PamLevel2::GetPamTree(TFile *fl, TString detlist) -- pam_tree already exists!\n "); |
1623 |
|
return pam_tree; |
1624 |
|
}; |
1625 |
|
// |
1626 |
|
|
1627 |
cout << "TTree *PamLevel2::GetPamTree(TFile *f, TString detlist ) -- obsolte "<<endl; |
cout << "TTree *PamLevel2::GetPamTree(TFile *f, TString detlist ) -- obsolte "<<endl; |
1628 |
|
|
1629 |
SetWhichTrees(detlist); |
// SetWhichTrees(detlist); |
1630 |
|
|
1631 |
TTree *Trout =0; |
TTree *Trout =0; |
1632 |
|
|
1647 |
if(ND)cout<<"ND "; |
if(ND)cout<<"ND "; |
1648 |
if(S4)cout<<"S4 "; |
if(S4)cout<<"S4 "; |
1649 |
if(ORB)cout<<"ORB "; |
if(ORB)cout<<"ORB "; |
1650 |
|
if(GP)cout<<"GP "; |
1651 |
cout << endl; |
cout << endl; |
1652 |
if(SELLI)cout<<">>> Found selection-list <<<"<<endl; |
if(SELLI)cout<<">>> Found selection-list <<<"<<endl; |
1653 |
|
|
1746 |
cout << "OrbitalInfo : missing tree"<<endl; |
cout << "OrbitalInfo : missing tree"<<endl; |
1747 |
}; |
}; |
1748 |
|
|
1749 |
|
// GPamela |
1750 |
|
TTree *G = (TTree*)f->Get("h20"); |
1751 |
|
if(G && GP) { |
1752 |
|
if(!gp_obj)gp_obj=new GPamela(); |
1753 |
|
// ------------------------------------ |
1754 |
|
// ATTENZIONE!!! |
1755 |
|
// non so per quale arcano motivo, |
1756 |
|
// per l'albero di gpamela il branch address lo devo settare |
1757 |
|
// DOPO aver fatto friend |
1758 |
|
// FGRRRVZZZZUTSALKJMSLKJ!!! |
1759 |
|
// ------------------------------------ |
1760 |
|
// gp_obj->SetBranchAddress(G); //ho dovuto fare in maniera diversa dagli altri |
1761 |
|
// cout << "h20 : set branch address GPamela "<<endl; |
1762 |
|
if(!Trout)Trout=G; |
1763 |
|
else Trout->AddFriend(G); |
1764 |
|
}else{ |
1765 |
|
// cout << "h20 : missing tree"<<endl; |
1766 |
|
}; |
1767 |
|
|
1768 |
|
|
1769 |
TTree *L = (TTree*)f->Get("SelectionList"); |
TTree *L = (TTree*)f->Get("SelectionList"); |
1770 |
if(L && SELLI==1) { |
if(L && SELLI==1) { |
1771 |
// L->SetBranchAddress("RunEntry",&irun); |
cout << " TTree *PamLevel2::GetPamTree(TFile, TString) >>> SelectionList not implemented!!!!"<<endl; |
|
// cout << "SelectionList: set branch address RunEntry"<<endl; |
|
|
// L->SetBranchAddress("EventEntry",&irunentry); |
|
|
// cout << "SelectionList: set branch address EventEntry"<<endl; |
|
|
// if(!Trout)Trout=O; |
|
|
// else Trout->AddFriend("SelectionList"); |
|
|
cout << " TTree *PamLevel2::GetPamTree(TFile, TString) >>> SelectionList not implemente!!!!"<<endl; |
|
1772 |
sel_tree = 0; |
sel_tree = 0; |
1773 |
}else{ |
}else{ |
1774 |
cout << "SelectionList : missing tree"<<endl; |
cout << "SelectionList : missing tree"<<endl; |
1776 |
|
|
1777 |
cout<<endl<<" Number of entries: "<<Trout->GetEntries()<<endl<<endl; |
cout<<endl<<" Number of entries: "<<Trout->GetEntries()<<endl<<endl; |
1778 |
|
|
1779 |
|
// ------------------------------------ |
1780 |
|
// ATTENZIONE!!! |
1781 |
|
// non so per quale arcano motivo, |
1782 |
|
// per l'albero di gpamela il branch address lo devo settare |
1783 |
|
// DOPO aver fatto friend |
1784 |
|
// FGRRRVZZZZUTSALKJMSLKJ!!! |
1785 |
|
// ------------------------------------ |
1786 |
|
if(G && GP) { |
1787 |
|
gp_obj->SetBranchAddress(Trout); //ho dovuto fare in maniera diversa dagli altri |
1788 |
|
cout << "h20 : set branch address GPamela "<<endl; |
1789 |
|
}else{ |
1790 |
|
cout << "h20 : missing tree"<<endl; |
1791 |
|
}; |
1792 |
|
|
1793 |
pam_tree = (TChain*)Trout; |
pam_tree = (TChain*)Trout; |
1794 |
|
|
1795 |
return Trout; |
return Trout; |
1813 |
// if(ddir=="")ddir = wdir; |
// if(ddir=="")ddir = wdir; |
1814 |
// TSystemDirectory *datadir = new TSystemDirectory(gSystem->BaseName(ddir),ddir); |
// TSystemDirectory *datadir = new TSystemDirectory(gSystem->BaseName(ddir),ddir); |
1815 |
if ( ddir != ""){ |
if ( ddir != ""){ |
1816 |
cout << "Level2 data directory : "<< ddir << endl; |
cout << "Level2 data directory : "<< ddir << endl; |
1817 |
} else { |
} else { |
1818 |
cout << "Level2 data directory not given as input: trying to evaluate from list or taking working directory " << endl; |
cout << "Level2 data directory not given as input: trying to evaluate from list or taking working directory " << endl; |
1819 |
}; |
}; |
1820 |
TList *contents = new TList; // create output list |
TList *contents = new TList; // create output list |
1821 |
contents->SetOwner(); |
contents->SetOwner(); |
1832 |
// return 0; |
// return 0; |
1833 |
// } |
// } |
1834 |
// flisttxt = fullpath; |
// flisttxt = fullpath; |
1835 |
if ( !flisttxt.EndsWith(".root") ){ |
if ( !flisttxt.EndsWith(".root") ){ |
1836 |
|
|
1837 |
flisttxt = gSystem->ConcatFileName(gSystem->DirName(flisttxt),gSystem->BaseName(flisttxt)); |
flisttxt = gSystem->ConcatFileName(gSystem->DirName(flisttxt),gSystem->BaseName(flisttxt)); |
1838 |
|
|
1839 |
if( !gSystem->ChangeDirectory(ddir) ){ |
if( !gSystem->ChangeDirectory(ddir) ){ |
1840 |
cout << "Cannot change directory : "<<ddir<<endl; |
cout << "Cannot change directory : "<<ddir<<endl; |
1841 |
return 0; |
return 0; |
|
} |
|
|
|
|
|
cout <<"Input file list : " << flisttxt <<endl; |
|
|
ifstream in; |
|
|
in.open(flisttxt, ios::in); //open input file list |
|
|
if(!in.good()){ |
|
|
cout <<" ERROR opening the file "<<endl; |
|
|
gSystem->ChangeDirectory(wdir); // back to the working directory |
|
|
return 0; |
|
|
} |
|
|
int line=0; |
|
|
while (1) { |
|
|
TString file; |
|
|
in >> file; |
|
|
if (!in.good()) break; |
|
|
line++; |
|
|
// cout <<"(1) " << file << endl; |
|
|
if(file.IsNull()){ |
|
|
cout << "-- list interrupted at line "<<line <<endl; |
|
|
break; |
|
1842 |
} |
} |
1843 |
if(file.Contains("#"))file = file(0,file.First("#")); |
|
1844 |
|
cout <<"Input file list : " << flisttxt <<endl; |
1845 |
|
ifstream in; |
1846 |
|
in.open(flisttxt, ios::in); //open input file list |
1847 |
|
if(!in.good()){ |
1848 |
|
cout <<" ERROR opening the file "<<endl; |
1849 |
|
gSystem->ChangeDirectory(wdir); // back to the working directory |
1850 |
|
return 0; |
1851 |
|
} |
1852 |
|
int line=0; |
1853 |
|
while (1) { |
1854 |
|
TString file; |
1855 |
|
in >> file; |
1856 |
|
if (!in.good()) break; |
1857 |
|
line++; |
1858 |
|
// cout <<"(1) " << file << endl; |
1859 |
|
if(file.IsNull()){ |
1860 |
|
cout << "-- list interrupted at line "<<line <<endl; |
1861 |
|
break; |
1862 |
|
} |
1863 |
|
if(file.Contains("#"))file = file(0,file.First("#")); |
1864 |
// cout <<"(2) " << file << endl; |
// cout <<"(2) " << file << endl; |
1865 |
// if( gSystem->IsFileInIncludePath(file,&fullpath) ){ |
// if( gSystem->IsFileInIncludePath(file,&fullpath) ){ |
1866 |
// if( (fullpath = gSystem->FindFile(ddir,file)) ){ |
// if( (fullpath = gSystem->FindFile(ddir,file)) ){ |
1867 |
if( file.EndsWith(".root") ){ |
if( file.EndsWith(".root") ){ |
1868 |
TString filedir; |
TString filedir; |
1869 |
if (ddir != ""){ |
if (ddir != ""){ |
1870 |
filedir = ddir; // take the input dir |
filedir = ddir; // take the input dir |
1871 |
} else { |
} else { |
1872 |
gSystem->ChangeDirectory(wdir); // back to the working directory |
gSystem->ChangeDirectory(wdir); // back to the working directory |
1873 |
filedir = gSystem->DirName(file); // this will take the path if exist in the list otherwise it will return automatically the working dir |
filedir = gSystem->DirName(file); // this will take the path if exist in the list otherwise it will return automatically the working dir |
1874 |
}; |
}; |
1875 |
char *fullpath = gSystem->ConcatFileName(gSystem->DirName(filedir),gSystem->BaseName(file)); |
char *fullpath = gSystem->ConcatFileName(gSystem->DirName(filedir),gSystem->BaseName(file)); |
1876 |
contents->Add(new TSystemFile(fullpath,gSystem->DirName(fullpath)));// add file to the list |
contents->Add(new TSystemFile(fullpath,gSystem->DirName(fullpath)));// add file to the list |
1877 |
delete fullpath; |
delete fullpath; |
1878 |
} |
} |
1879 |
// }else{ |
// }else{ |
1880 |
// if(file.Data()!="")cout << "File: "<<file<<" ---> missing "<< endl; |
// if(file.Data()!="")cout << "File: "<<file<<" ---> missing "<< endl; |
1881 |
// }; |
// }; |
1882 |
}; |
}; |
1883 |
in.close(); |
in.close(); |
1884 |
} else { |
} else { |
1885 |
if(flisttxt.Contains("#"))flisttxt = flisttxt(0,flisttxt.First("#")); |
if(flisttxt.Contains("#"))flisttxt = flisttxt(0,flisttxt.First("#")); |
1886 |
char *fullpath = gSystem->ConcatFileName(gSystem->DirName(flisttxt),gSystem->BaseName(flisttxt)); |
char *fullpath = gSystem->ConcatFileName(gSystem->DirName(flisttxt),gSystem->BaseName(flisttxt)); |
1887 |
contents->Add(new TSystemFile(fullpath,gSystem->DirName(fullpath)));// add file to the list |
contents->Add(new TSystemFile(fullpath,gSystem->DirName(fullpath)));// add file to the list |
1888 |
delete fullpath; |
delete fullpath; |
1889 |
}; |
}; |
1890 |
}else{ |
}else{ |
1891 |
|
|
1892 |
cout << "No input file list given."<<endl; |
cout << "No input file list given."<<endl; |
1893 |
cout << "Check for existing root files."<<endl; |
cout << "Check for existing root files."<<endl; |
1894 |
// cout << "Warking directory: "<< gSystem->WorkingDirectory()<< endl; |
// cout << "Warking directory: "<< gSystem->WorkingDirectory()<< endl; |
1895 |
if ( ddir == "" ){ |
if ( ddir == "" ){ |
1896 |
ddir = wdir; |
ddir = wdir; |
1897 |
cout << "Level2 data directory : "<< ddir << endl; |
cout << "Level2 data directory : "<< ddir << endl; |
1898 |
}; |
}; |
1899 |
|
|
1900 |
TSystemDirectory *datadir = new TSystemDirectory(gSystem->BaseName(ddir),ddir); |
TSystemDirectory *datadir = new TSystemDirectory(gSystem->BaseName(ddir),ddir); |
1940 |
* @return Pointer to a TChain |
* @return Pointer to a TChain |
1941 |
*/ |
*/ |
1942 |
TChain *PamLevel2::GetPamTree(TList *fl, TString detlist ){ |
TChain *PamLevel2::GetPamTree(TList *fl, TString detlist ){ |
1943 |
// |
// |
1944 |
// |
// |
1945 |
// |
// |
1946 |
if ( pam_tree ){ |
if ( pam_tree ){ |
1947 |
printf("WARNING: TChain *PamLevel2::GetPamTree(TList *fl, TString detlist) -- pam_tree already exists!\n "); |
printf("WARNING: TChain *PamLevel2::GetPamTree(TList *fl, TString detlist) -- pam_tree already exists!\n "); |
1948 |
return pam_tree; |
return pam_tree; |
1949 |
}; |
}; |
1950 |
// |
// |
1951 |
|
|
1952 |
TChain *Trout =0; |
TChain *Trout =0; |
1953 |
|
|
1954 |
// if( !detlist.IsNull() )SetWhichTrees(detlist); |
// ------------------------------------------- |
1955 |
SetWhichTrees(detlist); |
// set flags to include/exclude trees/branches |
1956 |
|
// ------------------------------------------- |
1957 |
cout<< "GetPamTree(TList*,TString): input detector list --> "; |
if( detlist.Contains("+AUTO", TString::kIgnoreCase) ) { |
1958 |
if(TRK1)cout<<"TRK1 "; |
if( fl->GetEntries()>0 ){ |
1959 |
if(TRK2)cout<<"TRK2 "; |
cout << "+AUTO"<<endl; |
1960 |
if(TRKh)cout<<"TRKH "; |
TFile *fprimo = new TFile( fl->At(0)->GetName() ); |
1961 |
if(CAL1)cout<<"CAL1 "; |
GetWhichTrees(fprimo); |
1962 |
if(CAL2)cout<<"CAL2 "; |
fprimo->Close();// AAAAARGGGGGHHHHH!!!!!!! non commentare questa riga, altrimenti si incasina il TChain |
1963 |
if(TOF)cout<<"TOF "; |
fprimo->Delete(); |
1964 |
if(TRG)cout<<"TRG "; |
} |
1965 |
if(AC)cout<<"AC "; |
}; |
1966 |
if(ND)cout<<"ND "; |
SetWhichTrees(detlist); |
1967 |
if(S4)cout<<"S4 "; |
|
1968 |
if(ORB)cout<<"ORB "; |
|
1969 |
cout << endl; |
// ------------------------------------------- |
1970 |
|
// build chains |
1971 |
TChain *T = 0; |
// ------------------------------------------- |
1972 |
TChain *C = 0; |
TChain *T = 0; |
1973 |
TChain *O = 0; |
TChain *C = 0; |
1974 |
TChain *R = 0; |
TChain *O = 0; |
1975 |
TChain *S = 0; |
TChain *R = 0; |
1976 |
TChain *N = 0; |
TChain *S = 0; |
1977 |
TChain *A = 0; |
TChain *N = 0; |
1978 |
TChain *B = 0; |
TChain *A = 0; |
1979 |
|
TChain *B = 0; |
1980 |
|
TChain *G = 0; |
1981 |
|
|
1982 |
TChain *L = 0; |
TChain *L = 0; |
1983 |
|
|
1984 |
if(TRK2||TRK1||TRKh) T = new TChain("Tracker"); |
if(TRK2||TRK1||TRKh) T = new TChain("Tracker"); |
1985 |
if(CAL2||CAL1) C = new TChain("Calorimeter"); |
if(CAL2||CAL1) C = new TChain("Calorimeter"); |
1989 |
if(ND) N = new TChain("NeutronD"); |
if(ND) N = new TChain("NeutronD"); |
1990 |
if(AC) A = new TChain("Anticounter"); |
if(AC) A = new TChain("Anticounter"); |
1991 |
if(ORB) B = new TChain("OrbitalInfo"); |
if(ORB) B = new TChain("OrbitalInfo"); |
1992 |
L = new TChain("SelectionList"); |
if(GP) G = new TChain("h20"); |
1993 |
|
L = new TChain("SelectionList"); |
1994 |
|
|
1995 |
// loop over files and create chains |
// loop over files and create chains |
1996 |
TIter next(fl); |
TIter next(fl); |
2007 |
if(ND) N->Add(name); |
if(ND) N->Add(name); |
2008 |
if(AC) A->Add(name); |
if(AC) A->Add(name); |
2009 |
if(ORB) B->Add(name); |
if(ORB) B->Add(name); |
2010 |
|
if(GP) G->Add(name); |
2011 |
if(SELLI==1) L->Add(name); |
if(SELLI==1) L->Add(name); |
2012 |
}; |
}; |
2013 |
}; |
}; |
2014 |
|
|
2015 |
cout << "done chain \n"; |
cout << "done chains\n"; |
2016 |
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
2017 |
|
|
2018 |
// UInt_t *found=0; |
|
2019 |
|
// ------------------------------------------- |
2020 |
|
// make friends |
2021 |
|
// ------------------------------------------- |
2022 |
|
|
2023 |
// Tracker |
// Tracker |
2024 |
|
cout << "Friends: "<<endl; |
2025 |
if(T && (TRK2||TRK1||TRKh)) { |
if(T && (TRK2||TRK1||TRKh)) { |
|
if(TRK2)T->SetBranchAddress("TrkLevel2", GetPointerTo("TrkLevel2")); |
|
|
// else T->SetBranchStatus("TrkLevel2",0,found); |
|
|
if(TRK2)cout << "Tracker : set branch address TrkLevel2"<<endl; |
|
|
if(TRK1)T->SetBranchAddress("TrkLevel1", GetPointerTo("TrkLevel1")); |
|
|
// else T->SetBranchStatus("TrkLevel1",0,found); |
|
|
if(TRK1)cout << "Tracker : set branch address TrkLevel1"<<endl; |
|
|
if(TRKh)T->SetBranchAddress("TrkHough", GetPointerTo("TrkHough")); |
|
|
// else T->SetBranchStatus("TrkHough",0,found); |
|
|
if(TRKh)cout << "Tracker : set branch address TrkHough"<<endl; |
|
2026 |
if(!Trout)Trout=T; |
if(!Trout)Trout=T; |
2027 |
else Trout->AddFriend("Tracker"); |
else Trout->AddFriend("Tracker"); |
2028 |
}else{ |
// cout << "+Tacker"<<endl; |
|
cout << "Tracker : missing tree"<<endl; |
|
2029 |
}; |
}; |
2030 |
// Calorimeter |
// Calorimeter |
2031 |
if(C && (CAL2||CAL1)) { |
if(C && (CAL2||CAL1)) { |
|
if(CAL2)C->SetBranchAddress("CaloLevel2", GetPointerTo("CaloLevel2")); |
|
|
// else C->SetBranchStatus("CaloLevel2",0,found); |
|
|
if(CAL2)cout << "Calorimeter : set branch address CaloLevel2"<<endl; |
|
|
if(CAL1)C->SetBranchAddress("CaloLevel1", GetPointerTo("CaloLevel1")); |
|
|
// else C->SetBranchStatus("CaloLevel1",0,found); |
|
|
if(CAL1)cout << "Calorimeter : set branch address CaloLevel1"<<endl; |
|
2032 |
if(!Trout)Trout=C; |
if(!Trout)Trout=C; |
2033 |
else Trout->AddFriend("Calorimeter"); |
else Trout->AddFriend("Calorimeter"); |
2034 |
}else{ |
// cout << "+Calorimeter"<<endl; |
|
cout << "Calorimeter : missing tree"<<endl; |
|
2035 |
}; |
}; |
2036 |
// ToF |
// ToF |
2037 |
if(O && TOF) { |
if(O && TOF) { |
|
O->SetBranchAddress("ToFLevel2", GetPointerTo("ToFLevel2")); |
|
|
cout << "ToF : set branch address ToFLevel2"<<endl; |
|
2038 |
if(!Trout)Trout=O; |
if(!Trout)Trout=O; |
2039 |
else Trout->AddFriend("ToF"); |
else Trout->AddFriend("ToF"); |
2040 |
}else{ |
// cout << "+ToF"<<endl; |
|
cout << "ToF : missing tree"<<endl; |
|
2041 |
}; |
}; |
2042 |
// Trigger |
// Trigger |
2043 |
if(R && TRG) { |
if(R && TRG) { |
|
R->SetBranchAddress("TrigLevel2", GetPointerTo("TrigLevel2")); |
|
|
cout << "Trigger : set branch address TrigLevel2"<<endl; |
|
2044 |
if(!Trout)Trout=O; |
if(!Trout)Trout=O; |
2045 |
else Trout->AddFriend("Trigger"); |
else Trout->AddFriend("Trigger"); |
2046 |
}else{ |
// cout << "+Trigger"<<endl; |
|
cout << "Trigger : missing tree"<<endl; |
|
2047 |
}; |
}; |
2048 |
// S4 |
// S4 |
2049 |
if(S && S4) { |
if(S && S4) { |
|
S->SetBranchAddress("S4Level2", GetPointerTo("S4Level2")); |
|
|
cout << "S4 : set branch address S4Level2"<<endl; |
|
2050 |
if(!Trout)Trout=O; |
if(!Trout)Trout=O; |
2051 |
else Trout->AddFriend("S4"); |
else Trout->AddFriend("S4"); |
2052 |
}else{ |
// cout << "+S4"<<endl; |
|
cout << "S4 : missing tree"<<endl; |
|
2053 |
}; |
}; |
2054 |
// Neutron Detector |
// Neutron Detector |
2055 |
if(N && ND) { |
if(N && ND) { |
|
N->SetBranchAddress("NDLevel2", GetPointerTo("NDLevel2")); |
|
|
cout << "NeutronD : set branch address NDLevel2"<<endl; |
|
2056 |
if(!Trout)Trout=O; |
if(!Trout)Trout=O; |
2057 |
else Trout->AddFriend("NeutronD"); |
else Trout->AddFriend("NeutronD"); |
2058 |
}else{ |
// cout << "+NeutronD"<<endl; |
|
cout << "NeutronD : missing tree"<<endl; |
|
2059 |
}; |
}; |
2060 |
// Anticounters |
// Anticounters |
2061 |
if(A && AC) { |
if(A && AC) { |
|
A->SetBranchAddress("AcLevel2", GetPointerTo("AcLevel2")); |
|
|
cout << "Anticounter : set branch address AcLevel2"<<endl; |
|
2062 |
if(!Trout)Trout=O; |
if(!Trout)Trout=O; |
2063 |
else Trout->AddFriend("Anticounter"); |
else Trout->AddFriend("Anticounter"); |
2064 |
}else{ |
// cout << "+Anticounter"<<endl; |
|
cout << "Anticounter : missing tree"<<endl; |
|
2065 |
}; |
}; |
2066 |
// Orbital Info |
// Orbital Info |
2067 |
if(B && ORB) { |
if(B && ORB) { |
|
B->SetBranchAddress("OrbitalInfo", GetPointerTo("OrbitalInfo")); |
|
|
cout << "OrbitalInfo : set branch address OrbitalInfo"<<endl; |
|
2068 |
if(!Trout)Trout=O; |
if(!Trout)Trout=O; |
2069 |
else Trout->AddFriend("OrbitalInfo"); |
else Trout->AddFriend("OrbitalInfo"); |
2070 |
}else{ |
// cout << "+OrbitalInfo"<<endl; |
2071 |
cout << "OrbitalInfo : missing tree"<<endl; |
}; |
2072 |
|
// GPamela |
2073 |
|
if(G && GP) { |
2074 |
|
if(!Trout)Trout=G; |
2075 |
|
else Trout->AddFriend("h20"); |
2076 |
|
// cout << "+h20"<<endl; |
2077 |
}; |
}; |
2078 |
|
|
2079 |
|
// ===================================== |
2080 |
|
// SET BRANCH-ADDRESS AFTER CHAIN+FRIEND |
2081 |
|
// ===================================== |
2082 |
|
SetBranchAddress(Trout); |
2083 |
|
|
2084 |
|
|
2085 |
|
// ------------------------------------ |
2086 |
|
// finally handle selection trees... |
2087 |
|
// (it is not friend of pamela tree) |
2088 |
|
// ------------------------------------ |
2089 |
|
|
2090 |
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
2091 |
|
|
2092 |
// Selection List |
// Selection List |
2093 |
if(L && SELLI==1) { |
if(L && SELLI==1) { |
2094 |
cout<<">>> Found selection-list <<<"<<endl; |
cout<<">>> Found selection-list <<<"<<endl; |
2095 |
L->SetBranchAddress("RunEntry",&irun); |
// L->SetBranchAddress("RunEntry",&irun); |
2096 |
|
L->SetBranchAddress("RunEntry",&irunt);//NEWNEW |
2097 |
cout << "SelectionList: set branch address RunEntry"<<endl; |
cout << "SelectionList: set branch address RunEntry"<<endl; |
2098 |
L->SetBranchAddress("EventEntry",&irunentry); |
L->SetBranchAddress("EventEntry",&irunentry); |
2099 |
cout << "SelectionList: set branch address EventEntry"<<endl; |
cout << "SelectionList: set branch address EventEntry"<<endl; |
2100 |
sel_tree = L; |
sel_tree = L; |
2101 |
// if(!Trout)Trout=O; |
// if(!Trout)Trout=O; |
2102 |
// else Trout->AddFriend("SelectionList"); |
// else Trout->AddFriend("SelectionList"); |
2103 |
cout << "----------------------------------------------------" <<endl; |
cout << "+SelectionList"<<endl; |
2104 |
|
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
2105 |
}else{ |
}else{ |
2106 |
// cout << "SelectionList : missing tree"<<endl; |
// cout << "SelectionList : missing tree"<<endl; |
2107 |
if(L)L->Delete(); |
if(L)L->Delete(); |
2108 |
}; |
}; |
|
|
|
|
// cout<<endl<<" Number of entries: "<<Trout->GetEntries()<<endl<<endl; |
|
2109 |
|
|
2110 |
pam_tree = Trout; |
// -------------------------------------------- |
2111 |
|
// return the pamela chain with all the friends |
2112 |
|
// -------------------------------------------- |
2113 |
|
|
2114 |
|
pam_tree = Trout; |
2115 |
|
|
2116 |
return Trout; |
return Trout; |
2117 |
} |
} |
2118 |
|
|
2138 |
ND = ND & t->GetBranchStatus("NDLevel2"); |
ND = ND & t->GetBranchStatus("NDLevel2"); |
2139 |
AC = AC & t->GetBranchStatus("AcLevel2"); |
AC = AC & t->GetBranchStatus("AcLevel2"); |
2140 |
ORB = ORB & t->GetBranchStatus("OrbitalInfo"); |
ORB = ORB & t->GetBranchStatus("OrbitalInfo"); |
2141 |
|
GP = GP & t->GetBranchStatus("h20"); |
2142 |
|
|
2143 |
|
|
2144 |
// Tracker |
// Tracker |
2195 |
t->SetBranchAddress("OrbitalInfo", GetPointerTo("OrbitalInfo")); |
t->SetBranchAddress("OrbitalInfo", GetPointerTo("OrbitalInfo")); |
2196 |
cout << "OrbitalInfo : set branch address OrbitalInfo"<<endl; |
cout << "OrbitalInfo : set branch address OrbitalInfo"<<endl; |
2197 |
}; |
}; |
2198 |
// SelectionList |
// GPamela |
2199 |
if(SELLI==1) { |
if(GP) { |
2200 |
t->SetBranchAddress("RunEntry", &irun); |
// GetPointerTo("GPamela"); |
2201 |
cout << "SelectionList: set branch address RunEntry"<<endl; |
if(!gp_obj)gp_obj = new GPamela(); |
2202 |
t->SetBranchAddress("EventEntry", &irunentry); |
// gp_obj->SetBranchAddress(t); //ho dovuto fare in maniera diversa dagli altri |
2203 |
cout << "SelectionList: set branch address EventEntry"<<endl; |
// // t->SetBranchAddress("GPamela", GetPointerTo("GPamela")); |
2204 |
|
if(SELLI) t->SetBranchAddress("GPamela", GetPointerTo("GPamela")); |
2205 |
|
else gp_obj->SetBranchAddress(t); //ho dovuto fare in maniera diversa dagli altri |
2206 |
|
|
2207 |
|
cout << "h20 : set branch address GPamela "<<endl; |
2208 |
}; |
}; |
2209 |
|
|
2210 |
} |
} |
2213 |
*/ |
*/ |
2214 |
void PamLevel2::SetBranchAddress(TChain *t){ |
void PamLevel2::SetBranchAddress(TChain *t){ |
2215 |
|
|
2216 |
TRK2 = TRK2 & t->GetBranchStatus("TrkLevel2"); |
// TRK2 = TRK2 & t->GetBranchStatus("TrkLevel2"); |
2217 |
TRK1 = TRK1 & t->GetBranchStatus("TrkLevel1"); |
// TRK1 = TRK1 & t->GetBranchStatus("TrkLevel1"); |
2218 |
TRKh = TRKh & t->GetBranchStatus("TrkHough"); |
// TRKh = TRKh & t->GetBranchStatus("TrkHough"); |
2219 |
CAL1 = CAL1 & t->GetBranchStatus("CaloLevel1"); |
// CAL1 = CAL1 & t->GetBranchStatus("CaloLevel1"); |
2220 |
CAL2 = CAL2 & t->GetBranchStatus("CaloLevel2"); |
// CAL2 = CAL2 & t->GetBranchStatus("CaloLevel2"); |
2221 |
TOF = TOF & t->GetBranchStatus("ToFLevel2"); |
// TOF = TOF & t->GetBranchStatus("ToFLevel2"); |
2222 |
TRG = TRG & t->GetBranchStatus("TrigLevel2"); |
// TRG = TRG & t->GetBranchStatus("TrigLevel2"); |
2223 |
S4 = S4 & t->GetBranchStatus("S4Level2"); |
// S4 = S4 & t->GetBranchStatus("S4Level2"); |
2224 |
ND = ND & t->GetBranchStatus("NDLevel2"); |
// ND = ND & t->GetBranchStatus("NDLevel2"); |
2225 |
AC = AC & t->GetBranchStatus("AcLevel2"); |
// AC = AC & t->GetBranchStatus("AcLevel2"); |
2226 |
ORB = ORB & t->GetBranchStatus("OrbitalInfo"); |
// ORB = ORB & t->GetBranchStatus("OrbitalInfo"); |
2227 |
|
// GP = GP & t->GetBranchStatus("h20"); |
2228 |
|
|
2229 |
// Tracker |
// Tracker |
2230 |
if(TRK2) { |
if(TRK2) { |
2231 |
t->SetBranchAddress("TrkLevel2", GetPointerTo("TrkLevel2")); |
t->SetBranchAddress("TrkLevel2", GetPointerTo("TrkLevel2")); |
2232 |
cout << "Tracker : set branch address TrkLevel2"<<endl; |
cout << "Tracker : set branch address TrkLevel2"<<endl; |
2233 |
}; |
}; |
2235 |
t->SetBranchAddress("TrkLevel1", GetPointerTo("TrkLevel1")); |
t->SetBranchAddress("TrkLevel1", GetPointerTo("TrkLevel1")); |
2236 |
cout << "Tracker : set branch address TrkLevel1"<<endl; |
cout << "Tracker : set branch address TrkLevel1"<<endl; |
2237 |
}; |
}; |
2238 |
if(TRKh) { |
if(TRKh) { |
2239 |
t->SetBranchAddress("TrkHough", GetPointerTo("TrkHough")); |
t->SetBranchAddress("TrkHough", GetPointerTo("TrkHough")); |
2240 |
cout << "Tracker : set branch address TrkHough"<<endl; |
cout << "Tracker : set branch address TrkHough"<<endl; |
2241 |
}; |
}; |
2242 |
|
|
2243 |
// Calorimeter |
// Calorimeter |
2244 |
if(CAL2) { |
if(CAL2) { |
2280 |
t->SetBranchAddress("OrbitalInfo", GetPointerTo("OrbitalInfo")); |
t->SetBranchAddress("OrbitalInfo", GetPointerTo("OrbitalInfo")); |
2281 |
cout << "OrbitalInfo : set branch address OrbitalInfo"<<endl; |
cout << "OrbitalInfo : set branch address OrbitalInfo"<<endl; |
2282 |
}; |
}; |
2283 |
// SelectionList |
// GPamela |
2284 |
if(SELLI==1) { |
// cout <<"GP "<<GP<<endl; |
2285 |
t->SetBranchAddress("RunEntry", &irun); |
if(GP) { |
2286 |
cout << "SelectionList: set branch address RunEntry"<<endl; |
// GetPointerTo("GPamela"); |
2287 |
t->SetBranchAddress("EventEntry", &irunentry); |
if(!gp_obj)gp_obj = new GPamela(); |
2288 |
cout << "SelectionList: set branch address EventEntry"<<endl; |
if(SELLI) t->SetBranchAddress("GPamela", GetPointerTo("GPamela")); |
2289 |
|
else gp_obj->SetBranchAddress(t); //ho dovuto fare in maniera diversa dagli altri |
2290 |
|
// gp_obj->SetBranchAddress(t); //ho dovuto fare in maniera diversa dagli altri |
2291 |
|
cout << "h20 : set branch address GPamela "<<endl; |
2292 |
}; |
}; |
2293 |
|
// SelectionList |
2294 |
|
// if(SELLI==1){ |
2295 |
|
// t->SetBranchAddress("RunEntry",&irunt);//NEWNEW |
2296 |
|
// cout << "SelectionList: set branch address RunEntry"<<endl; |
2297 |
|
// t->SetBranchAddress("EventEntry",&irunentry); |
2298 |
|
// cout << "SelectionList: set branch address EventEntry"<<endl; |
2299 |
|
|
2300 |
|
// } |
2301 |
|
|
2302 |
} |
} |
2303 |
|
|
2304 |
|
|
2312 |
* @return Pointer to a TChain |
* @return Pointer to a TChain |
2313 |
*/ |
*/ |
2314 |
TChain *PamLevel2::GetRunTree(TList *fl){ |
TChain *PamLevel2::GetRunTree(TList *fl){ |
2315 |
// |
// |
2316 |
// |
// |
2317 |
// |
// |
2318 |
if ( run_tree ){ |
if ( run_tree ){ |
2319 |
printf("WARNING: TChain *PamLevel2::GetRunTree(TList *fl) -- run_tree already exists!\n "); |
printf("WARNING: TChain *PamLevel2::GetRunTree(TList *fl) -- run_tree already exists!\n "); |
2320 |
return run_tree; |
return run_tree; |
2321 |
}; |
}; |
2322 |
// |
// |
2323 |
TChain *R = new TChain("Run"); |
|
2324 |
|
|
2325 |
|
TChain *R = new TChain("Run"); |
2326 |
|
|
2327 |
// loop over files and create chains |
// loop over files and create chains |
2328 |
TIter next(fl); |
TIter next(fl); |
2334 |
R->Add(name); |
R->Add(name); |
2335 |
}; |
}; |
2336 |
} |
} |
2337 |
|
|
2338 |
|
|
2339 |
if(R->GetNtrees()){ |
if(RUN && R->GetNtrees()){ |
2340 |
|
|
2341 |
R->SetBranchAddress("RunInfo", GetPointerTo("RunInfo")); |
R->SetBranchAddress("RunInfo", GetPointerTo("RunInfo")); |
2342 |
cout << "Run : set branch address RunInfo"<<endl; |
cout << "Run : set branch address RunInfo"<<endl; |
2343 |
R->SetBranchAddress("SoftInfo", GetPointerTo("SoftInfo")); // Emiliano |
R->SetBranchAddress("SoftInfo", GetPointerTo("SoftInfo")); // Emiliano |
2344 |
cout << "Software : set branch address SoftInfo"<<endl; // Emiliano |
cout << "Software : set branch address SoftInfo"<<endl; // Emiliano |
2345 |
|
|
2346 |
|
irunoffset = new int[R->GetNtrees()]; |
2347 |
|
if(DBG){ |
2348 |
|
cout << "----------------------------------------------------"<<endl; |
2349 |
|
cout << "irun\t | "; |
2350 |
|
cout << "tree\t |"; |
2351 |
|
// cout << "offset\t |"; |
2352 |
|
cout << "RUN\t"; |
2353 |
|
cout << "FRAG\t"; |
2354 |
|
cout << "NEVENTS\t"; |
2355 |
|
cout << "absolute time\t\t\t"; |
2356 |
|
cout << "on-board time"; |
2357 |
|
cout<<endl; |
2358 |
|
} |
2359 |
|
for (Int_t ii=0; ii<R->GetEntries(); ii++){ |
2360 |
|
R->GetEntry(ii); |
2361 |
|
if(DBG){ |
2362 |
|
cout << ii<< "\t | "; |
2363 |
|
cout << R->GetTreeNumber()<< "\t |"; |
2364 |
|
// cout << R->GetChainOffset()<< "\t |"; |
2365 |
|
cout <<GetRunInfo()->ID<<"\t"; |
2366 |
|
cout <<GetRunInfo()->ID_RUN_FRAG<<"\t"; |
2367 |
|
cout <<GetRunInfo()->NEVENTS<< "\t"; |
2368 |
|
cout <<GetRunInfo()->RUNHEADER_TIME<<" <---> "<<GetRunInfo()->RUNTRAILER_TIME <<"\t"; |
2369 |
|
cout <<GetRunInfo()->RUNHEADER_OBT<<" <---> "<<GetRunInfo()->RUNTRAILER_OBT<<"\t"; |
2370 |
|
cout <<endl; |
2371 |
|
} |
2372 |
|
irunoffset[R->GetTreeNumber()]=R->GetChainOffset(); |
2373 |
|
} |
2374 |
|
cout << "N.run = "<<R->GetEntries()<<endl; |
2375 |
|
cout << "----------------------------------------------------"<<endl; |
2376 |
|
|
2377 |
|
|
2378 |
}else{ |
}else{ |
2379 |
delete R; |
delete R; |
2380 |
R=0; |
R=0; |
2381 |
} |
} |
2382 |
|
|
2383 |
|
|
2384 |
run_tree = R; |
run_tree = R; |
2385 |
|
|
2396 |
* @return Pointer to a TTree |
* @return Pointer to a TTree |
2397 |
*/ |
*/ |
2398 |
TTree *PamLevel2::GetRunTree(TFile *f){ |
TTree *PamLevel2::GetRunTree(TFile *f){ |
2399 |
if ( run_tree ){ |
if ( run_tree ){ |
2400 |
printf("WARNING: TTree *PamLevel2::GetRunTree(TFile *f) -- run_tree already exists!\n "); |
printf("WARNING: TTree *PamLevel2::GetRunTree(TFile *f) -- run_tree already exists!\n "); |
2401 |
return run_tree; |
return run_tree; |
2402 |
}; |
}; |
2403 |
|
|
2404 |
|
|
2405 |
cout << "TTree *PamLevel2::GetRunTree(TFile *f) -- obsolte "<<endl; |
cout << "TTree *PamLevel2::GetRunTree(TFile *f) -- obsolte "<<endl; |
2411 |
cout << "Run : set branch address RunInfo"<<endl; |
cout << "Run : set branch address RunInfo"<<endl; |
2412 |
T->SetBranchAddress("SoftInfo", GetPointerTo("SoftInfo")); // Emiliano |
T->SetBranchAddress("SoftInfo", GetPointerTo("SoftInfo")); // Emiliano |
2413 |
cout << "Software : set branch address SoftInfo"<<endl; // Emiliano |
cout << "Software : set branch address SoftInfo"<<endl; // Emiliano |
2414 |
|
|
2415 |
} |
} |
2416 |
|
|
2417 |
run_tree = (TChain*)T; |
run_tree = (TChain*)T; |
2425 |
* @return true if a new run has been read, false if it is still the same run |
* @return true if a new run has been read, false if it is still the same run |
2426 |
*/ |
*/ |
2427 |
Bool_t PamLevel2::UpdateRunInfo(TChain *run, Long64_t iev){ |
Bool_t PamLevel2::UpdateRunInfo(TChain *run, Long64_t iev){ |
2428 |
// |
// |
2429 |
// check if we have already called once GetEntry, if not call it |
// check if we have already called once GetEntry, if not call it |
2430 |
// |
// |
2431 |
cout << "Bool_t PamLevel2::UpdateRunInfo(TChain *run, Long64_t iev) --- NON FUNZIONA BENISSIMO.... "<<endl; |
cout << "Bool_t PamLevel2::UpdateRunInfo(TChain *run, Long64_t iev) --- ATTENZIONE --- NON E` MANTENUTA!!!!!!!.... "<<endl; |
2432 |
if(!run){ |
if(!run){ |
2433 |
cout << "Bool_t PamLevel2::UpdateRunInfo(TChain *run, ULong64_t iev) -- ERROR -- missing RunInfo tree "<<endl; |
cout << "Bool_t PamLevel2::UpdateRunInfo(TChain *run, ULong64_t iev) -- ERROR -- missing RunInfo tree "<<endl; |
2434 |
return(false); |
return(false); |
2435 |
} |
} |
2436 |
if ( run->GetEntries() <= 0 ) return(false); |
if ( run->GetEntries() <= 0 ) return(false); |
2437 |
// |
// |
2438 |
|
|
2439 |
// Int_t oldrun = irun; |
// Int_t oldrun = irun; |
2440 |
Long64_t oldrun = irun; |
Long64_t oldrun = irun; |
2441 |
|
|
2442 |
|
// -------------------------------------- |
2443 |
|
// if it is a full file (not preselected) |
2444 |
|
// -------------------------------------- |
2445 |
|
if(SELLI==0){ |
2446 |
|
|
2447 |
|
// |
2448 |
|
// the absolute time is necessary to relate the event with the run |
2449 |
|
// |
2450 |
|
if( !GetOrbitalInfo() && !ISGP){ |
2451 |
|
cout << "Bool_t PamLevel2::UpdateRunInfo(TChain *run, ULong64_t iev) -- ERROR -- missing OrbitalInfo "<<endl; |
2452 |
|
return(false); |
2453 |
|
} |
2454 |
|
|
2455 |
|
ULong64_t abstime = 0; |
2456 |
|
if( GetOrbitalInfo() )abstime=GetOrbitalInfo()->absTime; |
2457 |
|
|
2458 |
|
|
2459 |
|
// |
2460 |
|
// the first time the routine is called, set run search from the beginning |
2461 |
|
// |
2462 |
|
if ( irun < 0LL ){ |
2463 |
|
irun = 0LL; |
2464 |
|
run->GetEntry(irun); |
2465 |
|
runfirstentry = 0LL; |
2466 |
|
runlastentry += (Long64_t)(this->GetRunInfo()->NEVENTS); |
2467 |
|
if ( (Long64_t)(this->GetRunInfo()->NEVENTS) > 0LL ) runlastentry -= 1LL; |
2468 |
|
|
2469 |
|
if( ISGP && run->GetEntries()!=1 ){ |
2470 |
|
cout << "** WARNING ** simulated files are assumed to have 1 single run, not "<< run->GetEntries() << endl; |
2471 |
|
cout << "** WARNING ** run will not be updated"<<endl; |
2472 |
|
} |
2473 |
|
|
2474 |
// -------------------------------------- |
}; |
2475 |
// if it is a full file (not preselected) |
// |
2476 |
// -------------------------------------- |
if(ISGP)abstime = GetRunInfo()->RUNHEADER_TIME; // BARBATRUCCO |
2477 |
if(SELLI==0){ |
// |
2478 |
|
if ( irun == run->GetEntries()-1LL && |
2479 |
// |
!(abstime >= GetRunInfo()->RUNHEADER_TIME && |
2480 |
// the absolute time is necessary to relate the event with the run |
abstime <= GetRunInfo()->RUNTRAILER_TIME) |
|
// |
|
|
if( !GetOrbitalInfo() ){ |
|
|
cout << "Bool_t PamLevel2::UpdateRunInfo(TChain *run, ULong64_t iev) -- ERROR -- missing OrbitalInfo "<<endl; |
|
|
return(false); |
|
|
} |
|
|
|
|
|
// |
|
|
// the first time the routine is called, set run search from the beginning |
|
|
// |
|
|
if ( irun < 0LL ){ |
|
|
irun = 0LL; |
|
|
run->GetEntry(irun); |
|
|
runfirstentry = 0LL; |
|
|
runlastentry += (Long64_t)(this->GetRunInfo()->NEVENTS); |
|
|
if ( (Long64_t)(this->GetRunInfo()->NEVENTS) > 0LL ) runlastentry -= 1LL; |
|
|
}; |
|
|
// |
|
|
if ( irun == run->GetEntries()-1LL && |
|
|
!(GetOrbitalInfo()->absTime >= GetRunInfo()->RUNHEADER_TIME && |
|
|
GetOrbitalInfo()->absTime <= GetRunInfo()->RUNTRAILER_TIME) |
|
2481 |
){ |
){ |
2482 |
irun = -1LL; |
irun = -1LL; |
2483 |
runfirstentry = 0LL; |
irunt = -1LL; |
2484 |
runlastentry = -1LL; |
runfirstentry = 0LL; |
2485 |
}; |
runlastentry = -1LL; |
2486 |
// modificato il controllo sull'aggiornamento del run, per evitare problemi |
}; |
2487 |
// dovuti agli eventi annidati (NB! NEVENTS conta anche questi!!) |
// modificato il controllo sull'aggiornamento del run, per evitare problemi |
2488 |
// |
// dovuti agli eventi annidati (NB! NEVENTS conta anche questi!!) |
2489 |
bool fromfirst = true; |
// |
2490 |
// |
bool fromfirst = true; |
2491 |
while ( !(GetOrbitalInfo()->absTime >= GetRunInfo()->RUNHEADER_TIME && GetOrbitalInfo()->absTime <= GetRunInfo()->RUNTRAILER_TIME) && irun < run->GetEntries()-1LL ){ |
// |
2492 |
|
while ( !(abstime >= GetRunInfo()->RUNHEADER_TIME && abstime <= GetRunInfo()->RUNTRAILER_TIME) && irun < run->GetEntries()-1LL ){ |
2493 |
// while ( iev > (runfirstentry+(ULong64_t)(this->GetRunInfo()->NEVENTS-1)) && irun < run->GetEntries() ){ |
// while ( iev > (runfirstentry+(ULong64_t)(this->GetRunInfo()->NEVENTS-1)) && irun < run->GetEntries() ){ |
2494 |
irun++; |
irun++; |
2495 |
run->GetEntry(irun); |
run->GetEntry(irun); |
2496 |
runfirstentry = runlastentry; |
runfirstentry = runlastentry; |
2497 |
if ( (Long64_t)(this->GetRunInfo()->NEVENTS) > 0LL ) runfirstentry += 1LL; |
if ( (Long64_t)(this->GetRunInfo()->NEVENTS) > 0LL ) runfirstentry += 1LL; |
2498 |
runlastentry += (Long64_t)(this->GetRunInfo()->NEVENTS); |
runlastentry += (Long64_t)(this->GetRunInfo()->NEVENTS); |
2499 |
// cout << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
// cout << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
2500 |
// cout << "runfirstentry "<<runfirstentry<<endl; |
// cout << "runfirstentry "<<runfirstentry<<endl; |
2501 |
// printf(" iev %llu %u %llu \n",iev,this->GetRunInfo()->NEVENTS,(ULong64_t)(runfirstentry+(ULong64_t)(this->GetRunInfo()->NEVENTS))); |
// printf(" iev %llu %u %llu \n",iev,this->GetRunInfo()->NEVENTS,(ULong64_t)(runfirstentry+(ULong64_t)(this->GetRunInfo()->NEVENTS))); |
2502 |
// printf(" abstime %u trailertime %u \n",GetOrbitalInfo()->absTime,GetRunInfo()->RUNTRAILER_TIME); |
// printf(" abstime %u trailertime %u \n",abstime,GetRunInfo()->RUNTRAILER_TIME); |
2503 |
// printf(" IDRUN %u \n",GetRunInfo()->ID); |
// printf(" IDRUN %u \n",GetRunInfo()->ID); |
2504 |
// |
// |
2505 |
// prevshift = 0; |
// prevshift = 0; |
2506 |
// |
// |
2507 |
if ( irun == (Long64_t)(run->GetEntries()-1LL) && fromfirst && !(GetOrbitalInfo()->absTime >= GetRunInfo()->RUNHEADER_TIME && GetOrbitalInfo()->absTime <= GetRunInfo()->RUNTRAILER_TIME)){ |
if ( irun == (Long64_t)(run->GetEntries()-1LL) && fromfirst && !(abstime >= GetRunInfo()->RUNHEADER_TIME && abstime <= GetRunInfo()->RUNTRAILER_TIME)){ |
2508 |
printf(" resetting irun (it should NOT happen!!!)\n"); |
printf(" resetting irun (it should NOT happen!!!)\n"); |
2509 |
fromfirst = false; |
fromfirst = false; |
2510 |
irun = 0; |
irun = 0; |
2511 |
run->GetEntry(irun); |
run->GetEntry(irun); |
2512 |
runfirstentry = 0ULL; |
runfirstentry = 0ULL; |
2513 |
runlastentry += (Long64_t)(this->GetRunInfo()->NEVENTS); |
runlastentry += (Long64_t)(this->GetRunInfo()->NEVENTS); |
2514 |
if ( (Long64_t)(this->GetRunInfo()->NEVENTS) > 0LL ) runlastentry -= 1LL; |
if ( (Long64_t)(this->GetRunInfo()->NEVENTS) > 0LL ) runlastentry -= 1LL; |
2515 |
}; |
}; |
2516 |
// |
// |
2517 |
}; |
}; |
2518 |
// |
// |
2519 |
if ( |
if ( |
2520 |
!(GetOrbitalInfo()->absTime >= GetRunInfo()->RUNHEADER_TIME && |
!(abstime >= GetRunInfo()->RUNHEADER_TIME && |
2521 |
GetOrbitalInfo()->absTime <= GetRunInfo()->RUNTRAILER_TIME) |
abstime <= GetRunInfo()->RUNTRAILER_TIME) |
2522 |
) { |
) { |
2523 |
printf(" Something very wrong here: cannot find RUN containing absolute time %u \n",GetOrbitalInfo()->absTime); |
printf(" Something very wrong here: cannot find RUN containing absolute time %llu \n",abstime); |
2524 |
return false; |
return false; |
2525 |
} |
} |
2526 |
// |
// |
2527 |
if ( irun == oldrun || irun >= run->GetEntries() ) return(false); |
if ( irun == oldrun || irun >= run->GetEntries() ) return(false); |
2528 |
// |
// |
2529 |
// printf(" iev %llu irun %i nevents %u 1st %llu last %llu \n",iev,irun,this->GetRunInfo()->NEVENTS,(ULong64_t)runfirstentry,(ULong64_t)runlastentry); |
// printf(" iev %llu irun %i nevents %u 1st %llu last %llu \n",iev,irun,this->GetRunInfo()->NEVENTS,(ULong64_t)runfirstentry,(ULong64_t)runlastentry); |
2530 |
// |
// |
2531 |
prevshift = 0; |
prevshift = 0; |
2532 |
cout << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
cout << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
2533 |
// cout << "runfirstentry "<<runfirstentry<<endl; |
// cout << "runfirstentry "<<runfirstentry<<endl; |
2534 |
return(true); |
return(true); |
2535 |
}; |
}; |
2536 |
// ---------------------------------------------------- |
// ---------------------------------------------------- |
2537 |
// if it is a preselected file (there is SelectionList) |
// if it is a preselected file (there is SelectionList) |
2538 |
// NBNB - the event tree MUST be read first |
// NBNB - the event tree MUST be read first |
2539 |
// ---------------------------------------------------- |
// ---------------------------------------------------- |
2540 |
if(SELLI==1){ |
if(SELLI==1){ |
2541 |
sel_tree->GetEntry(iev); |
sel_tree->GetEntry(iev); |
2542 |
// cout << irun << " "<< irunentry << endl; |
// cout << irun << " "<< irunentry << endl; |
2543 |
if(irun != oldrun){ |
if(irun != oldrun){ |
2544 |
run->GetEntry(irun); |
run->GetEntry(irun); |
2545 |
cout << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
cout << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
2546 |
prevshift = 0; |
prevshift = 0; |
2547 |
return true; |
return true; |
2548 |
} |
} |
2549 |
return false; |
return false; |
2550 |
} |
} |
2551 |
|
|
2552 |
return false; |
return false; |
2553 |
// |
// |
2554 |
}; |
}; |
2555 |
|
|
2556 |
Bool_t PamLevel2::UpdateRunInfo(Long64_t iev){ |
Bool_t PamLevel2::UpdateRunInfo(Long64_t iev){ |
2566 |
|
|
2567 |
Int_t oldrun = irun; // store current run index |
Int_t oldrun = irun; // store current run index |
2568 |
|
|
2569 |
|
// ----------------------------------------------------------------------- |
2570 |
|
// the first time the routine is called, set run search from the beginning |
2571 |
|
// ----------------------------------------------------------------------- |
2572 |
|
|
2573 |
|
if ( irun < 0 ){ |
2574 |
|
irun = 0LL; |
2575 |
|
irunt = 0LL; |
2576 |
|
irunentry = 0; |
2577 |
|
prevshift = 0; |
2578 |
|
run_tree->GetEntry(irun); |
2579 |
|
if( !GetOrbitalInfo() )cout << "** WARNING ** missing OrbitalInfo ---> run info might be not correctly updated "<<endl; |
2580 |
|
}; |
2581 |
|
// --------------------------------------------------------------- |
2582 |
|
// retrieve OBT and absolute time of the event |
2583 |
|
// --------------------------------------------------------------- |
2584 |
|
ULong64_t abstime = 0LL; |
2585 |
|
ULong64_t obt = 0LL; |
2586 |
|
if( GetOrbitalInfo() ){ |
2587 |
|
abstime = GetOrbitalInfo()->absTime; |
2588 |
|
obt = GetOrbitalInfo()->OBT; |
2589 |
|
}else{ |
2590 |
|
abstime = GetRunInfo()->RUNHEADER_TIME; |
2591 |
|
obt = GetRunInfo()->RUNHEADER_OBT; |
2592 |
|
} |
2593 |
|
|
2594 |
|
|
2595 |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
2596 |
// if it is a full file (not preselected) |
// if it is a full file (not preselected) |
2597 |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
2598 |
if(SELLI==0){ |
if(SELLI==0){ |
2599 |
|
|
2600 |
// --------------------------------------------------------------- |
// --------------------------------------------------------------- |
2601 |
// the absolute time is necessary to relate the event with the run |
// increment dead and live-time counters |
2602 |
|
// (only when reading a file not preselected) |
2603 |
// --------------------------------------------------------------- |
// --------------------------------------------------------------- |
2604 |
if( !GetOrbitalInfo() ){ |
if(SELLI==0){ |
2605 |
cout << "Bool_t PamLevel2::UpdateRunInfo(Long64_t iev) -- ERROR -- missing OrbitalInfo "<<endl; |
if( GetTrigLevel2() ){ |
2606 |
return(false); |
totdltime[0]+=GetTrigLevel2()->dltime[0]; |
2607 |
|
totdltime[1]+=GetTrigLevel2()->dltime[1]; |
2608 |
|
} |
2609 |
|
totdltime[2]++; |
2610 |
} |
} |
2611 |
|
|
|
// ----------------------------------------------------------------------- |
|
|
// the first time the routine is called, set run search from the beginning |
|
|
// ----------------------------------------------------------------------- |
|
|
if ( irun < 0 ){ |
|
|
irun = 0LL; |
|
|
irunentry = 0; |
|
|
prevshift = 0; |
|
|
run_tree->GetEntry(irun); |
|
|
}; |
|
2612 |
// |
// |
2613 |
bool fromfirst = true; // first loop over runs |
bool fromfirst = true; // first loop over runs |
2614 |
|
|
|
// Bool_t hasfrag = false; |
|
|
// if( GetRunInfo()->ID_RUN_FRAG!=0 && GetRunInfo()->ID_RUN_FRAG != GetRunInfo()->ID)hasfrag=true; |
|
|
// ULong64_t fragid = GetRunInfo()->ID_RUN_FRAG; |
|
2615 |
|
|
2616 |
// ------------------------------------------------------ |
// ------------------------------------------------------ |
2617 |
// loop over runs to find the one that contains the event |
// loop over runs to find the one that contains the event |
2618 |
// ------------------------------------------------------ |
// ------------------------------------------------------ |
2619 |
while ( |
while ( |
2620 |
( |
( |
2621 |
( |
// ( |
2622 |
!(GetOrbitalInfo()->absTime >= GetRunInfo()->RUNHEADER_TIME && // check on absolute time (s) |
// !(abstime >= GetRunInfo()->RUNHEADER_TIME && // check on absolute time (s) |
2623 |
GetOrbitalInfo()->absTime <= GetRunInfo()->RUNTRAILER_TIME) && |
// abstime <= GetRunInfo()->RUNTRAILER_TIME) && |
2624 |
!(GetOrbitalInfo()->OBT >= GetRunInfo()->RUNHEADER_OBT && // additional check on OBT (ms) |
// !(obt >= GetRunInfo()->RUNHEADER_OBT && // additional check on OBT (ms) |
2625 |
GetOrbitalInfo()->OBT <= GetRunInfo()->RUNTRAILER_OBT) |
// obt <= GetRunInfo()->RUNTRAILER_OBT) |
2626 |
) |
// ) |
2627 |
|| GetRunInfo()->NEVENTS==0 |
|
2628 |
|| !(irunentry < GetRunInfo()->NEVENTS-1-prevshift) |
!(abstime >= GetRunInfo()->RUNHEADER_TIME && // check on absolute time (s) |
2629 |
|
abstime <= GetRunInfo()->RUNTRAILER_TIME) |
2630 |
|
|| |
2631 |
|
!(obt >= GetRunInfo()->RUNHEADER_OBT && // additional check on OBT (ms) |
2632 |
|
obt <= GetRunInfo()->RUNTRAILER_OBT) |
2633 |
|
|| |
2634 |
|
GetRunInfo()->NEVENTS==0 |
2635 |
|
// || !(irunentry < GetRunInfo()->NEVENTS-1-prevshift) // ERRORE!!! fa saltare i run con 1 evento |
2636 |
|
|| |
2637 |
|
!(irunentry <= GetRunInfo()->NEVENTS-1-prevshift) |
2638 |
) |
) |
2639 |
&& irun < run_tree->GetEntries() ){ |
&& irun < run_tree->GetEntries() ){ |
2640 |
|
|
2641 |
irun++; |
|
2642 |
|
// if( !(abstime >= GetRunInfo()->RUNHEADER_TIME &&abstime <= GetRunInfo()->RUNTRAILER_TIME) )cout << "ABS TIME "<<abstime << " " <<GetRunInfo()->RUNTRAILER_TIME <<endl; |
2643 |
|
// if( !(obt >= GetRunInfo()->RUNHEADER_OBT && obt <= GetRunInfo()->RUNTRAILER_OBT) )cout << "OBT TIME "<< obt <<" "<< GetRunInfo()->RUNTRAILER_OBT << endl; |
2644 |
|
// if( GetRunInfo()->NEVENTS==0 )cout <<"GetRunInfo()->NEVENTS==0 "<<endl; |
2645 |
|
// if( !(irunentry <= GetRunInfo()->NEVENTS-1-prevshift) ) cout << "irunentry > "<<GetRunInfo()->NEVENTS-1-prevshift << endl; |
2646 |
|
// - - - - - - - - - - - - - |
2647 |
|
// irunentry = position of current entry, relative to the run |
2648 |
|
// prevshift = shift needed to synchronize l0 and l2 data (nested events) |
2649 |
|
// - - - - - - - - - - - - - |
2650 |
|
|
2651 |
|
// ----------------------------------------- |
2652 |
|
// store dead and live-time of previous run |
2653 |
|
// ----------------------------------------- |
2654 |
|
// if(SELLI==0){ |
2655 |
|
if(fromfirst){ |
2656 |
|
if(oldrun==irun){ |
2657 |
|
/// decrement counters |
2658 |
|
if( GetTrigLevel2()){ |
2659 |
|
totdltime[0]-=GetTrigLevel2()->dltime[0];//live-time |
2660 |
|
totdltime[1]-=GetTrigLevel2()->dltime[1];//dead-time |
2661 |
|
} |
2662 |
|
totdltime[2]--; //event counter |
2663 |
|
cout << endl; |
2664 |
|
cout << "n.events : "<<totdltime[2]<<endl; |
2665 |
|
cout << "RUN LIVE-TIME: "<<totdltime[0]*0.16<<" ms"<<endl; |
2666 |
|
cout << "RUN DEAD-TIME: "<<totdltime[1]*0.01<<" ms"<<endl; |
2667 |
|
}else{ |
2668 |
|
totdltime[0]=0;//live-time |
2669 |
|
totdltime[1]=0;//dead-time |
2670 |
|
totdltime[2]=0; //event counter |
2671 |
|
cout << " *** JUMP RUN *** irun "<<irun<<endl; |
2672 |
|
} |
2673 |
|
/// add an entry |
2674 |
|
if(run_tree_clone) |
2675 |
|
if(run_tree_clone->GetBranch("DeadLiveTime")->GetEntries() < run_tree->GetEntries()) |
2676 |
|
run_tree_clone->GetBranch("DeadLiveTime")->Fill(); |
2677 |
|
/// reset counters |
2678 |
|
if( GetTrigLevel2() ){ |
2679 |
|
totdltime[0]=GetTrigLevel2()->dltime[0];//live-time |
2680 |
|
totdltime[1]=0; //dead-time |
2681 |
|
} |
2682 |
|
totdltime[2]=1; //event counter |
2683 |
|
} |
2684 |
|
// } |
2685 |
|
|
2686 |
|
irun++; |
2687 |
// ------------------------------------ |
// ------------------------------------ |
2688 |
// if the end of run tree is reached... |
// if the end of run tree is reached... |
2689 |
// ------------------------------------ |
// ------------------------------------ |
2710 |
// ------------------------------------------------------------------- |
// ------------------------------------------------------------------- |
2711 |
if(irun>0)runfirstentry += (GetRunInfo()->NEVENTS)-prevshift; |
if(irun>0)runfirstentry += (GetRunInfo()->NEVENTS)-prevshift; |
2712 |
irunentry = 0; |
irunentry = 0; |
2713 |
prevshift = 0; |
prevshift = 0; |
2714 |
run_tree->GetEntry(irun); |
run_tree->GetEntry(irun);//update runinfo |
2715 |
|
irunt = irun - irunoffset[run_tree->GetTreeNumber()]; |
2716 |
if(GetRunInfo()->RUNHEADER_OBT>GetRunInfo()->RUNTRAILER_OBT ){ |
if(GetRunInfo()->RUNHEADER_OBT>GetRunInfo()->RUNTRAILER_OBT ){ |
2717 |
cout << "Bool_t PamLevel2::UpdateRunInfo(Long64_t iev) -- WARNING -- irun "<<irun<<" has RUNHEADER_OBT>=RUNTRAILER_OBT " <<endl; |
cout << "Bool_t PamLevel2::UpdateRunInfo(Long64_t iev) -- WARNING -- irun "<<irun<<" has RUNHEADER_OBT>=RUNTRAILER_OBT " <<endl; |
2718 |
cout << " (NB!! in this case some events are assigned to a wrong run)"<<endl; |
cout << " (NB!! in this case some events are assigned to a wrong run)"<<endl; |
2731 |
|
|
2732 |
// -------------------------------------- |
// -------------------------------------- |
2733 |
// ... otherwise |
// ... otherwise |
2734 |
|
// -------------------------------------- |
2735 |
|
|
2736 |
|
|
2737 |
|
// -------------------------------------- |
2738 |
// ---> exit with TRUE |
// ---> exit with TRUE |
2739 |
// -------------------------------------- |
// -------------------------------------- |
2740 |
cout << endl << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
cout << endl << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
2749 |
true ){ |
true ){ |
2750 |
cout << "* fragment *"<<endl; |
cout << "* fragment *"<<endl; |
2751 |
} |
} |
2752 |
|
|
2753 |
return(true); |
return(true); |
2754 |
}; |
}; |
2755 |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
2756 |
// if it is a preselected file (there is SelectionList) |
// if it is a preselected file (there is SelectionList) |
2757 |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
2758 |
|
// irun = run entry relative to the chain |
2759 |
|
// irunt = run entry relative to the tree |
2760 |
if(SELLI==1){ |
if(SELLI==1){ |
2761 |
sel_tree->GetEntry(iev); |
sel_tree->GetEntry(iev);// read irunt from SelectionList |
2762 |
if(irun != oldrun){ |
irun = irunt + irunoffset[sel_tree->GetTreeNumber()];//NEWNEW |
2763 |
run_tree->GetEntry(irun); |
if(irun != oldrun ){ |
2764 |
cout << endl << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" irun "<<irun<<endl; |
if( irun < run_tree->GetEntries() )run_tree->GetEntry(irun); |
2765 |
|
// check if the time is ok (with merged files it is not...) |
2766 |
|
// if not loop over run and look for the proper entry |
2767 |
|
bool SECONDO_GIRO=false; |
2768 |
|
// Long64_t irun_start = irun; |
2769 |
|
int offset_start = irunoffset[sel_tree->GetTreeNumber()]; |
2770 |
|
while ( |
2771 |
|
( |
2772 |
|
( |
2773 |
|
!(abstime >= GetRunInfo()->RUNHEADER_TIME && // check on absolute time (s) |
2774 |
|
abstime <= GetRunInfo()->RUNTRAILER_TIME) |
2775 |
|
// || |
2776 |
|
// !(obt >= GetRunInfo()->RUNHEADER_OBT && // additional check on OBT (ms) |
2777 |
|
// obt <= GetRunInfo()->RUNTRAILER_OBT) |
2778 |
|
) |
2779 |
|
|| GetRunInfo()->NEVENTS==0 |
2780 |
|
) |
2781 |
|
// && irun < run_tree->GetEntries() |
2782 |
|
){ |
2783 |
|
|
2784 |
|
if(DBG){ |
2785 |
|
cout << " (test) "; |
2786 |
|
cout << " tree "<<sel_tree->GetTreeNumber(); |
2787 |
|
cout << " irunt "<<irunt; |
2788 |
|
cout << " offset "<<irunoffset[sel_tree->GetTreeNumber()]; |
2789 |
|
cout << " abs "<<abstime; |
2790 |
|
cout <<" >> "<<GetRunInfo()->RUNHEADER_TIME<<" "<<GetRunInfo()->RUNTRAILER_TIME; |
2791 |
|
cout << " obt "<<obt; |
2792 |
|
cout <<" >> "<<GetRunInfo()->RUNHEADER_OBT<<" "<<GetRunInfo()->RUNTRAILER_OBT; |
2793 |
|
cout << " *** JUMP RUN *** irun "<<irun; |
2794 |
|
// if(!SECONDO_GIRO)cout << " (don't worry)"; |
2795 |
|
// else cout << " (start worring...)"; |
2796 |
|
cout << endl; |
2797 |
|
} |
2798 |
|
// irun++; |
2799 |
|
irunoffset[sel_tree->GetTreeNumber()]++; |
2800 |
|
irun = irunt + irunoffset[sel_tree->GetTreeNumber()];//NEWNEW |
2801 |
|
if(irun == run_tree->GetEntries() && SECONDO_GIRO){ |
2802 |
|
// if(irun == irun_start ){ |
2803 |
|
cout << " ...grrrvzzkhhhajsdkj!!!! "<<endl; |
2804 |
|
irunoffset[sel_tree->GetTreeNumber()] = offset_start; |
2805 |
|
return false; |
2806 |
|
} |
2807 |
|
if( irun >= run_tree->GetEntries() || irun < 0){ |
2808 |
|
cout << "irun = "<<irun<<" >> search from the beginning... <<"<<endl; |
2809 |
|
SECONDO_GIRO=true; |
2810 |
|
irun=0; |
2811 |
|
irunoffset[sel_tree->GetTreeNumber()]=-irunt; |
2812 |
|
} |
2813 |
|
run_tree->GetEntry(irun); |
2814 |
|
} |
2815 |
|
|
2816 |
|
|
2817 |
|
if(DBG){ |
2818 |
|
cout << " (test) "; |
2819 |
|
cout << " tree "<<sel_tree->GetTreeNumber(); |
2820 |
|
cout << " irunt "<<irunt; |
2821 |
|
cout << " offset "<<irunoffset[sel_tree->GetTreeNumber()]; |
2822 |
|
cout << " abs "<<abstime; |
2823 |
|
cout <<" >> "<<GetRunInfo()->RUNHEADER_TIME<<" "<<GetRunInfo()->RUNTRAILER_TIME; |
2824 |
|
cout << " obt "<<obt; |
2825 |
|
cout <<" >> "<<GetRunInfo()->RUNHEADER_OBT<<" "<<GetRunInfo()->RUNTRAILER_OBT; |
2826 |
|
} |
2827 |
|
cout << endl; |
2828 |
|
cout << endl << " ))))) UPDATE RUN INFO ((((( @iev "<<iev<<" run "<<GetRunInfo()->ID<<" (run-entry "<<irun<<")"<<endl; |
2829 |
|
// cout << endl; |
2830 |
prevshift = 0; |
prevshift = 0; |
2831 |
return true; |
return true; |
2832 |
} |
} |
2842 |
* @return true if a new run has been read, false if it is still the same run |
* @return true if a new run has been read, false if it is still the same run |
2843 |
*/ |
*/ |
2844 |
Bool_t PamLevel2::UpdateRunInfo(TTree *run, Long64_t iev){ |
Bool_t PamLevel2::UpdateRunInfo(TTree *run, Long64_t iev){ |
2845 |
return(UpdateRunInfo((TChain*)run,iev)); |
return(UpdateRunInfo((TChain*)run,iev)); |
2846 |
}; |
}; |
2847 |
|
|
2848 |
//-------------------------------------- |
//-------------------------------------- |
2852 |
/** |
/** |
2853 |
* Set which trees shoul be analysed |
* Set which trees shoul be analysed |
2854 |
* @param detlist TString containing the sequence of trees required |
* @param detlist TString containing the sequence of trees required |
2855 |
*/ |
*/ |
2856 |
void PamLevel2::SetWhichTrees(TString detlist){ |
void PamLevel2::SetWhichTrees(TString detlist){ |
2857 |
|
|
2858 |
if(detlist.IsNull() || detlist.Contains("+ALL", TString::kIgnoreCase)){ |
// if(detlist.IsNull() || detlist.Contains("+ALL", TString::kIgnoreCase)){ |
2859 |
CAL0 = false; |
if( detlist.Contains("+ALL", TString::kIgnoreCase)){ |
2860 |
|
|
2861 |
|
cout << " ======================================================== "<<endl; |
2862 |
|
cout << " (( WARNING )) "<<endl; |
2863 |
|
cout << " The meaning of the option +ALL has changed!! "<<endl; |
2864 |
|
cout << " Now it includes really all (level0+level1+level2+gpamela)"<<endl; |
2865 |
|
cout << " and the file is discarded if it does not contain "<<endl; |
2866 |
|
cout << " all trees or if level0 files are not available!! "<<endl; |
2867 |
|
cout << " ======================================================== "<<endl; |
2868 |
|
|
2869 |
|
CAL0 = true; |
2870 |
CAL1 = true; |
CAL1 = true; |
2871 |
CAL2 = true; |
CAL2 = true; |
2872 |
TRK2 = true; |
TRK2 = true; |
2873 |
TRK1 = false; |
TRK1 = true; |
2874 |
TRKh = false; |
TRKh = true; |
2875 |
TRK0 = false; |
TRK0 = true; |
2876 |
TRG = true; |
TRG = true; |
2877 |
TOF = true; |
TOF = true; |
2878 |
TOF0 = false; |
TOF0 = true; |
2879 |
S4 = true; |
S4 = true; |
2880 |
ND = true; |
ND = true; |
2881 |
AC = true; |
AC = true; |
2882 |
ORB = true; |
ORB = true; |
2883 |
|
GP = true; |
2884 |
}else if( detlist.Contains("-ALL", TString::kIgnoreCase) ){ |
}else if( detlist.Contains("-ALL", TString::kIgnoreCase) ){ |
2885 |
CAL0 = false; |
CAL0 = false; |
2886 |
CAL1 = false; |
CAL1 = false; |
2896 |
ND = false; |
ND = false; |
2897 |
AC = false; |
AC = false; |
2898 |
ORB = false; |
ORB = false; |
2899 |
|
GP = false; |
2900 |
}; |
}; |
2901 |
|
|
2902 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
2970 |
if( detlist.Contains("-ORB", TString::kIgnoreCase) )ORB = false; |
if( detlist.Contains("-ORB", TString::kIgnoreCase) )ORB = false; |
2971 |
else if( detlist.Contains("+ORB", TString::kIgnoreCase) )ORB = true; |
else if( detlist.Contains("+ORB", TString::kIgnoreCase) )ORB = true; |
2972 |
|
|
2973 |
|
if( detlist.Contains("-GP", TString::kIgnoreCase) )GP = false; |
2974 |
|
else if( detlist.Contains("+GP", TString::kIgnoreCase) )GP = true; |
2975 |
|
|
2976 |
|
cout<< "tree/branch list from input --> "; |
2977 |
|
if(TRK0)cout<<"TRK0 "; |
2978 |
|
if(TRK1)cout<<"TRK1 "; |
2979 |
|
if(TRK2)cout<<"TRK2 "; |
2980 |
|
if(TRKh)cout<<"TRKH "; |
2981 |
|
if(CAL0)cout<<"CAL0 "; |
2982 |
|
if(CAL1)cout<<"CAL1 "; |
2983 |
|
if(CAL2)cout<<"CAL2 "; |
2984 |
|
if(TOF)cout<<"TOF "; |
2985 |
|
if(TRG)cout<<"TRG "; |
2986 |
|
if(AC)cout<<"AC "; |
2987 |
|
if(ND)cout<<"ND "; |
2988 |
|
if(S4)cout<<"S4 "; |
2989 |
|
if(ORB)cout<<"ORB "; |
2990 |
|
if(GP)cout<<"GP "; |
2991 |
|
cout << endl; |
2992 |
// cout<< "Set detector list --> "; |
// cout<< "Set detector list --> "; |
2993 |
// if(TRK1)cout<<"TRK1 "; |
// if(TRK1)cout<<"TRK1 "; |
2994 |
// if(TRK2)cout<<"TRK2 "; |
// if(TRK2)cout<<"TRK2 "; |
2995 |
// if(TRKh)cout<<"TRKH "; |
// if(TRKh)cout<<"TRKH "; |
2996 |
// if(CAL1)cout<<"CAL1 "; |
// if(CAL1)cout<<"CAL1 "; |
2997 |
// if(CAL2)cout<<"CAL2 "; |
// if(CAL2)cout<<"CAL2 "; |
2998 |
|
// if(TOF0)cout<<"TOF0 "; |
2999 |
// if(TOF)cout<<"TOF "; |
// if(TOF)cout<<"TOF "; |
3000 |
// if(TRG)cout<<"TRG "; |
// if(TRG)cout<<"TRG "; |
3001 |
// if(AC)cout<<"AC "; |
// if(AC)cout<<"AC "; |
3014 |
|
|
3015 |
|
|
3016 |
|
|
3017 |
cout << "void PamLevel2::GetWhichTrees(TFile* f) --- WARNING!! --- ...potrebbe non funzionare "<<endl; |
// cout << "void PamLevel2::GetWhichTrees(TFile* f) --- WARNING!! --- ...potrebbe non funzionare "<<endl; |
3018 |
// ----------- |
// ----------- |
3019 |
// reset flags |
// reset flags |
3020 |
// ----------- |
// ----------- |
3029 |
ND = false; |
ND = false; |
3030 |
AC = false; |
AC = false; |
3031 |
ORB = false; |
ORB = false; |
3032 |
|
GP = false; |
3033 |
|
|
3034 |
RUN = false; |
RUN = false; |
3035 |
|
|
3036 |
cout << "Checking file: "<<f->GetName()<<endl; |
// cout << "Checking file: "<<f->GetName()<<endl; |
3037 |
if( !f || f->IsZombie() ){ |
if( !f || f->IsZombie() ){ |
3038 |
cout << "File: "<< f->GetName() <<" Non valid root file"<< endl; |
cout << "File: "<< f->GetName() <<" Non valid root file"<< endl; |
3039 |
return; |
return; |
3120 |
TRK2 = false; |
TRK2 = false; |
3121 |
TRKh = false; |
TRKh = false; |
3122 |
}else nev=nevt; |
}else nev=nevt; |
3123 |
T->Delete(); |
// T->Delete(); |
3124 |
}; |
}; |
3125 |
//========================================================= |
//========================================================= |
3126 |
if( !strcmp(key->GetName(),"Calorimeter" ) ){ |
if( !strcmp(key->GetName(),"Calorimeter" ) ){ |
3136 |
CAL1 = false; |
CAL1 = false; |
3137 |
CAL2 = false; |
CAL2 = false; |
3138 |
}else nev=nevt; |
}else nev=nevt; |
3139 |
T->Delete(); |
// T->Delete(); |
3140 |
}; |
}; |
3141 |
|
//========================================================= |
3142 |
|
if( !strcmp(key->GetName(),"h20") ){ |
3143 |
|
GP = true; |
3144 |
|
Int_t nevt = ((TTree*)f->Get("h20"))->GetEntries(); |
3145 |
|
if( nev && nevt!=nev){ |
3146 |
|
cout << "File: "<< f->GetName() <<" h20 tree has "<<nevt<<" events instead of "<<nev<< endl; |
3147 |
|
GP = false; |
3148 |
|
}else nev=nevt; |
3149 |
|
} |
3150 |
|
|
3151 |
}; |
}; |
3152 |
|
|
3153 |
delete lk; |
// delete lk; |
3154 |
|
|
3155 |
// cout<< "Get detector list from input file --> "; |
cout<< "tree/branch list from file --> "; |
3156 |
// if(TRK1)cout<<"TRK1 "; |
if(TRK1)cout<<"TRK1 "; |
3157 |
// if(TRK2)cout<<"TRK2 "; |
if(TRK2)cout<<"TRK2 "; |
3158 |
// if(TRKh)cout<<"TRKH "; |
if(TRKh)cout<<"TRKH "; |
3159 |
// if(CAL1)cout<<"CAL1 "; |
if(CAL1)cout<<"CAL1 "; |
3160 |
// if(CAL2)cout<<"CAL2 "; |
if(CAL2)cout<<"CAL2 "; |
3161 |
// if(TOF)cout<<"TOF "; |
if(TOF)cout<<"TOF "; |
3162 |
// if(TRG)cout<<"TRG "; |
if(TRG)cout<<"TRG "; |
3163 |
// if(AC)cout<<"AC "; |
if(AC)cout<<"AC "; |
3164 |
// if(ND)cout<<"ND "; |
if(ND)cout<<"ND "; |
3165 |
// if(S4)cout<<"S4 "; |
if(S4)cout<<"S4 "; |
3166 |
// if(ORB)cout<<"ORB "; |
if(ORB)cout<<"ORB "; |
3167 |
// cout << endl; |
if(GP)cout<<"GP "; |
3168 |
|
cout << endl; |
3169 |
|
|
3170 |
return ; |
return ; |
3171 |
|
|
3194 |
Bool_t ND__ok = false; |
Bool_t ND__ok = false; |
3195 |
Bool_t AC__ok = false; |
Bool_t AC__ok = false; |
3196 |
Bool_t ORB__ok = false; |
Bool_t ORB__ok = false; |
3197 |
|
Bool_t GP__ok = false; |
3198 |
|
|
3199 |
Bool_t RUN__ok = false; |
Bool_t RUN__ok = false; |
3200 |
|
|
3201 |
Bool_t SELLI__ok = false; |
Bool_t SELLI__ok = false; |
3202 |
|
|
3203 |
cout << "Checking file: "<<name<<endl; |
// cout << "Checking file: "<<name<<endl; |
3204 |
TFile *f = new TFile(name.Data()); |
TFile *f = new TFile(name.Data()); |
3205 |
if( !f || f->IsZombie() ){ |
if( !f || f->IsZombie() ){ |
3206 |
cout << "File: "<< f->GetName() <<" discarded ---- Non valid root file"<< endl; return false; |
cout << "File: "<< f->GetName() <<" discarded ---- Non valid root file"<< endl; return false; |
3226 |
// return false; |
// return false; |
3227 |
// }; |
// }; |
3228 |
|
|
3229 |
|
//========================================================= |
3230 |
|
// check if the file |
3231 |
|
|
3232 |
|
|
3233 |
if( !strcmp(key->GetName(),"Run" ) )RUN__ok = true; |
if( !strcmp(key->GetName(),"Run" ) )RUN__ok = true; |
3234 |
|
|
3355 |
}; |
}; |
3356 |
T->Delete(); |
T->Delete(); |
3357 |
}; |
}; |
3358 |
|
//========================================================= |
3359 |
|
if( !strcmp(key->GetName(),"h20") ){ |
3360 |
|
ISGP = true; |
3361 |
|
GP__ok = true; |
3362 |
|
if(GP){ |
3363 |
|
Int_t nevt = ((TTree*)f->Get("h20"))->GetEntries(); |
3364 |
|
if( nev && nevt!=nev){ |
3365 |
|
cout << "File: "<< f->GetName() <<" discarded ---- OrbitalInfo tree has "<<nevt<<" events instead of "<<nev<< endl; |
3366 |
|
return false; |
3367 |
|
} |
3368 |
|
nev=nevt; |
3369 |
|
} |
3370 |
|
} |
3371 |
|
|
3372 |
}; |
}; |
3373 |
|
|
3408 |
|
|
3409 |
|
|
3410 |
if(!RUN__ok) { |
if(!RUN__ok) { |
3411 |
cout << "File: "<< f->GetName() <<" *WARNING* ---- Missing RunInfo tree"<< endl; |
cout << "File: "<< f->GetName() <<" *WARNING* ---- Missing RunInfo tree (NB: RUN infos will not be updated)"<< endl; |
3412 |
// return false; |
RUN = false; |
3413 |
}; |
}; |
3414 |
|
|
3415 |
if(CAL1 && !CAL1__ok){ |
if(CAL1 && !CAL1__ok){ |
3457 |
cout << "File: "<< f->GetName() <<" discarded ---- Missing Trigger tree"<< endl; |
cout << "File: "<< f->GetName() <<" discarded ---- Missing Trigger tree"<< endl; |
3458 |
return false; |
return false; |
3459 |
}; |
}; |
3460 |
|
if(GP && !GP__ok){ |
3461 |
|
cout << "File: "<< f->GetName() <<" discarded ---- Missing h20 tree"<< endl; |
3462 |
|
return false; |
3463 |
|
}; |
3464 |
|
|
3465 |
|
|
3466 |
// lk->Delete(); |
// lk->Delete(); |
3479 |
// if(ND)cout<<"ND "; |
// if(ND)cout<<"ND "; |
3480 |
// if(S4)cout<<"S4 "; |
// if(S4)cout<<"S4 "; |
3481 |
// if(ORB)cout<<"ORB "; |
// if(ORB)cout<<"ORB "; |
3482 |
|
// if(GP)cout<<"GP "; |
3483 |
// cout << endl; |
// cout << endl; |
3484 |
|
|
3485 |
return true; |
return true; |
3532 |
|
|
3533 |
|
|
3534 |
// if the pointer is null, create a default file |
// if the pointer is null, create a default file |
3535 |
|
if(!run_tree)return; |
3536 |
|
|
3537 |
if(!ofile){ |
if(!ofile){ |
3538 |
cout << "void PamLevel2::CreateCloneTrees(TFile*) -- WARNING -- Creating file: clone-tree.root "<<endl; |
cout << "void PamLevel2::CreateCloneTrees(TFile*) -- WARNING -- Creating file: clone-tree.root "<<endl; |
3553 |
// ------------------ |
// ------------------ |
3554 |
// replicate run tree |
// replicate run tree |
3555 |
// ------------------ |
// ------------------ |
3556 |
cout << "----------------------------------------------------"<<endl; |
// cout << "----------------------------------------------------"<<endl; |
3557 |
cout << "irun\t | RUN\t NEVENTS\t absolute time"<<endl; |
// cout << "irun\t | RUN\t NEVENTS\t absolute time"<<endl; |
3558 |
for (Int_t i=0; i<run_tree->GetEntries(); i++){ |
for (Int_t i=0; i<run_tree->GetEntries(); i++){ |
3559 |
run_tree->GetEntry(i); |
run_tree->GetEntry(i); |
3560 |
cout << i<< "\t | "<<GetRunInfo()->ID<<"\t "<<GetRunInfo()->NEVENTS<< "\t "<<GetRunInfo()->RUNHEADER_TIME<<" <---> "<<GetRunInfo()->RUNTRAILER_TIME<<endl; |
// cout << i<< "\t | "<<GetRunInfo()->ID<<"\t "<<GetRunInfo()->NEVENTS<< "\t "<<GetRunInfo()->RUNHEADER_TIME<<" <---> "<<GetRunInfo()->RUNTRAILER_TIME<<endl; |
3561 |
run_tree_clone->Fill(); |
run_tree_clone->Fill(); |
3562 |
} |
} |
3563 |
cout << "----------------------------------------------------"<<endl; |
cout << "----------------------------------------------------"<<endl; |
3564 |
|
|
3565 |
|
// ------------------------------------ |
3566 |
|
// add branch with dead and live times |
3567 |
|
// ------------------------------------ |
3568 |
|
run_tree_clone->Branch("DeadLiveTime",totdltime,"dltime[3]/l"); |
3569 |
|
cout << "Run : branch DeadLiveTime"<<endl; |
3570 |
|
|
3571 |
|
|
3572 |
sel_tree_clone = new TTree("SelectionList","List of selected events "); |
sel_tree_clone = new TTree("SelectionList","List of selected events "); |
3573 |
sel_tree_clone->Branch("RunEntry",&irun,"runentry/L"); |
// sel_tree_clone->Branch("RunEntry",&irun,"runentry/L"); |
3574 |
|
sel_tree_clone->Branch("RunEntry",&irunt,"runentry/L");//NEWNEW |
3575 |
sel_tree_clone->Branch("EventEntry",&irunentry,"eventry/L"); |
sel_tree_clone->Branch("EventEntry",&irunentry,"eventry/L"); |
3576 |
|
|
3577 |
|
|
3651 |
cout << "OrbitalInfo : branch OrbitalInfo"<<endl; |
cout << "OrbitalInfo : branch OrbitalInfo"<<endl; |
3652 |
i++; |
i++; |
3653 |
}; |
}; |
3654 |
|
// GPamela |
3655 |
|
if(GP) { |
3656 |
|
pam_tree_clone[i] = new TTree("h20","PAMELA oribital info "); |
3657 |
|
pam_tree_clone[i]->Branch("GPamela","GPamela", GetPointerTo("GPamela"),32000,1);//split |
3658 |
|
cout << "OrbitalInfo : branch OrbitalInfo"<<endl; |
3659 |
|
i++; |
3660 |
|
}; |
3661 |
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
3662 |
|
|
3663 |
} |
} |
3702 |
void PamLevel2::WriteCloneTrees(){ |
void PamLevel2::WriteCloneTrees(){ |
3703 |
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
cout << "+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+" <<endl; |
3704 |
cout << "Write clones of PAMELA trees "<<endl; |
cout << "Write clones of PAMELA trees "<<endl; |
3705 |
cout << run_tree_clone->GetName()<<endl; |
cout << run_tree_clone->GetName()<<endl; |
3706 |
|
if(run_tree_clone->GetBranch("DeadLiveTime")->GetEntries() < run_tree->GetEntries()) |
3707 |
|
run_tree_clone->GetBranch("DeadLiveTime")->Fill(); |
3708 |
run_tree_clone->Write(); |
run_tree_clone->Write(); |
3709 |
cout << sel_tree_clone->GetName()<<endl; |
cout << sel_tree_clone->GetName()<<endl; |
3710 |
sel_tree_clone->Write(); |
sel_tree_clone->Write(); |
3748 |
cout << " Int_t PamLevel2::GetEntry(Int_t) -- ERROR -- error reading pam tree"<<endl; |
cout << " Int_t PamLevel2::GetEntry(Int_t) -- ERROR -- error reading pam tree"<<endl; |
3749 |
return 0; |
return 0; |
3750 |
} |
} |
3751 |
|
|
3752 |
// |
// |
3753 |
// ... that's way I put it here. Notice that nothing change in the code (is backward compatible) since in any case you return with 0. |
// ... that's way I put it here. Notice that nothing change in the code (is backward compatible) since in any case you return with 0. |
3754 |
// in theory one would like to return 1 if run is not loaded but now I don't have the will to add that 2 lines of code and it is not |
// in theory one would like to return 1 if run is not loaded but now I don't have the will to add that 2 lines of code and it is not |
3755 |
// a problem if you don't check the return code of getentry. |
// a problem if you don't check the return code of getentry. |
3756 |
// |
// |
3757 |
if(!run_tree ){ |
if(!RUN || !run_tree ){ |
3758 |
if ( TRK0 || CAL0 || TOF0 || RUN ) { //forse cosi` va bene per tornare 1? |
if ( TRK0 || CAL0 || TOF0 || RUN ) { //forse cosi` va bene per tornare 1? |
3759 |
cout << " Int_t PamLevel2::GetEntry(Int_t) -- ERROR -- run tree not loaded"<<endl; |
cout << " Int_t PamLevel2::GetEntry(Int_t) -- ERROR -- run tree not loaded"<<endl; |
3760 |
return 0; |
return 0; |
3839 |
// open the DB connection |
// open the DB connection |
3840 |
// (if not already opened) |
// (if not already opened) |
3841 |
//=================================== |
//=================================== |
3842 |
if(!dbc || (dbc && !dbc->IsConnected())){ |
if(!dbc || (dbc && !dbc->IsConnected()))SetDBConnection(); |
|
cout<<"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"<<endl; |
|
|
cout<<"Connecting to DB"<<endl; |
|
|
cout<<"HOST "<<host<<endl; |
|
|
cout<<"USER "<<user<<endl; |
|
|
cout<<"PSW "<<psw<<endl; |
|
|
dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
|
|
if( !dbc )return NULL; |
|
|
if( !dbc->IsConnected() )return NULL; |
|
|
// cout<<"...done"<<endl; |
|
|
cout<<"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"<<endl; |
|
|
}else{ |
|
|
// cout<<"DB already connected"<<endl; |
|
|
} |
|
3843 |
GL_ROOT glroot = GL_ROOT(); |
GL_ROOT glroot = GL_ROOT(); |
3844 |
if( glroot.Query_GL_ROOT(iroot,dbc) ){ |
if( glroot.Query_GL_ROOT(iroot,dbc) ){ |
3845 |
cout << "TTree* PamLevel2::GetYodaTree( ) -- ERROR -- level0 file iroot = "<<iroot<< " does not exists"<<endl; |
cout << "TTree* PamLevel2::GetYodaTree( ) -- ERROR -- level0 file iroot = "<<iroot<< " does not exists"<<endl; |
3887 |
cout << "PamLevel2::GetYodaTree() --- level0 TOF not implemented "<<endl; |
cout << "PamLevel2::GetYodaTree() --- level0 TOF not implemented "<<endl; |
3888 |
} |
} |
3889 |
|
|
3890 |
|
dbc->Close(); // EMILIANO, do not leave open connections, open only when needed |
3891 |
|
|
3892 |
|
|
3893 |
}; |
}; |
3894 |
|
|
3895 |
if(!dbc || (dbc && !dbc->IsConnected())){ |
// if(!dbc || (dbc && !dbc->IsConnected())){ |
3896 |
cout << " TTree* PamLevel2::GetYodaTree( ) -- no DB connected... hai fatto qualche cazzata "<<endl; |
// cout << " TTree* PamLevel2::GetYodaTree( ) -- no DB connected... hai fatto qualche cazzata "<<endl; |
3897 |
} |
// } |
3898 |
|
|
3899 |
if ( TRK0 ){ |
if ( TRK0 ){ |
3900 |
TrkParams::Load(6); |
TrkParams::Load(6); |
3901 |
if( !TrkParams::IsLoaded(6) ){ |
if( !TrkParams::IsLoaded(6) ){ |
3902 |
cout << " TTree* PamLevel2::GetYodaTree( ) -- WARNING -- VK-mask not loaded"<<endl; |
cout << " TTree* PamLevel2::GetYodaTree( ) -- WARNING -- VK-mask not loaded"<<endl; |
3903 |
}; |
}; |
3904 |
|
if(!dbc || (dbc && !dbc->IsConnected()))SetDBConnection(); |
3905 |
TrkParams::SetCalib(run_obj,dbc); |
TrkParams::SetCalib(run_obj,dbc); |
3906 |
TrkParams::LoadCalib( ); |
TrkParams::LoadCalib( ); |
3907 |
if( !TrkParams::CalibIsLoaded() ){ |
if( !TrkParams::CalibIsLoaded() ){ |
3908 |
cout << " TTree* PamLevel2::GetYodaTree( ) -- WARNING -- Calibration not loaded"<<endl; |
cout << " TTree* PamLevel2::GetYodaTree( ) -- WARNING -- Calibration not loaded"<<endl; |
3909 |
}; |
}; |
3910 |
|
dbc->Close(); // EMILIANO, do not leave open connections, open only when needed |
3911 |
} |
} |
3912 |
|
|
3913 |
|
|
3914 |
// cout << l0_tree << endl; |
// cout << l0_tree << endl; |
|
|
|
3915 |
return l0_tree; |
return l0_tree; |
3916 |
|
|
3917 |
} |
} |
3939 |
|
|
3940 |
// cout << " irun "<< irun << " irunentry "<< irunentry<<" run_obj->EV_FROM "<<run_obj->EV_FROM <<" quella giusta "<<quellagiusta << endl; |
// cout << " irun "<< irun << " irunentry "<< irunentry<<" run_obj->EV_FROM "<<run_obj->EV_FROM <<" quella giusta "<<quellagiusta << endl; |
3941 |
// cout << " iroot "<<iroot<<" run_obj->ID_ROOT_L0 "<<run_obj->ID_ROOT_L0<<endl; |
// cout << " iroot "<<iroot<<" run_obj->ID_ROOT_L0 "<<run_obj->ID_ROOT_L0<<endl; |
3942 |
// cout << " time "<< GetOrbitalInfo()->absTime << endl; |
// cout << " time "<< abstime << endl; |
3943 |
// cout << " trk_calib_used "<<run_obj->TRK_CALIB_USED<< endl; |
// cout << " trk_calib_used "<<run_obj->TRK_CALIB_USED<< endl; |
3944 |
|
|
3945 |
if( !GetOrbitalInfo() ){ |
ULong64_t obt = 0; |
3946 |
|
ULong64_t pktn = 0; |
3947 |
|
if( GetOrbitalInfo() ){ |
3948 |
|
obt = GetOrbitalInfo()->OBT; |
3949 |
|
pktn = GetOrbitalInfo()->pkt_num; |
3950 |
|
} |
3951 |
|
|
3952 |
|
if( !GetOrbitalInfo() && !ISGP){ |
3953 |
cout << "Int_t PamLevel2::GetYodaEntry() -- ERROR -- missing OrbitalInfo "<<endl; |
cout << "Int_t PamLevel2::GetYodaEntry() -- ERROR -- missing OrbitalInfo "<<endl; |
3954 |
return 0; |
return 0; |
3955 |
} |
} |
3956 |
if( GetOrbitalInfo()->OBT==0 && GetOrbitalInfo()->pkt_num==0 ){ |
if( obt==0 && pktn==0 && !ISGP ){ |
3957 |
cout << "Int_t PamLevel2::GetYodaEntry() -- ERROR -- level2 event corrupted ?? "<<endl; |
cout << "Int_t PamLevel2::GetYodaEntry() -- ERROR -- level2 event corrupted ?? "<<endl; |
3958 |
return 0; |
return 0; |
3959 |
} |
} |
3972 |
Int_t answer = 0; |
Int_t answer = 0; |
3973 |
Int_t shift =0; |
Int_t shift =0; |
3974 |
// printf(" siamo qui %i %i \n",shift,prevshift); |
// printf(" siamo qui %i %i \n",shift,prevshift); |
3975 |
Int_t maxshift = 10; |
// Int_t maxshift = 50; // EMILIANO |
3976 |
do{ |
do{ |
3977 |
if(shift>0){ |
if(shift>0){ |
3978 |
cout << " PKTNUM L2 --- "<< GetOrbitalInfo()->pkt_num << " --- L0 --- "<< GetEventHeader()->GetPscuHeader()->GetCounter()<<endl; |
cout << " PKTNUM L2 --- "<< pktn << " --- L0 --- "<< GetEventHeader()->GetPscuHeader()->GetCounter()<<endl; |
3979 |
cout << " RUN: ID "<< GetRunInfo()->ID << " ID_ROOT_L0 "<<run_obj->ID_ROOT_L0<<" ID_RUN_FRAG "<<GetRunInfo()->ID_RUN_FRAG << " EV_FROM "<<GetRunInfo()->EV_FROM <<endl; |
cout << " RUN: ID "<< GetRunInfo()->ID << " ID_ROOT_L0 "<<run_obj->ID_ROOT_L0<<" ID_RUN_FRAG "<<GetRunInfo()->ID_RUN_FRAG << " EV_FROM "<<GetRunInfo()->EV_FROM <<endl; |
3980 |
cout << " L2 <--> L0 mismatch ( irun "<<irun<<" irunentry "<<irunentry<<" shift "<<shift<<" prevshift "<<prevshift<<" )"<<endl; |
cout << " L2 <--> L0 mismatch ( irun "<<irun<<" irunentry "<<irunentry<<" shift "<<shift<<" prevshift "<<prevshift<<" )"<<endl; |
3981 |
} |
} |
3985 |
cout << "Int_t PamLevel2::GetYodaEntry() -- ERROR -- missing EventHeader "<<endl; |
cout << "Int_t PamLevel2::GetYodaEntry() -- ERROR -- missing EventHeader "<<endl; |
3986 |
return 0; |
return 0; |
3987 |
} |
} |
3988 |
// cout << "PKTNUM "<<shift<<" == L2 --- "<< GetOrbitalInfo()->pkt_num << " --- L0 --- "<< GetEventHeader()->GetPscuHeader()->GetCounter()<<endl; |
|
3989 |
// cout << " L2 --- "<< GetOrbitalInfo()->OBT << " --- L0 --- "<< GetEventHeader()->GetPscuHeader()->GetOrbitalTime()<<endl; |
if(ISGP){ |
3990 |
|
obt = (UInt_t)(GetEventHeader()->GetPscuHeader()->GetOrbitalTime()); //BARBATRUCCO |
3991 |
|
pktn = (UInt_t)(GetEventHeader()->GetPscuHeader()->GetCounter()); //BARBATRUCCO |
3992 |
|
} |
3993 |
|
|
3994 |
|
// cout << "PKTNUM "<<shift<<" == L2 --- "<< pktn << " --- L0 --- "<< GetEventHeader()->GetPscuHeader()->GetCounter()<<endl; |
3995 |
|
// cout << " L2 --- "<< obt << " --- L0 --- "<< GetEventHeader()->GetPscuHeader()->GetOrbitalTime()<<endl; |
3996 |
// if( (quellagiusta+shift) == l0_tree->GetEntries()+1 )cout << ">>> end of level0 tree <<<"<<endl; |
// if( (quellagiusta+shift) == l0_tree->GetEntries()+1 )cout << ">>> end of level0 tree <<<"<<endl; |
3997 |
// cout << " GetOrbitalInfo()->OBT "<< GetOrbitalInfo()->OBT << endl; |
// cout << " obt "<< obt << endl; |
3998 |
// cout << " GetEventHeader()->GetPscuHeader()->GetOrbitalTime() "<< GetEventHeader()->GetPscuHeader()->GetOrbitalTime() << endl; |
// cout << " GetEventHeader()->GetPscuHeader()->GetOrbitalTime() "<< GetEventHeader()->GetPscuHeader()->GetOrbitalTime() << endl; |
3999 |
// cout << " GetOrbitalInfo()->pkt_num "<< GetOrbitalInfo()->pkt_num << endl; |
// cout << " pktn "<< pktn << endl; |
4000 |
// cout << " GetEventHeader()->GetPscuHeader()->GetCounter() "<< GetEventHeader()->GetPscuHeader()->GetCounter() << endl; |
// cout << " GetEventHeader()->GetPscuHeader()->GetCounter() "<< GetEventHeader()->GetPscuHeader()->GetCounter() << endl; |
4001 |
// printf(" IDRUN %u \n",GetRunInfo()->ID); |
// printf(" IDRUN %u \n",GetRunInfo()->ID); |
4002 |
// |
// |
4003 |
if ( prevshift != 0 && (quellagiusta+(Long64_t)shift) == GetYodaTree()->GetEntries() ){ |
if ( prevshift != 0 && (quellagiusta+(Long64_t)shift) == GetYodaTree()->GetEntries() ){ |
4004 |
prevshift = 0; |
prevshift = 0; |
4005 |
shift = -1; |
shift = -1; |
4006 |
}; |
}; |
4007 |
|
|
4008 |
}while( ( GetOrbitalInfo()->OBT != (UInt_t)(GetEventHeader()->GetPscuHeader()->GetOrbitalTime()) || GetOrbitalInfo()->pkt_num != (UInt_t)(GetEventHeader()->GetPscuHeader()->GetCounter())) && (quellagiusta+(Long64_t)shift) < GetYodaTree()->GetEntries() && shift < maxshift); |
}while( ( obt != (UInt_t)(GetEventHeader()->GetPscuHeader()->GetOrbitalTime()) || |
4009 |
|
pktn != (UInt_t)(GetEventHeader()->GetPscuHeader()->GetCounter()) ) |
4010 |
|
&& (quellagiusta+(Long64_t)shift) < GetYodaTree()->GetEntries() && shift < maxshift); |
4011 |
|
|
4012 |
if ( (quellagiusta+(Long64_t)shift+(Long64_t)prevshift) > GetYodaTree()->GetEntries() || shift == maxshift ) { |
if ( (quellagiusta+(Long64_t)shift+(Long64_t)prevshift) > GetYodaTree()->GetEntries() || shift == maxshift ) { |
4013 |
cout << " Big trouble here, no such event in Level0 data! " <<endl; |
cout << " Big trouble here, no such event in Level0 data! " <<endl; |
4025 |
*/ |
*/ |
4026 |
Bool_t PamLevel2::SetDBConnection(){ |
Bool_t PamLevel2::SetDBConnection(){ |
4027 |
|
|
4028 |
cout<<"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"<<endl; |
if(DBG){ |
4029 |
cout<<"Connecting to DB"<<endl; |
cout<<"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"<<endl; |
4030 |
cout<<"HOST "<<host<<endl; |
cout<<"Connecting to DB"<<endl; |
4031 |
cout<<"USER "<<user<<endl; |
cout<<"HOST "<<host<<endl; |
4032 |
cout<<"PSW "<<psw<<endl; |
cout<<"USER "<<user<<endl; |
4033 |
|
cout<<"PSW "<<psw<<endl; |
4034 |
|
} |
4035 |
dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
dbc = TSQLServer::Connect(host.Data(),user.Data(),psw.Data()); |
4036 |
if( !dbc )return false; |
if( !dbc )return false; |
4037 |
if( !dbc->IsConnected() )return false; |
if( !dbc->IsConnected() )return false; |
4038 |
cout<<"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"<<endl; |
stringstream myquery; // EMILIANO |
4039 |
|
myquery.str(""); // EMILIANO |
4040 |
|
myquery << "SET time_zone='+0:00'"; // EMILIANO |
4041 |
|
dbc->Query(myquery.str().c_str()); // EMILIANO |
4042 |
|
if(DBG)cout<<"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"<<endl; |
4043 |
return true; |
return true; |
4044 |
|
|
4045 |
} |
} |
4046 |
|
|
4047 |
|
/** |
4048 |
|
* \Brief Add a friend to the pamela chain. |
4049 |
|
* @param cname name of the chain to be added |
4050 |
|
*/ |
4051 |
|
|
4052 |
|
TChain* PamLevel2::AddFriend(TString cname){ |
4053 |
|
|
4054 |
|
if(!GetPamTree()){ |
4055 |
|
cout << " TChain* PamLevel2::AddFriend(TString cname) --- a pamela tree must be created first"<<endl; |
4056 |
|
return NULL; |
4057 |
|
} |
4058 |
|
|
4059 |
|
|
4060 |
|
TChain *c = new TChain( cname.Data() ); |
4061 |
|
|
4062 |
|
TIter next( GetPamTree()->GetListOfFiles() ); |
4063 |
|
Int_t nf = 0; |
4064 |
|
TChainElement* element = 0; |
4065 |
|
while ((element = (TChainElement*) next())) { |
4066 |
|
c->Add(element->GetTitle()); |
4067 |
|
nf++; |
4068 |
|
} |
4069 |
|
|
4070 |
|
GetPamTree()->AddFriend(cname.Data()); |
4071 |
|
|
4072 |
|
cout << "external chain created and added to pamela friends :"<<cname<<endl; |
4073 |
|
cout << "n.files "<<nf<<endl; |
4074 |
|
|
4075 |
|
|
4076 |
|
return c; |
4077 |
|
|
4078 |
|
} |
4079 |
|
|
4080 |
|
|