CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HFUpgradeReconstructor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hfUpgradeReco = cms.EDProducer("HcalSimpleReconstructor",
4  correctionPhaseNS = cms.double(0.0),
5  digiLabel = cms.InputTag("simHcalUnsuppressedDigis","HFUpgradeDigiCollection"),
6  Subdetector = cms.string('upgradeHF'),
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)
13 )
14 
15