1 import FWCore.ParameterSet.Config
as cms
15 looper = cms.Looper(
"TtSemiLepJetCombMVATrainerLooper",
16 trainers = cms.VPSet(cms.PSet(
17 monitoring = cms.untracked.bool(
False),
18 loadState = cms.untracked.bool(
False),
19 saveState = cms.untracked.bool(
True),
20 calibrationRecord = cms.string(
'ttSemiLepJetCombMVA'),
21 trainDescription = cms.untracked.FileInPath(
22 'TopQuarkAnalysis/TopJetCombination/data/TtSemiLepJetCombMVATrainTreeSaver.xml'),
23 useXSLT = cms.untracked.bool(
True)
28 saveTtSemiLepJetCombMVATrainTree = cms.Sequence(trainTtSemiLepJetCombMVA)