# | Line 141 | Line 141 | void mithep::ElectronFakeRateMod::Proces | |
---|---|---|
141 | ||
142 | for(Int_t i=0; i<fMuons->GetEntries(); i++) { | |
143 | const Muon *mu = fMuons->At(i); | |
144 | < | if( muon2012CutBasedIDTight(mu,fPrimVerts->At(0),fPFCandidates,fPileupEnergyDensity) ) |
144 | > | if( muonPOG2012CutBasedIDTight(mu,fPrimVerts->At(0),fPFCandidates,fPileupEnergyDensity) ) |
145 | goodMuons.push_back(mu); | |
146 | } | |
147 | for(Int_t i=0; i<fElectrons->GetEntries(); i++) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |