CMS 3D CMS Logo

GenHFHadronMatcher_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from PhysicsTools.JetMCAlgos.GenHFHadronMatcher_cfi import matchGenHFHadron
4 
5 
6 # Configuration for matching B-hadrons ================================================================
7 matchGenBHadron = matchGenHFHadron.clone(
8  flavour = 5
9 )
10 
11 # Configuration for matching C-hadrons =================================================================
12 matchGenCHadron = matchGenHFHadron.clone(
13  flavour = 4
14 )
15