| 3511 |
// L->SetBranchAddress("RunEntry",&irun); |
// L->SetBranchAddress("RunEntry",&irun); |
| 3512 |
P->SetBranchAddress("ProcInfo", &proc_obj);//NEWNEW |
P->SetBranchAddress("ProcInfo", &proc_obj);//NEWNEW |
| 3513 |
proc_tree = P; |
proc_tree = P; |
| 3514 |
|
} else { |
| 3515 |
|
// proc_tree = new TChain("ProcessingInfo","Log of data processing"); |
| 3516 |
|
// proc_tree->Branch("ProcInfo", "ProcInfo", &proc_obj); |
| 3517 |
|
cout << "----------------------------------------------------" << endl; |
| 3518 |
|
cout << ">>> ProcessingInfo not found, PROC set to false and continue (not 10RED files?)<<<" << endl; |
| 3519 |
|
PROC = false; |
| 3520 |
} |
} |
| 3521 |
// -------------------------------------------- |
// -------------------------------------------- |
| 3522 |
// return the pamela chain with all the friends |
// return the pamela chain with all the friends |