CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Simulated hodoscope reconstruction
00004 ecalTBSimHodoscopeReconstructor = cms.EDProducer("EcalTBHodoscopeRecInfoProducer",
00005     fitMethod = cms.int32(0),
00006     rawInfoProducer = cms.string('SimEcalTBHodoscope'),
00007     recInfoCollection = cms.string('EcalTBHodoscopeRecInfo'),
00008     # vdouble planeShift = { 0.0, 0.0, 0.4633, 0.1000 }
00009     planeShift = cms.vdouble(0.0, 0.0, 0.0, 0.0),
00010     zPosition = cms.vdouble(-3251.0, -2881.0, -751.0, -381.0),
00011     rawInfoCollection = cms.string('EcalTBHodoscopeRawInfo')
00012 )
00013 
00014