/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimTracker/TrackTriggerAssociation/python/StubAssociator_cff.py
13 строк
882 B
Thomas Schuh
squash before rebase for PR to central cmssw.
16 апр 2025, 17:15
16 апр 2025, 17:15
e557ac1
Код
Авторство
О чём код?
#--------------------------------------------------------------------------------------------------------- # This definess StubAssociator which produces StubAssociation which will be used by L1Tigger/trackerDTC and # trackerTFP Analyzer to associate Stubs with MC truth either by using TTStubAssociationMap or # TTClusterAssociationMap, where the latter is more useful to debug l1 tracking, the former has been # implemented to enable use of same association as in standart workflow analyzer if wanted. #--------------------------------------------------------------------------------------------------------- import FWCore.ParameterSet.Config as cms from L1Trigger.TrackTrigger.Setup_cff import TrackTriggerSetup from SimTracker.TrackTriggerAssociation.StubAssociator_cfi import StubAssociator_params StubAssociator = cms.EDProducer('tt::StubAssociator', StubAssociator_params)