CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltPixlMBFilt_cfi.py
Go to the documentation of this file.
2 
3 hltPixlMBFilt = cms.EDFilter("HLTPixlMBFilt",
4  pixlTag = cms.InputTag("hltPixelCands"),
5  saveTags = cms.bool( False ),
6  MinTrks = cms.uint32(2), ## Number of tracks from same vertex required
7 
8  MinPt = cms.double(0.0), ## MinPt currently not used (all pt accepted)
9 
10  MinSep = cms.double(1.0) ## minimum eta-phi separation between tracks
11 
12 )
13 
14