Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002 import Configuration.Skimming.pdwgLeptonRecoSkim_cfi
00003 MuonElectron = Configuration.Skimming.pdwgLeptonRecoSkim_cfi.PdwgLeptonRecoSkim.clone()
00004 MuonElectron.UseElectronSelection = cms.bool(True)
00005 MuonElectron.UseMuonSelection = cms.bool(True)
00006 MuonElectron.electronPtMin = cms.double(10)
00007 MuonElectron.electronN = cms.int32(1)
00008 MuonElectron.globalMuonPtMin = cms.double(5)
00009 MuonElectron.trackerMuonPtMin = cms.double(10)
00010 MuonElectron.muonN = cms.int32(1)
00011 MuonElectron.filterName = cms.string("MuonElectron")
00012