/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/ProcessModifiers/python/photonDRN_cff.py
9 строк
382 B
Simon Rothman
photonDRN modifier now includes enableSonicTriton
04 апр 2022, 18:16
04 апр 2022, 18:16
1ab9afd
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from Configuration.ProcessModifiers.enableSonicTriton_cff import enableSonicTriton #behind-the-scenes modifier that only turns on the DRN photon regression _photonDRN = cms.Modifier() #modifier to enable DRN energy regression for photons #requires also having enableSonicTriton photonDRN = cms.ModifierChain(_photonDRN, enableSonicTriton)