/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/RecoVertex/python/PostProcessorVertex_cff.py
12 строк
346 B
Matti Kortelainen
Make common harvesting configuration for primary vertices and v0
27 ноя 2015, 12:23
27 ноя 2015, 12:23
e238a40
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from Validation.RecoVertex.PostProcessorV0_cfi import * from Validation.RecoVertex.PrimaryVertexAnalyzer4PUSlimmed_Client_cfi import * postProcessorVertexSequence = cms.Sequence( postProcessorVertex + postProcessorV0 ) postProcessorVertexStandAlone = cms.Sequence(postProcessorVertexSequence)