Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008 from TopQuarkAnalysis.TopEventSelection.TtSemiLepSignalSelMVATrainer_cfi import *
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 looper = cms.Looper("TtSemiLepSignalSelMVATrainerLooper",
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('traintreeSaver'),
00024 trainDescription = cms.untracked.FileInPath(
00025 'TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml')
00026 ))
00027 )
00028
00029
00030
00031
00032 saveTrainTree = cms.Sequence(buildTraintree)