CMS 3D CMS Logo

Variables

TtSemiLepJetCombGeom_cfi Namespace Reference

Variables

tuple findTtSemiLepJetCombGeom

Variable Documentation

Initial value:
00001 cms.EDProducer("TtSemiLepJetCombGeom",
00002     ## jet input 
00003     jets  = cms.InputTag("selectedPatJets"),
00004     ## lepton input 
00005     leps  = cms.InputTag("selectedPatMuons"),
00006     maxNJets  = cms.int32(4),
00007     ## use deltaR or deltaTheta
00008     useDeltaR = cms.bool(True),
00009     ## use b-tagging two distinguish between light and b jets
00010     useBTagging = cms.bool(False),
00011     ## choose algorithm for b-tagging
00012     bTagAlgorithm = cms.string("trackCountingHighEffBJetTags"),
00013     ## minimum b discriminator value required for b jets and
00014     ## maximum b discriminator value allowed for non-b jets
00015     minBDiscBJets     = cms.double(1.0),
00016     maxBDiscLightJets = cms.double(3.0)
00017 )

Definition at line 6 of file TtSemiLepJetCombGeom_cfi.py.