CMS 3D CMS Logo

Variables

TtSemiLepJetCombMVAComputer_cfi Namespace Reference

Variables

tuple findTtSemiLepJetCombMVA

Variable Documentation

Initial value:
00001 cms.EDProducer("TtSemiLepJetCombMVAComputer",
00002     #-------------------------------------------------
00003     # sources (leptons, jets, MET)
00004     #-------------------------------------------------
00005     leps = cms.InputTag("selectedPatMuons"),
00006     jets = cms.InputTag("selectedPatJets"),
00007     mets = cms.InputTag("patMETs"),
00008 
00009     #-------------------------------------------------
00010     # number of jets to be considered in combinatorics
00011     # (has to be >= 4, can be set to -1 if you want to 
00012     # take all)
00013     #-------------------------------------------------
00014     maxNJets = cms.int32(4),
00015 
00016     #-------------------------------------------------
00017     # maximum number of jet combinations finally
00018     # written into the event, starting from the "best"
00019     # (has to be >= 1, can be set to -1 if you want to 
00020     # take all)
00021     #-------------------------------------------------
00022     maxNComb = cms.int32(1)
00023 )

Definition at line 6 of file TtSemiLepJetCombMVAComputer_cfi.py.