# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |