CMS 3D CMS Logo

GenHFHadronMatcher_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 matchGenHFHadron = cms.EDProducer("GenHFHadronMatcher",
4  genParticles = cms.InputTag('genParticles'),
5  jetFlavourInfos = cms.InputTag("genJetFlavourInfos"),
6  flavour = cms.int32(5),
7  onlyJetClusteredHadrons = cms.bool(True),
8  noBBbarResonances = cms.bool(False),
9 )
10 
11 
12