CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/CommonTools/RecoAlgos/python/LargestEtPFJetSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltSelector4Jets = cms.EDFilter( "LargestEtPFJetSelector",
00004     src = cms.InputTag( "hltMCJetCorJetIcone5" ),
00005     filter = cms.bool( False ),
00006     maxNumber = cms.uint32( 4 )
00007 )
00008