/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/RecoVertex/python/HLTpostProcessorVertex_cfi.py
11 строк
374 B
Marco Rovere
Implement reconstructable simvertex validation.
12 дек 2025, 16:11
12 дек 2025, 16:11
ea7bd4e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from Validation.RecoVertex.PrimaryVertexAnalyzer4PUSlimmed_Client_cfi import * postProcessorHLTvertexing = postProcessorVertex.clone( subDirs = ("HLT/Vertexing/ValidationWRTsim/*",) ) postProcessorHLTvertexingReconstructableSim = postProcessorVertex.clone( subDirs = ("HLT/Vertexing/ValidationWRTReconstructableSim/*",) )