CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
jetVertexChecker_cfi.py
Go to the documentation of this file.
2 jetVertexChecker = cms.EDFilter('JetVertexChecker',
3  jetTracks = cms.InputTag( "hltBLifetimeL25AssociatorHbbFirst" ),
4  minPt = cms.double( 0 ),
5  minPtRatio = cms.double( 0.05 ),
6  doFilter = cms.bool( False ),
7  beamSpot = cms.InputTag("hltOnlineBeamSpot"),
8  maxNJetsToCheck = cms.int32(2)
9 )
10 
11 
12