CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
esDigiToRaw_cfi.py
Go to the documentation of this file.
2 
3 esDigiToRaw = cms.EDProducer("ESDigiToRaw",
4  debugMode = cms.untracked.bool(False),
5  InstanceES = cms.string(''),
6  Label = cms.string('simEcalPreshowerDigis'),
7  LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat')
8 )
9 
10 
11