Variables | |
tuple | trainTtSemiLepJetCombMVA |
00001 cms.EDAnalyzer("TtSemiLepJetCombMVATrainer", 00002 #------------------------------------------------- 00003 # sources (leptons, jets, MET, jet-parton matching) 00004 #------------------------------------------------- 00005 leps = cms.InputTag("selectedPatMuons"), 00006 jets = cms.InputTag("selectedPatJets"), 00007 mets = cms.InputTag("patMETs"), 00008 matching = cms.InputTag("ttSemiLepJetPartonMatch"), 00009 00010 # ------------------------------------------------ 00011 # select semileptonic signal channel 00012 # (all others are taken as background for training) 00013 # either "kElec", "kMuon" or "kTau" 00014 # ------------------------------------------------ 00015 leptonType = cms.string("kMuon"), 00016 00017 # ------------------------------------------------ 00018 # maximum number of jets to be considered 00019 # (has to be >= 4, can be set to -1 if you 00020 # want to take all) 00021 # ------------------------------------------------ 00022 maxNJets = cms.int32(4) 00023 )
Definition at line 6 of file TtSemiLepJetCombMVATrainer_cfi.py.