CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Configuration/Skimming/python/pdwgDoubleElectron_cfi.py

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