CMS 3D CMS Logo

RPCTier0Source_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # FED integrity
00004 from DQM.RPCMonitorClient.RPCFEDIntegrity_cfi import rPCFEDIntegrity
00005 
00006 
00007 # DQM Services
00008 rpcEventInfo = cms.EDFilter("DQMEventInfo",
00009     subSystemFolder = cms.untracked.string('RPC')
00010 )
00011 
00012 
00013 
00014 
00015 rpcTier0Source = cms.Sequence(rpcEventInfo*rPCFEDIntegrity)

Generated on Tue Jun 9 17:33:17 2009 for CMSSW by  doxygen 1.5.4