/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQMServices/Examples/python/test/DQMExample_GenericClient_cfi.py
11 строк
703 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 DQMExampleGenericClient = DQMEDHarvester("DQMGenericClient", subDirs = cms.untracked.vstring("Physics/TopTest"), efficiency = cms.vstring( "myEfficiencyEta 'Efficiency vs Eta' EleEta_leading_HLT_matched EleEta_leading", "myEfficiencyPhi 'Efficiency vs Phi' ElePhi_leading_HLT_matched ElePhi_leading" ), resolution = cms.vstring("") )