CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pdwgDoublePFElectron_cfi.py
Go to the documentation of this file.
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