CMS 3D CMS Logo

ESFEDIntegrityTask_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 ecalPreshowerFEDIntegrityTask = DQMEDAnalyzer('ESFEDIntegrityTask',
5  prefixME = cms.untracked.string('EcalPreshower'),
6  ESDCCCollections = cms.InputTag("ecalPreshowerDigis"),
7  ESKChipCollections = cms.InputTag("ecalPreshowerDigis"),
8  FEDRawDataCollection = cms.InputTag("rawDataCollector"),
9  OutputFile = cms.untracked.string(""),
10  FEDDirName =cms.untracked.string("FEDIntegrity")
11  )
12