CMS 3D CMS Logo

hltEcalPreshowerDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEcalPreshowerDigis = cms.EDProducer("ESRawToDigi",
4  ESdigiCollection = cms.string(''),
5  InstanceES = cms.string(''),
6  LookupTable = cms.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'),
7  debugMode = cms.untracked.bool(False),
8  mightGet = cms.optional.untracked.vstring,
9  sourceTag = cms.InputTag("rawDataCollector")
10 )