CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/CommonTools/RecoAlgos/python/pfJetSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfJetSelector= cms.EDFilter( "PFJetSelector",
00004     src = cms.InputTag( "JetCollection" ),
00005     filter = cms.bool( False ),
00006     cut = cms.string( "abs(eta)<3" )
00007 )
00008