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