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