CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/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                             )