| 291 |
// number of run to be processed |
// number of run to be processed |
| 292 |
// |
// |
| 293 |
numbofrun = runinfo->GetNoRun(); |
numbofrun = runinfo->GetNoRun(); |
| 294 |
|
UInt_t totnorun = runinfo->GetRunEntries(); |
| 295 |
// |
// |
| 296 |
// Try to access the OrbitalInfo tree in the file, if it exists we are reprocessing data if not we are processing a new run |
// Try to access the OrbitalInfo tree in the file, if it exists we are reprocessing data if not we are processing a new run |
| 297 |
// |
// |
| 318 |
// |
// |
| 319 |
if (verbose) printf("\n Preparing the pre-processing...\n"); |
if (verbose) printf("\n Preparing the pre-processing...\n"); |
| 320 |
// |
// |
| 321 |
if ( run == 0 ){ |
if ( run == 0 || totnorun == 1 ){ |
| 322 |
// |
// |
| 323 |
// we are reprocessing all the file |
// we are reprocessing all the file |
| 324 |
// if we are reprocessing everything we don't need to copy any old event and we can just work with the new tree and delete the old one immediately |
// if we are reprocessing everything we don't need to copy any old event and we can just work with the new tree and delete the old one immediately |