CMS 3D CMS Logo

hltPixlMBFilt_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltPixlMBFilt = cms.EDFilter("HLTPixlMBFilt",
00004     pixlTag = cms.InputTag("hltPixelCands"),
00005     MinTrks = cms.uint32(2), ## Number of tracks from same vertex required
00006 
00007     MinPt = cms.double(0.0), ## MinPt currently not used (all pt accepted)
00008 
00009     MinSep = cms.double(1.0) ## minimum eta-phi separation between tracks
00010 
00011 )
00012 
00013 

Generated on Tue Jun 9 17:37:58 2009 for CMSSW by  doxygen 1.5.4