CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESFEDIntegrityTask_cfi.py
Go to the documentation of this file.
2 
3 ecalPreshowerFEDIntegrityTask = cms.EDAnalyzer('ESFEDIntegrityTask',
4  prefixME = cms.untracked.string('EcalPreshower'),
5  ESDCCCollections = cms.InputTag("ecalPreshowerDigis"),
6  ESKChipCollections = cms.InputTag("ecalPreshowerDigis"),
7  FEDRawDataCollection = cms.InputTag("rawDataCollector"),
8  OutputFile = cms.untracked.string(""),
9  FEDDirName =cms.untracked.string("FEDIntegrity")
10  )
11