CMS 3D CMS Logo

Ecal2004TBTDCReconstructor_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     use2004OffsetConvention = cms.untracked.bool(True),
00006     fitMethod = cms.int32(0),
00007     eventHeaderProducer = cms.string('source'),
00008     eventHeaderCollection = cms.string(''),
00009     rawInfoProducer = cms.string('source'),
00010     tdcMin = cms.vint32(430, 400, 400, 400, 400),
00011     tdcMax = cms.vint32(958, 927, 927, 927, 927),
00012     recInfoCollection = cms.string('EcalTBTDCRecInfo'),
00013     rawInfoCollection = cms.string('')
00014 )
00015 
00016 

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