CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Simulated TDC reconstruction
00004 ecalTBSimTDCReconstructor = cms.EDProducer("EcalTBTDCRecInfoProducer",
00005     use2004OffsetConvention = cms.untracked.bool(False),
00006     eventHeaderProducer = cms.string('SimEcalEventHeader'),
00007     eventHeaderCollection = cms.string('EcalTBEventHeader'),
00008     rawInfoProducer = cms.string('simEcalUnsuppressedDigis'),
00009     recInfoCollection = cms.string('EcalTBTDCRecInfo'),
00010     tdcRanges = cms.VPSet(cms.PSet(
00011         endRun = cms.int32(999999),
00012         tdcMax = cms.vdouble(1008.0, 927.0, 927.0, 927.0, 927.0),
00013         startRun = cms.int32(-1),
00014         tdcMin = cms.vdouble(748.0, 400.0, 400.0, 400.0, 400.0)
00015     )),
00016     rawInfoCollection = cms.string('EcalTBTDCRawInfo')
00017 )
00018 
00019