319 |
if ( verbose ) printf(" Nuclei tracking algorithm branch not found :( !\n"); |
if ( verbose ) printf(" Nuclei tracking algorithm branch not found :( !\n"); |
320 |
printf(" ok, this is not a problem (it depends on tracker settings) \n"); |
printf(" ok, this is not a problem (it depends on tracker settings) \n"); |
321 |
delete tcNucleiTrk; |
delete tcNucleiTrk; |
322 |
|
tcNucleiTrk = NULL; // 10RED reprocessing bug when missing extratracks |
323 |
} |
} |
324 |
// Nuclei tracking algorithm using calorimeter points |
// Nuclei tracking algorithm using calorimeter points |
325 |
tcExtNucleiTrk = new TClonesArray("ExtTrack"); |
tcExtNucleiTrk = new TClonesArray("ExtTrack"); |
331 |
if ( verbose ) printf(" Recovered nuclei tracking algorithm branch not found :( !\n"); |
if ( verbose ) printf(" Recovered nuclei tracking algorithm branch not found :( !\n"); |
332 |
printf(" ok, this is not a problem (it depends on tracker settings) \n"); |
printf(" ok, this is not a problem (it depends on tracker settings) \n"); |
333 |
delete tcExtNucleiTrk; |
delete tcExtNucleiTrk; |
334 |
|
tcExtNucleiTrk = NULL; // 10RED reprocessing bug when missing extratracks |
335 |
} |
} |
336 |
// Tracking algorithm using calorimeter points |
// Tracking algorithm using calorimeter points |
337 |
tcExtTrk = new TClonesArray("ExtTrack"); |
tcExtTrk = new TClonesArray("ExtTrack"); |
343 |
if ( verbose ) printf(" Recovered track algorithm branch not found :( !\n"); |
if ( verbose ) printf(" Recovered track algorithm branch not found :( !\n"); |
344 |
printf(" ok, this is not a problem (it depends on tracker settings) \n"); |
printf(" ok, this is not a problem (it depends on tracker settings) \n"); |
345 |
delete tcExtTrk; |
delete tcExtTrk; |
346 |
|
tcExtTrk = NULL; // 10RED reprocessing bug when missing extratracks |
347 |
} |
} |
348 |
} |
} |
349 |
// |
// |