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.1 by anlevin, Wed Jul 4 18:27:27 2012 UTC vs.
Revision 1.4 by anlevin, Thu Jul 5 19:34:29 2012 UTC

# Line 143 | Line 143 | void mithep::MuonFakeRateMod::Process()
143      if ( //maybe you should do a loop to make sure the muon passes all of the denominators? right now this is ok because 2 is tighter...
144          passMuonDenominatorCuts(mu, fPrimVerts->At(0), denominatorType[1])
145          &&
146 <        muon2012CutBasedIDTight(mu,fPrimVerts->At(0),fPFCandidates,fPileupEnergyDensity)          
146 >        muonPOG2012CutBasedIDTight(mu,fPrimVerts->At(0),fPFCandidates,fPileupEnergyDensity)      
147          )  
148        goodMuons.push_back(mu);
149      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines