/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQMServices/Examples/python/test/DQMExample_Step2_cfi.py
7 строк
393 B
Christopher Jones
Module labels are not allowed to contain underscores
19 июн 2017, 18:23
19 июн 2017, 18:23
08aa7e7
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMServices.Core.DQMEDHarvester import DQMEDHarvester DQMExampleStep2 = DQMEDHarvester("DQMExample_Step2", numMonitorName = cms.string("Physics/TopTest/ElePt_leading_HLT_matched"), denMonitorName = cms.string("Physics/TopTest/ElePt_leading") )