/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CommonTools/RecoUtils/python/pf_pu_firstvertextracks_cfi.py
19 строк
685 B
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 16:20
Не верифицирован
27 фев 2024, 16:20
71470da
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms FirstVertexTracks = cms.EDProducer('PF_PU_FirstVertexTracks', #Choose which map should be created #"VertexToTracks", "TracksToVertex" or "Both" AssociationType = cms.InputTag('Both'), #The input parameter for the association maps AssociationMap = cms.InputTag('AssociationMaps'), #The input parameter for the track & vertex collection TrackCollection = cms.InputTag('generalTracks'), VertexCollection = cms.InputTag('offlinePrimaryVertices<'), #The minimum quality an association should have #so that the track is inserted into the track collection MinQuality = cms.int32(2), )