Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 ecalPreshowerDaqInfoTask = cms.EDAnalyzer("ESDaqInfoTask",
00004 esMapping = cms.PSet(LookupTable = cms.FileInPath("EventFilter/ESDigiToRaw/data/ES_lookup_table.dat")),
00005 prefixME = cms.untracked.string('EcalPreshower'),
00006 enableCleanup = cms.untracked.bool(False),
00007 mergeRuns = cms.untracked.bool(False),
00008 ESFedRangeMin = cms.untracked.int32(520),
00009 ESFedRangeMax = cms.untracked.int32(575)
00010 )
00011