CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESUnpackerWorkerESProducer_cfi.py
Go to the documentation of this file.
2 
3 ESUnpackerWorkerESProducer = cms.ESProducer("ESUnpackerWorkerESProducer",
4  ComponentName = cms.string('esRawToRecHit'),
5  DCCDataUnpacker = cms.PSet(
6  LookupTable = cms.FileInPath("EventFilter/ESDigiToRaw/data/ES_lookup_table.dat")
7  ),
8  RHAlgo = cms.PSet(
9  Type = cms.string('ESRecHitWorker')
10  )
11  )
12