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

Comparing UserCode/MitHzz4l/NonMCBackground/src/MuonFakeRateMod.cc (file contents):
Revision 1.5 by anlevin, Sat Jul 7 13:33:32 2012 UTC vs.
Revision 1.6 by dkralph, Mon Jul 9 08:53:54 2012 UTC

# Line 152 | Line 152 | void mithep::MuonFakeRateMod::Process()
152    }
153    for(Int_t i=0; i<fElectrons->GetEntries(); i++) {
154      const Electron *ele = fElectrons->At(i);
155 <    if(electron2012CutBasedIDMedium(ele, fPrimVerts->At(0), fPFCandidates, fConversions, fPileupEnergyDensity)) goodElectrons.push_back(ele);
155 >    if(electronPOG2012CutBasedIDMedium(ele, fPrimVerts->At(0), fPFCandidates, fConversions, fPileupEnergyDensity)) goodElectrons.push_back(ele);
156  
157    }    
158    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines