CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/EcalPreshowerMonitorModule/python/ESRawDataTask_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002     
00003 ecalPreshowerRawDataTask = cms.EDAnalyzer('ESRawDataTask',
00004                                           prefixME = cms.untracked.string('EcalPreshower'),
00005                                           FEDRawDataCollection = cms.InputTag("rawDataCollector"),
00006                                           ESDCCCollections = cms.InputTag("ecalPreshowerDigis"),
00007                                           OutputFile = cms.untracked.string("")
00008                                           )
00009