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

Comparing UserCode/MitHzz4l/NonMCBackground/src/ElectronFakeRateMod.cc (file contents):
Revision 1.4 by anlevin, Thu Jul 5 19:34:29 2012 UTC vs.
Revision 1.6 by anlevin, Wed Jul 18 09:05:38 2012 UTC

# Line 134 | Line 134 | void mithep::ElectronFakeRateMod::Proces
134    
135    fillTriggerBits( GetHLTTable(), fTrigMask, fTriggerBits );
136    
137 +  PFnoPUflag.clear();
138    makePFnoPUArray(fPFCandidates, PFnoPUflag, fPrimVerts );
139      
140    vector<const Muon*> goodMuons;
# Line 154 | Line 155 | void mithep::ElectronFakeRateMod::Proces
155          fails_some_denominator = kTRUE;
156      }
157  
158 <    if(!fails_some_denominator && electron2012CutBasedIDMedium(ele, fPrimVerts->At(0), fPFCandidates, fConversions, fPileupEnergyDensity))
158 >    if(!fails_some_denominator && electronPOG2012CutBasedIDMedium(ele, fPrimVerts->At(0), fPFCandidates, fConversions, fPileupEnergyDensity))
159        goodElectrons.push_back(ele);
160    }    
161  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines