CMS 3D CMS Logo

RPCMonitorRaw_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
5 rpcMonitorRaw = DQMEDAnalyzer('RPCMonitorRaw',
6  watchedErrors = cms.untracked.vint32(8,9),
7  rpcRawDataCountsTag = cms.InputTag('rpcunpacker')
8 )