CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LargestEtCaloJetSelector_cfi.py
Go to the documentation of this file.
2 
3 hltSelector4Jets = cms.EDFilter( "LargestEtCaloJetSelector",
4  src = cms.InputTag( "hltMCJetCorJetIcone5" ),
5  filter = cms.bool( False ),
6  maxNumber = cms.uint32( 4 )
7 )
8