Parent Directory
|
Revision Log
|
Patch
revision 1.98 by mocchiut, Fri Oct 17 14:03:46 2014 UTC | revision 1.99 by mocchiut, Fri Oct 17 15:08:35 2014 UTC | |
---|---|---|
# | Line 4572 void PamLevel2::GetWhichTrees(TFile* f) | Line 4572 void PamLevel2::GetWhichTrees(TFile* f) |
4572 | // cout << "Checking file: "<<f->GetName()<<endl; | // cout << "Checking file: "<<f->GetName()<<endl; |
4573 | if (!f || f->IsZombie()) { | if (!f || f->IsZombie()) { |
4574 | cout << "File: " << f->GetName() << " Non valid root file" << endl; | cout << "File: " << f->GetName() << " Non valid root file" << endl; |
4575 | fDiscarded = true; | |
4576 | return; | return; |
4577 | } | } |
4578 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |