Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 findTtSemiLepJetCombWMassMaxSumPt = cms.EDProducer("TtSemiLepJetCombWMassMaxSumPt",
00007
00008 jets = cms.InputTag("selectedPatJets"),
00009
00010 leps = cms.InputTag("selectedPatMuons"),
00011
00012 maxNJets = cms.int32(4),
00013
00014 wMass = cms.double(80.4),
00015
00016 useBTagging = cms.bool(False),
00017
00018 bTagAlgorithm = cms.string("trackCountingHighEffBJetTags"),
00019
00020
00021 minBDiscBJets = cms.double(1.0),
00022 maxBDiscLightJets = cms.double(3.0)
00023 )