| 362 |
// |
// |
| 363 |
for ( UInt_t run = 0; run < totnorun; run++){ |
for ( UInt_t run = 0; run < totnorun; run++){ |
| 364 |
// |
// |
| 365 |
oldtree->GetEntry(run); |
if ( oldtree->GetEntry(run) <= 0 ) throw -36; |
| 366 |
// |
// |
| 367 |
CopyFromTo(oldrun,newrun,oldver,newver); |
CopyFromTo(oldrun,newrun,oldver,newver); |
| 368 |
// |
// |
| 570 |
// |
// |
| 571 |
for ( UInt_t run = 0; run < totnorun; run++){ |
for ( UInt_t run = 0; run < totnorun; run++){ |
| 572 |
// |
// |
| 573 |
newtree->GetEntry(run); |
if ( newtree->GetEntry(run) <= 0 ) throw -36; |
| 574 |
// |
// |
| 575 |
file_entries += (newrun->EV_TO - newrun->EV_FROM + 1); |
file_entries += (newrun->EV_TO - newrun->EV_FROM + 1); |
| 576 |
// |
// |
| 659 |
totnorun = newtree->GetEntries(); |
totnorun = newtree->GetEntries(); |
| 660 |
// |
// |
| 661 |
for ( UInt_t nrun = 0; nrun < totnorun; nrun++){ |
for ( UInt_t nrun = 0; nrun < totnorun; nrun++){ |
| 662 |
newtree->GetEntry(nrun); |
if ( newtree->GetEntry(nrun) <= 0 ) throw -36; |
| 663 |
// |
// |
| 664 |
if ( nwrun->ID == run || run == 0 ){ |
if ( nwrun->ID == run || run == 0 ){ |
| 665 |
CopyFromTo(nwrun,(GL_RUN*)this,nwver,version); |
CopyFromTo(nwrun,(GL_RUN*)this,nwver,version); |