File indexing completed on 2024-08-27 22:59:27
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hfsimplereco = cms.EDProducer('HcalSimpleReconstructor',
0004 correctionPhaseNS = cms.double(0),
0005 digiLabel = cms.InputTag('hcalDigis'),
0006 tsFromDB = cms.bool(True),
0007 samplesToAdd = cms.int32(2),
0008 Subdetector = cms.string('HF'),
0009 correctForTimeslew = cms.bool(False),
0010 dropZSmarkedPassed = cms.bool(True),
0011 correctForPhaseContainment = cms.bool(False),
0012 firstSample = cms.int32(4),
0013 mightGet = cms.optional.untracked.vstring
0014 )