CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/EcalPreshowerMonitorModule/python/ESIntegrityTask_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002     
00003 ecalPreshowerIntegrityTask = cms.EDAnalyzer('ESIntegrityTask',
00004                                             LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'),
00005                                             prefixME = cms.untracked.string('EcalPreshower'),
00006                                             ESDCCCollections = cms.InputTag("ecalPreshowerDigis"),
00007                                             ESKChipCollections = cms.InputTag("ecalPreshowerDigis"),
00008                                             OutputFile = cms.untracked.string(""),
00009                                             DoLumiAnalysis = cms.bool(False)
00010                                             )
00011