CMS 3D CMS Logo

TtSemiLepHypGenMatch_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 ttSemiLepHypGenMatch = cms.EDProducer("TtSemiLepHypGenMatch",
7 
8  mets = cms.InputTag("patMETs"),
9 
10  jets = cms.InputTag("selectedPatJets"),
11 
12  leps = cms.InputTag("selectedPatMuons"),
13 
14  match = cms.InputTag("ttSemiLepJetPartonMatch"),
15 
16  nJetsConsidered = cms.InputTag("ttSemiLepJetPartonMatch","NumberOfConsideredJets"),
17 
20  jetCorrectionLevel = cms.string("L3Absolute"),
21 
31  neutrinoSolutionType = cms.int32(-1)
32 )