CMS 3D CMS Logo

TtSemiLepHypWMassDeltaTopMass_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # module to make the wMassDeltaTopMass hypothesis
5 #
6 ttSemiLepHypWMassDeltaTopMass = cms.EDProducer("TtSemiLepHypWMassDeltaTopMass",
7 
8  mets = cms.InputTag("patMETs"),
9 
10  jets = cms.InputTag("selectedPatJets"),
11 
12  leps = cms.InputTag("selectedPatMuons"),
13 
14  match = cms.InputTag("findTtSemiLepJetCombWMassDeltaTopMass"),
15 
16  nJetsConsidered = cms.InputTag("findTtSemiLepJetCombWMassDeltaTopMass","NumberOfConsideredJets"),
17 
19  jetCorrectionLevel = cms.string("L3Absolute"),
20 
30  neutrinoSolutionType = cms.int32(-1)
31 )