CMS 3D CMS Logo

TtFullLepHypGenMatch_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 ttFullLepHypGenMatch = cms.EDProducer("TtFullLepHypGenMatch",
7  electrons = cms.InputTag("selectedPatElectrons"),
8  muons = cms.InputTag("selectedPatMuons"),
9  jets = cms.InputTag("selectedPatJets"),
10  mets = cms.InputTag("patMETs"),
11  match = cms.InputTag("ttFullLepJetPartonMatch"),
12  jetCorrectionLevel = cms.string("L3Absolute")
13 )
14 
15