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.7 by anlevin, Wed Jul 18 09:05:38 2012 UTC

# Line 128 | Line 128 | void mithep::MuonFakeRateMod::Process()
128    
129    fillTriggerBits( GetHLTTable(), fTrigMask, fTriggerBits );
130    
131 +  PFnoPUflag.clear();
132    makePFnoPUArray(fPFCandidates, PFnoPUflag, fPrimVerts );
133      
134    if(fPFMet->At(0)->Et() >25) return;
# Line 152 | Line 153 | void mithep::MuonFakeRateMod::Process()
153    }
154    for(Int_t i=0; i<fElectrons->GetEntries(); i++) {
155      const Electron *ele = fElectrons->At(i);
156 <    if(electron2012CutBasedIDMedium(ele, fPrimVerts->At(0), fPFCandidates, fConversions, fPileupEnergyDensity)) goodElectrons.push_back(ele);
156 >    if(electronPOG2012CutBasedIDMedium(ele, fPrimVerts->At(0), fPFCandidates, fConversions, fPileupEnergyDensity)) goodElectrons.push_back(ele);
157  
158    }    
159    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines