CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/Configuration/Skimming/python/pdwgDoublePFElectron_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 import Configuration.Skimming.pdwgLeptonRecoSkim_cfi
00003 DoublePFElectron = Configuration.Skimming.pdwgLeptonRecoSkim_cfi.PdwgLeptonRecoSkim.clone()
00004 DoublePFElectron.UsePfElectronSelection = cms.bool(True)
00005 DoublePFElectron.pfElectronPtMin = cms.double(10)
00006 DoublePFElectron.pfElectronN = cms.int32(2)
00007 DoublePFElectron.filterName = cms.string("DoublePFElectron")
00008