CMS 3D CMS Logo

hlt1CaloJetEnergy_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hlt1CaloJetEnergy = cms.EDFilter("HLT1CaloJetEnergy",
00004                                  inputTag = cms.InputTag("iterativeCone5CaloJets"),
00005                                  MinE = cms.double(30.0),
00006                                  MaxEta = cms.double(3.0),
00007                                  MinN = cms.int32(1)
00008 )

Generated on Tue Jun 9 17:37:54 2009 for CMSSW by  doxygen 1.5.4