CMS 3D CMS Logo

hltPixlMBForAlignment_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltPixlMBForAlignment = cms.EDFilter("HLTPixlMBForAlignmentFilter",
00004     pixlTag = cms.InputTag("hltPixelCands"),
00005     MinIsol = cms.double(0.05), ## minimum eta-phi isolation around tracks
00006 
00007     MinTrks = cms.uint32(2), ## Number of tracks required
00008 
00009     MinPt = cms.double(5.0), ## MinPt currently not used (all pt accepted)
00010 
00011     MinSep = cms.double(1.0) ## minimum eta-phi separation between tracks
00012 
00013 )
00014 
00015 

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