1 import FWCore.ParameterSet.Config
as cms
3 DoublePFElectron = Configuration.Skimming.pdwgLeptonRecoSkim_cfi.PdwgLeptonRecoSkim.clone()
4 DoublePFElectron.UsePfElectronSelection = cms.bool(
True)
5 DoublePFElectron.pfElectronPtMin = cms.double(10)
6 DoublePFElectron.pfElectronN = cms.int32(2)
7 DoublePFElectron.filterName = cms.string(
"DoublePFElectron")