CMS 3D CMS Logo

pdwgDoublePFElectron_cfi.py
Go to the documentation of this file.
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")
8