CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESIntegrityTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPreshowerIntegrityTask = cms.EDAnalyzer('ESIntegrityTask',
4  LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'),
5  prefixME = cms.untracked.string('EcalPreshower'),
6  ESDCCCollections = cms.InputTag("ecalPreshowerDigis"),
7  ESKChipCollections = cms.InputTag("ecalPreshowerDigis"),
8  OutputFile = cms.untracked.string(""),
9  DoLumiAnalysis = cms.bool(False)
10  )
11