/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CommonTools/ParticleFlow/python/pfMET_cfi.py
15 строк
506 B
Jeongeun Lee
drop type specs in CommonTools
14 дек 2020, 08:38
14 дек 2020, 08:38
b025c85
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # Clone pfMET producer from RecoMET from RecoMET.METProducers.pfMet_cfi import * # Should the name be changed se it is similar to pfMet from reco ?? pfMET = pfMet.clone( alias = "pfMET", # Use PF2PAT cleaned jet collection (pfJets) for MET significance # instead of standard collection (ak4PFJets)? # It requires that MET is produced at the end. srcJets = "pfJets" ) # print 'PF2PAT: Jet collection used for pfMET significance: ', pfMET.jets