Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 hlt1CaloJetDefaults = cms.PSet(
00004 saveTag = cms.untracked.bool( False ),
00005 MaxEta = cms.double(5.0),
00006 inputTag = cms.InputTag("iterativeCone5CaloJets"),
00007 MinPt = cms.double(100.0),
00008 MinN = cms.int32(1)
00009 )
00010