/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/RecoMET/python/hltMETPostProcessor_cff.py
7 строк
234 B
Bruno Alves
Specify histogram folder directly in the configuration.
26 сен 2025, 16:51
26 сен 2025, 16:51
ebd7f13
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMServices.Core.DQMEDHarvester import DQMEDHarvester hltMETPostProcessor = DQMEDHarvester( 'METTesterPostProcessor', runDir = cms.untracked.string("HLT/JetMET/METValidation/") )