CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HBHEUpgradeReconstructor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hbheUpgradeReco = cms.EDProducer("HcalSimpleReconstructor",
4  correctionPhaseNS = cms.double(5.0),
5  digiLabel = cms.InputTag("simHcalUnsuppressedDigis","HBHEUpgradeDigiCollection"),
6  Subdetector = cms.string('upgradeHBHE'),
7  correctForPhaseContainment = cms.bool(True),
8  correctForTimeslew = cms.bool(False),
9  dropZSmarkedPassed = cms.bool(True),
10  firstSample = cms.int32(4),
11  samplesToAdd = cms.int32(2),
12  tsFromDB = cms.bool(True)
13 )
14