/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py
14 строк
992 B
Klitos
Updates for 140.58
22 июн 2023, 19:18
22 июн 2023, 19:18
5900cc0
Код
Авторство
О чём код?
from RecoLocalTracker.SiStripClusterizer.SiStripClusters2ApproxClusters_cfi import * from Configuration.ProcessModifiers.approxSiStripClusters_cff import approxSiStripClusters from RecoTracker.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi import ClusterShapeHitFilterESProducer as _ClusterShapeHitFilterESProducer hltClusterShapeHitFilterESProducer = _ClusterShapeHitFilterESProducer.clone(ComponentName = 'hltClusterShapeHitFilterESProducer') from RecoVertex.BeamSpotProducer.BeamSpotOnline_cfi import onlineBeamSpotProducer hltBeamSpotProducer = onlineBeamSpotProducer.clone(src = 'hltScalersRawToDigi') hltSiStripClusters2ApproxClusters = SiStripClusters2ApproxClusters.clone() approxSiStripClusters.toModify(hltSiStripClusters2ApproxClusters, beamSpot = "hltBeamSpotProducer", inputClusters = "siStripClustersHLT", clusterShapeHitFilterLabel = "hltClusterShapeHitFilterESProducer")