Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
JetMCAlgos
python
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
Generated for CMSSW Reference Manual by
1.8.11