503 |
// |
// |
504 |
// copy tofclone to tof |
// copy tofclone to tof |
505 |
// |
// |
|
tof->Clear(); |
|
|
// if ( !l1only ) memcpy(&tof,&tofclone,sizeof(tofclone)); |
|
506 |
memcpy(&tof,&tofclone,sizeof(tofclone)); |
memcpy(&tof,&tofclone,sizeof(tofclone)); |
507 |
// |
// |
508 |
// Fill entry in the new tree |
// Fill entry in the new tree |
509 |
// |
// |
510 |
toft->Fill(); |
toft->Fill(); |
511 |
// |
// |
512 |
}; |
} |
513 |
if ( verbose ) printf(" Finished successful copying!\n"); |
if ( verbose ) printf(" Finished successful copying!\n"); |
514 |
}; |
} |
515 |
}; |
} |
516 |
// |
// |
517 |
// Get the list of run to be processed, if only one run has to be processed the list will contain one entry only. |
// Get the list of run to be processed, if only one run has to be processed the list will contain one entry only. |
518 |
// |
// |
1517 |
// |
// |
1518 |
// copy tofclone to tof |
// copy tofclone to tof |
1519 |
// |
// |
|
tof->Clear(); |
|
1520 |
memcpy(&tof,&tofclone,sizeof(tofclone));// EM reprocessing bug fixed |
memcpy(&tof,&tofclone,sizeof(tofclone));// EM reprocessing bug fixed |
1521 |
// |
// |
1522 |
// Fill entry in the new tree |
// Fill entry in the new tree |