CMS 3D CMS Logo

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

Variables

tuple trainTtSemiLepJetCombMVA
 

Variable Documentation

tuple TtSemiLepJetCombMVATrainer_cfi.trainTtSemiLepJetCombMVA
Initial value:
1 = cms.EDAnalyzer("TtSemiLepJetCombMVATrainer",
2  #-------------------------------------------------
3  # sources (leptons, jets, MET, jet-parton matching)
4  #-------------------------------------------------
5  leps = cms.InputTag("selectedPatMuons"),
6  jets = cms.InputTag("selectedPatJets"),
7  mets = cms.InputTag("patMETs"),
8  matching = cms.InputTag("ttSemiLepJetPartonMatch"),
9 
10  # ------------------------------------------------
11  # select semileptonic signal channel
12  # (all others are taken as background for training)
13  # either "kElec", "kMuon" or "kTau"
14  # ------------------------------------------------
15  leptonType = cms.string("kMuon"),
16 
17  # ------------------------------------------------
18  # maximum number of jets to be considered
19  # (has to be >= 4, can be set to -1 if you
20  # want to take all)
21  # ------------------------------------------------
22  maxNJets = cms.int32(4)
23 )

Definition at line 6 of file TtSemiLepJetCombMVATrainer_cfi.py.