CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalSimpleReconstructor_hbhe_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import RecoLocalCalo.HcalRecProducers.HBHEMethod3Parameters_cfi as method3
3 
4 hbheprereco = cms.EDProducer("HcalSimpleReconstructor",
5  method3.m3Parameters,
6  correctionPhaseNS = cms.double(13.0),
7  digiLabel = cms.InputTag("hcalDigis"),
8  Subdetector = cms.string('HBHE'),
9  correctForPhaseContainment = cms.bool(True),
10  correctForTimeslew = cms.bool(True),
11  dropZSmarkedPassed = cms.bool(True),
12  firstSample = cms.int32(4),
13  samplesToAdd = cms.int32(4),
14  tsFromDB = cms.bool(True)
15 )