CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
hltPixlMBFilt_cfi Namespace Reference

Variables

tuple hltPixlMBFilt
 

Variable Documentation

tuple hltPixlMBFilt_cfi.hltPixlMBFilt
Initial value:
1 = cms.EDFilter("HLTPixlMBFilt",
2  pixlTag = cms.InputTag("hltPixelCands"),
3  saveTags = cms.bool( False ),
4  MinTrks = cms.uint32(2), ## Number of tracks from same vertex required
5 
6  MinPt = cms.double(0.0), ## MinPt currently not used (all pt accepted)
7 
8  MinSep = cms.double(1.0) ## minimum eta-phi separation between tracks
9 
10 )

Definition at line 3 of file hltPixlMBFilt_cfi.py.