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