/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/DTMonitorClient/python/dtEfficiencyTest_cfi.py
12 строк
560 B
Patrick Gartung
Add DQMEDHarvester as an alias for EDProducer.
15 май 2017, 21:04
15 май 2017, 21:04
bf7d507
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMServices.Core.DQMEDHarvester import DQMEDHarvester efficiencyTest = DQMEDHarvester("DTEfficiencyTest", runningStandalone = cms.untracked.bool(True), UnassEfficiencyTestName = cms.untracked.string('UnassEfficiencyInRange'), #Names of the quality tests: they must match those specified in "qtList" EfficiencyTestName = cms.untracked.string('EfficiencyInRange'), folderRoot = cms.untracked.string(''), debug = cms.untracked.bool(False), diagnosticPrescale = cms.untracked.int32(1) )