CMS 3D CMS Logo

ESRawDataTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 ecalPreshowerRawDataTask = DQMEDAnalyzer('ESRawDataTask',
5  prefixME = cms.untracked.string('EcalPreshower'),
6  FEDRawDataCollection = cms.InputTag("rawDataCollector"),
7  ESDCCCollections = cms.InputTag("ecalPreshowerDigis"),
8  OutputFile = cms.untracked.string("")
9  )
10