# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |