/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/L1TMonitorClient/python/L1TEMUMonitorClient_cff.py
18 строк
627 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
# L1 Emulator DQM monitor client # # authors previous versions - see CVS # # V.M. Ghete 2010-10-22 revised version of L1 emulator DQM import FWCore.ParameterSet.Config as cms from DQM.L1TMonitorClient.L1EmulatorQualityTests_cff import * from DQM.L1TMonitorClient.L1EmulatorErrorFlagClient_cfi import * from DQM.L1TMonitorClient.L1TEMUEventInfoClient_cff import * l1EmulatorMonitorClient = cms.Sequence( l1EmulatorQualityTests * l1EmulatorErrorFlagClient * l1EmulatorEventInfoClient )