00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008 from TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombMVATrainer_Muons_cfi import *
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 looper = cms.Looper("TtSemiLepJetCombMVATrainerLooper",
00019 trainers = cms.VPSet(cms.PSet(
00020 monitoring = cms.untracked.bool(False),
00021 loadState = cms.untracked.bool(False),
00022 saveState = cms.untracked.bool(True),
00023 calibrationRecord = cms.string('ttSemiLepJetCombMVA'),
00024 trainDescription = cms.untracked.FileInPath(
00025 'TopQuarkAnalysis/TopJetCombination/data/ttSemiLepJetCombMVATrainTreeSaver_Muons.xml')
00026 ))
00027 )
00028
00029
00030 saveTtSemiLepJetCombMVATrainTree = cms.Sequence(trainTtSemiLepJetCombMVA)
00031