CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DQM/EcalPreshowerMonitorModule/python/ESFEDIntegrityTask_cfi.py

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