CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBTDCReconstructor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #TDC recInfo reconstruction
4 tdcReco = cms.EDProducer("EcalTBTDCRecInfoProducer",
5  fitMethod = cms.int32(0),
6  eventHeaderProducer = cms.string('source'),
7  eventHeaderCollection = cms.string(''),
8  rawInfoProducer = cms.string('source'),
9  tdcMin = cms.vint32(430, 400, 400, 400, 400),
10  tdcMax = cms.vint32(958, 927, 927, 927, 927),
11  recInfoCollection = cms.string('EcalTBTDCRecInfo'),
12  rawInfoCollection = cms.string('')
13 )
14 
15