CMS 3D CMS Logo

Variables

TtSemiLepJetCombWMassMaxSumPt_cfi Namespace Reference

Variables

tuple findTtSemiLepJetCombWMassMaxSumPt

Variable Documentation

Initial value:
00001 cms.EDProducer("TtSemiLepJetCombWMassMaxSumPt",
00002     ## jet input 
00003     jets  = cms.InputTag("selectedPatJets"),
00004     ## lepton input 
00005     leps  = cms.InputTag("selectedPatMuons"),
00006     ## maximum number of jets to be considered
00007     maxNJets  = cms.int32(4),
00008     ## nominal WMass parameter (in GeV)
00009     wMass    = cms.double(80.4),
00010     ## use b-tagging two distinguish between light and b jets
00011     useBTagging = cms.bool(False),
00012     ## choose algorithm for b-tagging
00013     bTagAlgorithm = cms.string("trackCountingHighEffBJetTags"),
00014     ## minimum b discriminator value required for b jets and
00015     ## maximum b discriminator value allowed for non-b jets
00016     minBDiscBJets     = cms.double(1.0),
00017     maxBDiscLightJets = cms.double(3.0)
00018 )

Definition at line 6 of file TtSemiLepJetCombWMassMaxSumPt_cfi.py.