/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalTracker/SiPixelRecHits/python/PixelCPETemplateReco_cfi.py
8 строк
448 B
Matej Roguljic
goodEdgeAlgo only for template CPE
17 июн 2025, 10:56
17 июн 2025, 10:56
f7cd851
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from RecoLocalTracker.SiPixelRecHits._templates_default_cfi import _templates_default templates = _templates_default.clone() # Enable the good edge algorithm in pixel hit reconstruction that handles broken/truncated pixel cluster caused by radiation damage from Configuration.ProcessModifiers.siPixelGoodEdgeAlgo_cff import siPixelGoodEdgeAlgo siPixelGoodEdgeAlgo.toModify(templates, GoodEdgeAlgo = True)