| 401 |
// |
// |
| 402 |
// Loop over the run to be processed |
// Loop over the run to be processed |
| 403 |
// |
// |
|
|
|
| 404 |
for (UInt_t irun=0; irun < numbofrun; irun++){ |
for (UInt_t irun=0; irun < numbofrun; irun++){ |
| 405 |
// |
// |
| 406 |
// retrieve the first run ID to be processed using the RunInfo list |
// retrieve the first run ID to be processed using the RunInfo list |
| 552 |
// |
// |
| 553 |
if (verbose) printf("\n Ready to start! \n\n Processed events: \n\n"); |
if (verbose) printf("\n Ready to start! \n\n Processed events: \n\n"); |
| 554 |
// |
// |
| 555 |
|
// if ( dbc ){ |
| 556 |
|
// dbc->Close(); |
| 557 |
|
// delete dbc; |
| 558 |
|
//}; |
| 559 |
|
// |
| 560 |
for ( re = runinfo->EV_FROM; re < (runinfo->EV_FROM+runinfo->NEVENTS); re++){ |
for ( re = runinfo->EV_FROM; re < (runinfo->EV_FROM+runinfo->NEVENTS); re++){ |
| 561 |
|
|
| 562 |
// |
// |