348 |
// |
// |
349 |
// copy tofclone to tof |
// copy tofclone to tof |
350 |
// |
// |
351 |
tof = new ToFLevel2(); |
//tof = new ToFLevel2(); |
352 |
|
tof->Clear(); |
353 |
memcpy(&tof,&tofclone,sizeof(tofclone)); |
memcpy(&tof,&tofclone,sizeof(tofclone)); |
354 |
// |
// |
355 |
// Fill entry in the new tree |
// Fill entry in the new tree |
567 |
// |
// |
568 |
// start processing |
// start processing |
569 |
// |
// |
570 |
tof = new ToFLevel2(); |
tof->Clear(); |
571 |
|
//tof = new ToFLevel2(); |
572 |
|
|
573 |
// |
// |
574 |
// Here we will use some procedure to calibrate our data and put some kind of informations in the cinput structure |
// Here we will use some procedure to calibrate our data and put some kind of informations in the cinput structure |
673 |
TClonesArray &t = *tof->ToFTrk; |
TClonesArray &t = *tof->ToFTrk; |
674 |
new(t[ntrkentry]) ToFTrkVar(*t_tof); |
new(t[ntrkentry]) ToFTrkVar(*t_tof); |
675 |
// |
// |
676 |
|
delete t_tof; |
677 |
|
// |
678 |
ntrkentry++; |
ntrkentry++; |
679 |
// |
// |
680 |
}; // loop on all the tracks |
}; // loop on all the tracks |
710 |
// |
// |
711 |
// copy tofclone to tof |
// copy tofclone to tof |
712 |
// |
// |
713 |
tof = new ToFLevel2(); |
// tof = new ToFLevel2(); |
714 |
|
tof->Clear(); |
715 |
memcpy(&tof,&tofclone,sizeof(tofclone)); |
memcpy(&tof,&tofclone,sizeof(tofclone)); |
716 |
// |
// |
717 |
// Fill entry in the new tree |
// Fill entry in the new tree |