Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TopQuarkAnalysis
TopJetCombination
python
TtFullHadHypGenMatch_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# module to make the genMatch hypothesis
5
#
6
ttFullHadHypGenMatch = cms.EDProducer(
"TtFullHadHypGenMatch"
,
7
## jet input
8
jets = cms.InputTag(
"selectedPatJets"
),
9
## gen match hypothesis input
10
match = cms.InputTag(
"ttFullHadJetPartonMatch"
),
11
## specify jet correction level as, Uncorrected, L1Offset, L2Relative, L3Absolute, L4Emf,
12
## L5Hadron, L6UE, L7Parton, a flavor specification will be added automatically, when chosen
13
jetCorrectionLevel = cms.string(
"L3Absolute"
)
14
)
15
16
Config
Generated for CMSSW Reference Manual by
1.8.5