/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
L1Trigger/Configuration/python/customisePhase2TTOn110.py
10 строк
462 B
Sam Harper
changes needed for HLT TDR event content
24 июл 2020, 19:39
24 июл 2020, 19:39
f776625
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms def customisePhase2TTOn110(process): process.load('SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cff') #when running directly, the ttclusterassoc uses the "mix" product name #however its ediased to simSiPixelDigis so its output with that name #so we have to adjust the input tag process.TTClusterAssociatorFromPixelDigis.digiSimLinks = cms.InputTag('simSiPixelDigis','Tracker') return process