ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/src/IsolationSelection.cc
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/src/IsolationSelection.cc (file contents):
Revision 1.25 by anlevin, Wed May 23 22:36:14 2012 UTC vs.
Revision 1.26 by anlevin, Mon May 28 12:37:10 2012 UTC

# Line 2392 | Line 2392 | float electronPFIso04(ControlFlags &ctrl
2392  
2393        // Veto any PFmuon, or PFEle
2394        if (abs(pf->PFType()) == PFCandidate::eElectron || abs(pf->PFType()) == PFCandidate::eMuon) {
2395 <         cout << "\t skipping, pf is and ele or mu .." <<endl;
2395 >          if( ctrl.debug) cout << "\t skipping, pf is and ele or mu .." <<endl;
2396          continue;
2397        }
2398  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines