CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalSimpleReconstructor_zdc_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 zdcreco = cms.EDProducer("ZdcSimpleReconstructor",
4  correctionPhaseNS = cms.double(0.0),
5  digiLabel = cms.InputTag("hcalDigis"),
6  Subdetector = cms.string('ZDC'),
7  correctForPhaseContainment = cms.bool(False),
8  correctForTimeslew = cms.bool(False),
9  dropZSmarkedPassed = cms.bool(True),
10  recoMethod = cms.int32(2)
11 )
12 
13