CMS 3D CMS Logo

RPCFEDIntegrity_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 rpcFEDIntegrity = DQMEDAnalyzer('RPCFEDIntegrity',
5  RPCPrefixDir = cms.untracked.string('RPC/FEDIntegrity'),
6  RPCRawCountsInputTag = cms.untracked.InputTag('muonRPCDigis'),
7  NumberOfFED = cms.untracked.int32(3)
8  )
9 
10