/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/JetMCAlgos/python/GenHFHadronMatcher_cfi.py
9 строк
325 B
Nazar Bartosik
Added command line option to switch AOD/miniAOD. Changed to ak4 jets. Added analyzer producing trees. Bb resonances not excluded by default.
24 дек 2014, 20:09
24 дек 2014, 20:09
ae11c1b
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms matchGenHFHadron = cms.EDProducer("GenHFHadronMatcher", genParticles = cms.InputTag('genParticles'), jetFlavourInfos = cms.InputTag("genJetFlavourInfos"), flavour = cms.int32(5), onlyJetClusteredHadrons = cms.bool(True), noBBbarResonances = cms.bool(False), )