CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
TtSemiLepJetCombWMassMaxSumPt_cfi Namespace Reference

Variables

tuple findTtSemiLepJetCombWMassMaxSumPt
 

Variable Documentation

tuple TtSemiLepJetCombWMassMaxSumPt_cfi.findTtSemiLepJetCombWMassMaxSumPt
Initial value:
1 = cms.EDProducer("TtSemiLepJetCombWMassMaxSumPt",
2  ## jet input
3  jets = cms.InputTag("selectedPatJets"),
4  ## lepton input
5  leps = cms.InputTag("selectedPatMuons"),
6  ## maximum number of jets to be considered
7  maxNJets = cms.int32(4),
8  ## nominal WMass parameter (in GeV)
9  wMass = cms.double(80.4),
10  ## use b-tagging two distinguish between light and b jets
11  useBTagging = cms.bool(False),
12  ## choose algorithm for b-tagging
13  bTagAlgorithm = cms.string("trackCountingHighEffBJetTags"),
14  ## minimum b discriminator value required for b jets and
15  ## maximum b discriminator value allowed for non-b jets
16  minBDiscBJets = cms.double(1.0),
17  maxBDiscLightJets = cms.double(3.0)
18 )

Definition at line 6 of file TtSemiLepJetCombWMassMaxSumPt_cfi.py.