Variables | |
tuple | findTtSemiLepJetCombMVA |
Initial value:
cms.EDProducer("TtSemiLepJetCombMVAComputer", #------------------------------------------------- # sources #------------------------------------------------- leptons = cms.InputTag("selectedLayer1Muons"), jets = cms.InputTag("selectedLayer1Jets"), mets = cms.InputTag("selectedLayer1METs"), #------------------------------------------------- # number of jets to be considered in combinatorics # (has to be >= 4, can be set to -1 if you want to # take all) #------------------------------------------------- maxNJets = cms.int32(4), #------------------------------------------------- # maximum number of jet combinations finally # written into the event, starting from the "best" # (has to be >= 1, can be set to -1 if you want to # take all) #------------------------------------------------- maxNComb = cms.int32(1) )
Definition at line 6 of file TtSemiLepJetCombMVAComputer_Muons_cfi.py.