# | Line 152 | Line 152 | void mithep::MuonFakeRateMod::Process() | |
---|---|---|
152 | } | |
153 | for(Int_t i=0; i<fElectrons->GetEntries(); i++) { | |
154 | const Electron *ele = fElectrons->At(i); | |
155 | < | if(electron2012CutBasedIDMedium(ele, fPrimVerts->At(0), fPFCandidates, fConversions, fPileupEnergyDensity)) goodElectrons.push_back(ele); |
155 | > | if(electronPOG2012CutBasedIDMedium(ele, fPrimVerts->At(0), fPFCandidates, fConversions, fPileupEnergyDensity)) goodElectrons.push_back(ele); |
156 | ||
157 | } | |
158 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |