582 |
|
OSUAnalysis::~OSUAnalysis () |
583 |
|
{ |
584 |
|
|
585 |
– |
// for (uint iTree=0; iTree<BNTrees_.size(); iTree++) { |
586 |
– |
// if (!BNTrees_.at(iTree)) { cout << "ERROR: Undefined BNTree. Will likely seg fault." << endl; } |
587 |
– |
// cout << "Debug: Executing AutoSave." << endl; |
588 |
– |
// BNTrees_.at(iTree)->AutoSave("Overwrite"); // Save at end of job, to prevent duplicate key. |
589 |
– |
// } |
590 |
– |
|
585 |
|
// Destroying the CutFlow objects causes the cut flow numbers and time |
586 |
|
// information to be printed to standard output. |
587 |
|
for(uint currentChannel = 0; currentChannel != channels_.size(); currentChannel++){ |