CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoTBCalo/EcalTBTDCReconstructor/python/ecal2006TBTDCReconstructor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #TDC recInfo reconstruction
00004 ecal2006TBTDCReconstructor = 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(14441),
00013         tdcMax = cms.vdouble(1008.0, 927.0, 927.0, 927.0, 927.0),
00014         startRun = cms.int32(10339),
00015         tdcMin = cms.vdouble(748.0, 400.0, 400.0, 400.0, 400.0)
00016     ), 
00017         cms.PSet(
00018             endRun = cms.int32(999999),
00019             tdcMax = cms.vdouble(1764.0, 927.0, 927.0, 927.0, 927.0),
00020             startRun = cms.int32(14442),
00021             tdcMin = cms.vdouble(1502.0, 400.0, 400.0, 400.0, 400.0)
00022         )),
00023     rawInfoCollection = cms.string('')
00024 )
00025 
00026