CMS 3D CMS Logo

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