CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/RPCMonitorDigi/python/RPCDcsInfo_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RPCDcsInfo = cms.EDAnalyzer("RPCDcsInfo",
00004                             subSystemFolder = cms.untracked.string("RPC") ,
00005                             dcsInfoFolder = cms.untracked.string("DCSInfo") ,
00006                             ScalersRawToDigiLabel = cms.untracked.string("scalersRawToDigi")
00007                             )