1 import FWCore.ParameterSet.Config
as cms
3 hfQIE10Reco = cms.EDProducer(
"HcalSimpleReconstructor",
4 correctionPhaseNS = cms.double(0.0),
5 digiLabel = cms.InputTag(
"simHcalUnsuppressedDigis",
"HFQIE10DigiCollection"),
6 Subdetector = cms.string(
'HFQIE10'),
7 correctForPhaseContainment = cms.bool(
False),
8 correctForTimeslew = cms.bool(
False),
9 dropZSmarkedPassed = cms.bool(
True),
10 firstSample = cms.int32(2),
11 samplesToAdd = cms.int32(1),
12 tsFromDB = cms.bool(
True)