CMS 3D CMS Logo

Variables

TtFullHadSignalSelMVATrainTreeSaver_cff Namespace Reference

Variables

tuple looper
 ------------------------------------------------------------------------------------------ configuration of event looper for mva taining; take care to make the looper known to the process.
tuple saveTrainTree = cms.Sequence(buildTraintree)
 provide a sequence for the training remark: do not use this sequence if you want to call your trainer after an event filter since the SaveFile module should be called in an unfiltered path!

Variable Documentation

Initial value:
00001 cms.Looper("TtFullHadSignalSelMVATrainerLooper",
00002     trainers = cms.VPSet(cms.PSet(
00003         monitoring = cms.untracked.bool(False),
00004         loadState  = cms.untracked.bool(False),
00005         saveState  = cms.untracked.bool(True),
00006         calibrationRecord = cms.string('traintreeSaver'),
00007         trainDescription = cms.untracked.FileInPath(
00008             'TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml'),
00009         useXSLT = cms.untracked.bool(True)
00010         )
00011     )
00012 )

------------------------------------------------------------------------------------------ configuration of event looper for mva taining; take care to make the looper known to the process.

The way to do that is to add the following lines to your cfg.py

from TopQuarkAnalysis.TopEventSelection.TraintreeSaver_cff import looper process.looper = looper ------------------------------------------------------------------------------------------

Definition at line 18 of file TtFullHadSignalSelMVATrainTreeSaver_cff.py.

tuple TtFullHadSignalSelMVATrainTreeSaver_cff::saveTrainTree = cms.Sequence(buildTraintree)

provide a sequence for the training remark: do not use this sequence if you want to call your trainer after an event filter since the SaveFile module should be called in an unfiltered path!

Definition at line 34 of file TtFullHadSignalSelMVATrainTreeSaver_cff.py.