CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TEMUMonitorClient_cff.py
Go to the documentation of this file.
1 # L1 Emulator DQM monitor client
2 #
3 # authors previous versions - see CVS
4 #
5 # V.M. Ghete 2010-10-22 revised version of L1 emulator DQM
6 
7 import FWCore.ParameterSet.Config as cms
8 
12 
13 
14 l1EmulatorMonitorClient = cms.Sequence(
15  l1EmulatorQualityTests *
16  l1EmulatorErrorFlagClient *
17  l1EmulatorEventInfoClient
18  )
19 
20 
21