CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CommonTools/RecoAlgos/python/etMinPFJetSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 etMinCaloJetSelector = cms.EDFilter( "EtMinPFJetSelector",
00004     src = cms.InputTag( "JetCollection" ),
00005     filter = cms.bool( False ),
00006     etMin = cms.double( 20.0 )
00007 )
00008