CMS 3D CMS Logo

ecal2007H4TBTDCReconstructor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #TDC recInfo reconstruction
00004 ecal2007H4TBTDCReconstructor = cms.EDProducer("EcalTBTDCRecInfoProducer",
00005     use2004OffsetConvention = cms.untracked.bool(False),
00006     fitMethod = cms.int32(0),
00007     eventHeaderProducer = cms.string('ecalTBunpack'),
00008     eventHeaderCollection = cms.string(''),
00009     rawInfoProducer = cms.string('ecalTBunpack'),
00010     recInfoCollection = cms.string('EcalTBTDCRecInfo'),
00011     tdcRanges = cms.VPSet(cms.PSet(
00012         endRun = cms.int32(99999),
00013         tdcMax = cms.vdouble(1531.0, 927.0, 927.0, 927.0, 927.0),
00014         startRun = cms.int32(16585),
00015         tdcMin = cms.vdouble(1269.0, 400.0, 400.0, 400.0, 400.0)
00016     )),
00017     rawInfoCollection = cms.string('')
00018 )
00019 
00020 

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