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