CMS 3D CMS Logo

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