CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TopQuarkAnalysis/TopSkimming/python/topDiLepton2Electron_Sequences_cff.py

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