CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecal2004TBHodoscopeReconstructor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #Hodoscope reconstruction
4 ecal2004TBHodoscopeReconstructor = cms.EDProducer("EcalTBHodoscopeRecInfoProducer",
5  fitMethod = cms.int32(0),
6  rawInfoProducer = cms.string('source'),
7  recInfoCollection = cms.string('EcalTBHodoscopeRecInfo'),
8  planeShift = cms.vdouble(0.0, 0.0, 0.4633, 0.1),
9  zPosition = cms.vdouble(-3251.0, -2881.0, -751.0, -381.0),
10  rawInfoCollection = cms.string('')
11 )
12 
13