/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CommonTools/ParticleFlow/python/pfCHS_cff.py
9 строк
499 B
Andreas Hinzmann
implement fill descriptions
11 янв 2022, 21:46
11 янв 2022, 21:46
6a1da9f
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from CommonTools.ParticleFlow.pfNoPileUpJME_cff import primaryVertexAssociationJME pfCHS = cms.EDFilter("CandPtrSelector", src = cms.InputTag("packedPFCandidates"), cut = cms.string("fromPV(0)>0 || (vertexRef().key<={} && abs(dz(0))<{})".format( primaryVertexAssociationJME.assignment.NumOfPUVtxsForCharged.value(), primaryVertexAssociationJME.assignment.DzCutForChargedFromPUVtxs.value())) )