/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HLTrigger/Configuration/python/hltHarvestingSequence_cff.py
15 строк
568 B
Andrea Bocci
HLT: add python files to run the harvesting of the HLT DQM plots
03 сен 2014, 21:29
03 сен 2014, 21:29
631ad06
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # DQMStore service from DQMServices.Core.DQMStore_cfi import DQMStore # FastTimerService client from HLTrigger.Timer.fastTimerServiceClient_cfi import fastTimerServiceClient fastTimerServiceClient.dqmPath = "HLT/TimerService" # ThroughputService client from HLTrigger.Timer.throughputServiceClient_cfi import throughputServiceClient throughputServiceClient.dqmPath = "HLT/Throughput" # run the harveting modules and the DQMFileSaver HLTHarvestingSequence = cms.Sequence( fastTimerServiceClient + throughputServiceClient )