CMS 3D CMS Logo

Variables

hltPixlMBFilt_cfi Namespace Reference

Variables

tuple HLTPixlMBFilt

Variable Documentation

Initial value:
00001 cms.EDFilter("HLTPixlMBFilt",
00002     pixlTag = cms.InputTag("hltPixelCands"),
00003     saveTags = cms.bool( False ),
00004     MinTrks = cms.uint32(2), ## Number of tracks from same vertex required
00005 
00006     MinPt = cms.double(0.0), ## MinPt currently not used (all pt accepted)
00007 
00008     MinSep = cms.double(1.0) ## minimum eta-phi separation between tracks
00009 
00010 )

Definition at line 3 of file hltPixlMBFilt_cfi.py.