CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPCMonitorLinkSynchro_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 rpcMonitorLinkSynchro = DQMEDAnalyzer('RPCMonitorLinkSynchro',
5  dumpDelays = cms.untracked.bool(False),
6  useFirstHitOnly = cms.untracked.bool(False),
7  rpcRawSynchroProdItemTag = cms.InputTag('rpcunpacker')
8 )