CMS 3D CMS Logo

hltHfprereco_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltHfprereco = cms.EDProducer("HFPreReconstructor",
4  digiLabel = cms.InputTag("hltHcalDigis"),
5  dropZSmarkedPassed = cms.bool(True),
6  forceSOI = cms.int32(-1),
7  soiShift = cms.int32(0),
8  sumAllTimeSlices = cms.bool(False),
9  tsFromDB = cms.bool(False)
10 )