/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/RecoParticleFlow/python/miniAODValidation_cff.py
21 строка
709 B
Kenichi Hatakeyama
drop type specs in Validation/RecoParticleFlow
05 июл 2021, 22:35
05 июл 2021, 22:35
e47f41e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # genParticles genParticles1 = cms.EDProducer("GenParticlePruner", src = cms.InputTag("genParticles"), select = cms.vstring('drop *', # for miniAOD matching 'keep status == 1') ) from DQMOffline.PFTau.PFElectronDQMAnalyzer_cfi import pfElectronDQMAnalyzer genParticlesValidation = pfElectronDQMAnalyzer.clone( BenchmarkLabel = 'packedGenParticlesValidation/CompWithGenParticles', InputCollection = 'packedGenParticles', MatchCollection = 'genParticles1' ) miniAODValidationSequence = cms.Sequence( genParticlesValidation )