CMS 3D CMS Logo

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

Variables

tuple findTtSemiLepJetCombMVA
 

Variable Documentation

tuple TtSemiLepJetCombMVAComputer_cfi.findTtSemiLepJetCombMVA
Initial value:
1 = cms.EDProducer("TtSemiLepJetCombMVAComputer",
2  #-------------------------------------------------
3  # sources (leptons, jets, MET)
4  #-------------------------------------------------
5  leps = cms.InputTag("selectedPatMuons"),
6  jets = cms.InputTag("selectedPatJets"),
7  mets = cms.InputTag("patMETs"),
8 
9  #-------------------------------------------------
10  # number of jets to be considered in combinatorics
11  # (has to be >= 4, can be set to -1 if you want to
12  # take all)
13  #-------------------------------------------------
14  maxNJets = cms.int32(4),
15 
16  #-------------------------------------------------
17  # maximum number of jet combinations finally
18  # written into the event, starting from the "best"
19  # (has to be >= 1, can be set to -1 if you want to
20  # take all)
21  #-------------------------------------------------
22  maxNComb = cms.int32(1)
23 )

Definition at line 6 of file TtSemiLepJetCombMVAComputer_cfi.py.