/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/RecoMET/python/METPostProcessor_cfi.py
11 строк
521 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 ################# Postprocessing ######################### METPostprocessing = DQMEDHarvester('METTesterPostProcessor') ################ Postprocessing Harvesting ######################### METPostprocessingHarvesting = DQMEDHarvester('METTesterPostProcessorHarvesting', METTypeRECO = cms.InputTag("PfMetT1"), METTypeMiniAOD = cms.InputTag("slimmedMETs") )