CMS 3D CMS Logo

EcalTBTDCReconstructor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #TDC recInfo reconstruction
00004 tdcReco = cms.EDProducer("EcalTBTDCRecInfoProducer",
00005     fitMethod = cms.int32(0),
00006     eventHeaderProducer = cms.string('source'),
00007     eventHeaderCollection = cms.string(''),
00008     rawInfoProducer = cms.string('source'),
00009     tdcMin = cms.vint32(430, 400, 400, 400, 400),
00010     tdcMax = cms.vint32(958, 927, 927, 927, 927),
00011     recInfoCollection = cms.string('EcalTBTDCRecInfo'),
00012     rawInfoCollection = cms.string('')
00013 )
00014 
00015 

Generated on Tue Jun 9 17:45:11 2009 for CMSSW by  doxygen 1.5.4