CMS 3D CMS Logo

TtSemiLepSignalSelMVATrainTreeSaver_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # produce mvaComputer with all necessary ingredients
5 #
6 
7 
9 
10 
18 looper = cms.Looper("TtSemiLepSignalSelMVATrainerLooper",
19  trainers = cms.VPSet(cms.PSet(
20  monitoring = cms.untracked.bool(False),
21  loadState = cms.untracked.bool(False),
22  saveState = cms.untracked.bool(True),
23  calibrationRecord = cms.string('traintreeSaver'),
24  trainDescription = cms.untracked.FileInPath(
25  'TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml')
26  ))
27 )
28 
29 
32 saveTrainTree = cms.Sequence(buildTraintree)
import MVA trainer cfi