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.8 by anlevin, Wed Jul 18 12:35:27 2012 UTC vs.
Revision 1.9 by anlevin, Wed Sep 12 12:13:26 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines