CMS 3D CMS Logo

ESDcsInfoTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPreshowerDcsInfoTask = cms.EDAnalyzer("ESDcsInfoTask",
4  prefixME = cms.untracked.string('EcalPreshower'),
5  mergeRuns = cms.untracked.bool(False),
6  DcsStatusLabel = cms.InputTag("scalersRawToDigi")
7 )