CMS 3D CMS Logo

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 
8  jets = cms.InputTag("selectedPatJets"),
9 
10  match = cms.InputTag("ttFullHadJetPartonMatch"),
11 
13  jetCorrectionLevel = cms.string("L3Absolute")
14 )
15 
16