CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESRawDataTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPreshowerRawDataTask = cms.EDAnalyzer('ESRawDataTask',
4  prefixME = cms.untracked.string('EcalPreshower'),
5  FEDRawDataCollection = cms.InputTag("rawDataCollector"),
6  ESDCCCollections = cms.InputTag("ecalPreshowerDigis"),
7  OutputFile = cms.untracked.string("")
8  )
9