971 |
if (sel_tree) |
if (sel_tree) |
972 |
sel_tree->Delete();; |
sel_tree->Delete();; |
973 |
sel_tree = NULL; |
sel_tree = NULL; |
974 |
|
|
975 |
|
if (proc_tree) |
976 |
|
proc_tree->Delete(); |
977 |
|
proc_tree = NULL; |
978 |
// |
// |
979 |
// Close file |
// Close file |
980 |
// |
// |
3508 |
cout << ">>> Found ProcessingInfo <<<" << endl; |
cout << ">>> Found ProcessingInfo <<<" << endl; |
3509 |
// L->SetBranchAddress("RunEntry",&irun); |
// L->SetBranchAddress("RunEntry",&irun); |
3510 |
P->SetBranchAddress("ProcInfo", &proc_obj);//NEWNEW |
P->SetBranchAddress("ProcInfo", &proc_obj);//NEWNEW |
3511 |
|
proc_tree = P; |
3512 |
} |
} |
3513 |
// -------------------------------------------- |
// -------------------------------------------- |
3514 |
// return the pamela chain with all the friends |
// return the pamela chain with all the friends |
3515 |
// -------------------------------------------- |
// -------------------------------------------- |
3516 |
|
|
3517 |
pam_tree = Trout; |
pam_tree = Trout; |
|
|
|
3518 |
return Trout; |
return Trout; |
3519 |
} |
} |
3520 |
|
|