CMS 3D CMS Logo

ESDaqInfoTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPreshowerDaqInfoTask = cms.EDAnalyzer("ESDaqInfoTask",
4  esMapping = cms.PSet(LookupTable = cms.FileInPath("EventFilter/ESDigiToRaw/data/ES_lookup_table.dat")),
5  prefixME = cms.untracked.string('EcalPreshower'),
6  mergeRuns = cms.untracked.bool(False),
7  ESFedRangeMin = cms.untracked.int32(520),
8  ESFedRangeMax = cms.untracked.int32(575)
9 )
10