CMS 3D CMS Logo

ecal2006TBHodoscopeReconstructor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Hodoscope reconstruction
00004 ecal2006TBHodoscopeReconstructor = cms.EDProducer("EcalTBHodoscopeRecInfoProducer",
00005     fitMethod = cms.int32(0),
00006     rawInfoProducer = cms.string('ecalTBunpack'),
00007     recInfoCollection = cms.string('EcalTBHodoscopeRecInfo'),
00008     planeShift = cms.vdouble(0.0, 0.0, 0.525, 0.0217),
00009     zPosition = cms.vdouble(-3251.0, -2881.0, -751.0, -381.0),
00010     rawInfoCollection = cms.string('')
00011 )
00012 
00013 

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