Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:39

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 esDigiToRaw = cms.EDProducer("ESDigiToRaw",
0004     debugMode = cms.untracked.bool(False),
0005     InstanceES = cms.string(''),
0006     Label = cms.string('simEcalPreshowerDigis'),
0007     LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat')
0008 )