| 326 |
}; |
}; |
| 327 |
for (UInt_t j = 0; j < nobefrun; j++){ |
for (UInt_t j = 0; j < nobefrun; j++){ |
| 328 |
// |
// |
| 329 |
acclone->GetEntry(j); |
if ( acclone->GetEntry(j) <=0 ) throw -36; |
| 330 |
// |
// |
| 331 |
// copy acl2clone to acl2 |
// copy acl2clone to acl2 |
| 332 |
// |
// |
| 485 |
// |
// |
| 486 |
if ( procev%1000 == 0 && procev > 0 && verbose ) printf(" %iK \n",procev/1000); |
if ( procev%1000 == 0 && procev > 0 && verbose ) printf(" %iK \n",procev/1000); |
| 487 |
// |
// |
| 488 |
l0head->GetEntry(re); |
if ( l0head->GetEntry(re) <= 0 ) throw -36; |
| 489 |
// |
// |
| 490 |
// absolute time of this event |
// absolute time of this event |
| 491 |
// |
// |
| 506 |
// |
// |
| 507 |
acl2->Clear(); |
acl2->Clear(); |
| 508 |
// |
// |
| 509 |
l0ac->GetEntry(re); |
if ( l0ac->GetEntry(re) <= 0 ) throw -36; |
| 510 |
// |
// |
| 511 |
/***********************************************/ |
/***********************************************/ |
| 512 |
// Here starts Anticounter specific code (Silvio) |
// Here starts Anticounter specific code (Silvio) |
| 647 |
// |
// |
| 648 |
// Get entry from old tree |
// Get entry from old tree |
| 649 |
// |
// |
| 650 |
acclone->GetEntry(j); |
if ( acclone->GetEntry(j) <= 0 ) throw -36; |
| 651 |
// |
// |
| 652 |
// copy acl2clone to acl2 |
// copy acl2clone to acl2 |
| 653 |
// |
// |