CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/L1TMonitorClient/python/L1TEMUMonitorClient_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQM.L1TMonitorClient.L1TDEMONClient_cff import *
00004 from DQM.L1TMonitorClient.L1TEMUEventInfoClient_cff import *
00005 from DQMServices.Components.DQMEnvironment_cfi import *
00006 l1temumonitorClient = cms.Path(l1tdemonseqClient*l1temuEventInfoseqClient*dqmEnv*dqmSaver)
00007 #l1temumonitorClient = cms.Path(l1tdemonseqClient*dqmEnv*dqmSaver)
00008 
00009 
00010