Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
L1TMonitorClient
python
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
9
from
DQM.L1TMonitorClient.L1EmulatorQualityTests_cff
import
*
10
from
DQM.L1TMonitorClient.L1EmulatorErrorFlagClient_cfi
import
*
11
from
DQM.L1TMonitorClient.L1TEMUEventInfoClient_cff
import
*
12
13
14
l1EmulatorMonitorClient = cms.Sequence(
15
l1EmulatorQualityTests *
16
l1EmulatorErrorFlagClient *
17
l1EmulatorEventInfoClient
18
)
19
20
21
L1EmulatorQualityTests_cff
L1TEMUEventInfoClient_cff
L1EmulatorErrorFlagClient_cfi
Generated for CMSSW Reference Manual by
1.8.5