Go to the documentation of this file.00001
00002
00003
00004
00005
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