CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/L1TMonitorClient/python/L1TEMUMonitorClient_cff.py

Go to the documentation of this file.
00001 # L1 Emulator DQM monitor client 
00002 #
00003 #   authors previous versions - see CVS
00004 #
00005 #   V.M. Ghete 2010-10-22 revised version of L1 emulator DQM
00006 
00007 import FWCore.ParameterSet.Config as cms
00008 
00009 from DQM.L1TMonitorClient.L1EmulatorQualityTests_cff import *
00010 from DQM.L1TMonitorClient.L1EmulatorErrorFlagClient_cfi import *
00011 from DQM.L1TMonitorClient.L1TEMUEventInfoClient_cff import *
00012 
00013 
00014 l1EmulatorMonitorClient = cms.Sequence(
00015                                 l1EmulatorQualityTests * 
00016                                 l1EmulatorErrorFlagClient * 
00017                                 l1EmulatorEventInfoClient 
00018                                 )
00019 
00020 
00021