CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalCalo/HcalRecProducers/python/HcalHitSelection_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 reducedHcalRecHits = cms.EDProducer("HcalHitSelection",
00004                                     hbheTag = cms.InputTag('hbhereco'),
00005                                     hfTag = cms.InputTag('hfreco'),
00006                                     hoTag = cms.InputTag('horeco'),
00007                                     hoSeverityLevel = cms.int32(13),
00008                                     interestingDetIds = cms.VInputTag()
00009                                     )