CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/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("source"),
00008                                                OutputFile = cms.untracked.string(""),
00009                                                FEDDirName =cms.untracked.string("FEDIntegrity")
00010                                                )
00011