/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/ProcessModifiers/python/hltPhase2LegacyTrackingPatatrackQuadsChain_cff.py
10 строк
624 B
Manos Vourliotis
Switch to the new tracking baseline (single iteration, CA-extended Patatrack + LST, mkFit) as Phase 2 HLT default
27 фев 2026, 20:12
27 фев 2026, 20:12
8af1412
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from Configuration.ProcessModifiers.hltPhase2LegacyTracking_cff import hltPhase2LegacyTracking # This modifier reverts the Tracking in the HLT Phase-2 to the Legacy algorithms from Run-2 # but uses Patatrack quads for the initial step. hltPhase2LegacyTrackingPatatrackQuads = cms.Modifier() # The modifier is meant to be used only together with the hltPhase2LegacyTracking procModifier, # so a modifier chain is defined to be for all practical purposes. hltPhase2LegacyTrackingPatatrackQuadsChain = cms.ModifierChain(hltPhase2LegacyTracking, hltPhase2LegacyTrackingPatatrackQuads)