/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoMET/METProducers/python/EcalHaloData_cfi.py
8 строк
376 B
mmusich
add fillDescriptions to a bunch of RECO plugins used at HLT
02 янв 2025, 16:30
02 янв 2025, 16:30
587ebde
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # File: EcalHaloData_cfi.py # Original Author: R. Remington, The University of Florida # Description: Module to build EcalHaloData Object and put into the event # Date: Oct. 15, 2009 from RecoMET.METProducers.ecalHaloDataProducer_cfi import ecalHaloDataProducer as _ecalHaloDataProducer EcalHaloData = _ecalHaloDataProducer.clone()