CMS 3D CMS Logo

ttHFGenFilter_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ttHFGenFilter = cms.EDFilter("ttHFGenFilter",
4 
5  genParticles = cms.InputTag("genParticles"),
6  genBHadFlavour = cms.InputTag("matchGenBHadron", "genBHadFlavour"),
7  genBHadFromTopWeakDecay = cms.InputTag("matchGenBHadron", "genBHadFromTopWeakDecay"),
8  genBHadPlusMothers = cms.InputTag("matchGenBHadron", "genBHadPlusMothers"),
9  genBHadPlusMothersIndices = cms.InputTag("matchGenBHadron", "genBHadPlusMothersIndices"),
10  genBHadIndex = cms.InputTag("matchGenBHadron", "genBHadIndex"),
11  OnlyHardProcessBHadrons = cms.bool(False),
12  taggingMode = cms.bool(False)
13 
14 )