572 |
Target->cd(); |
Target->cd(); |
573 |
// |
// |
574 |
nli->CreateCloneTrees(Target); |
nli->CreateCloneTrees(Target); |
575 |
|
// |
576 |
|
nli->GetCloneTree("Tracker")->SetAutoSave(900000000000000LL); |
577 |
|
nli->GetCloneTree("Trigger")->SetAutoSave(900000000000000LL); |
578 |
|
nli->GetCloneTree("Calorimeter")->SetAutoSave(900000000000000LL); |
579 |
|
nli->GetCloneTree("S4")->SetAutoSave(900000000000000LL); |
580 |
|
nli->GetCloneTree("Anticounter")->SetAutoSave(900000000000000LL); |
581 |
|
nli->GetCloneTree("NeutronD")->SetAutoSave(900000000000000LL); |
582 |
|
nli->GetCloneTree("OrbitalInfo")->SetAutoSave(900000000000000LL); |
583 |
|
nli->GetCloneTree("Run")->SetAutoSave(900000000000000LL); |
584 |
|
nli->GetCloneTree("ToF")->SetAutoSave(900000000000000LL); |
585 |
|
// |
586 |
ULong64_t nevents = nli->GetEntries(); |
ULong64_t nevents = nli->GetEntries(); |
587 |
printf(" NEVENTS %llu \n",nevents); |
printf(" NEVENTS %llu \n",nevents); |
588 |
for(ULong64_t iev=0; iev<nevents; iev++){ |
for(ULong64_t iev=0; iev<nevents; iev++){ |