CMS 3D CMS Logo

topDiLeptonMuonX_Sequences_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 topDiLeptonMuonXFilter = cms.EDFilter("TopDiLeptonFilter",
00004     electronCollection = cms.InputTag("pixelMatchGsfElectrons"),
00005     muonCollection = cms.InputTag("muons"),
00006     ptThreshold = cms.double(20.0)
00007 )
00008 
00009 topDiLeptonMuonX = cms.Sequence(topDiLeptonMuonXFilter)
00010 

Generated on Tue Jun 9 17:48:15 2009 for CMSSW by  doxygen 1.5.4