CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  enableCleanup = cms.untracked.bool(False),
6  mergeRuns = cms.untracked.bool(False),
7  DcsStatusLabel = cms.InputTag("scalersRawToDigi")
8 )