CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/EventFilter/ESDigiToRaw/python/esDigiToRaw_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ESDigiToRaw = cms.EDProducer("ESDigiToRaw",
00004     debugMode = cms.untracked.bool(False),
00005     InstanceES = cms.string(''),
00006     Label = cms.string('simEcalPreshowerDigis'),
00007     LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat')
00008 )
00009 
00010 
00011