CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
TtSemiLepSignalSelMVATrainTreeSaver_cff Namespace Reference

Variables

tuple looper
 

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

 
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! More...
 

Variable Documentation

tuple TtSemiLepSignalSelMVATrainTreeSaver_cff.looper
Initial value:
1 = cms.Looper("TtSemiLepSignalSelMVATrainerLooper",
2  trainers = cms.VPSet(cms.PSet(
3  monitoring = cms.untracked.bool(False),
4  loadState = cms.untracked.bool(False),
5  saveState = cms.untracked.bool(True),
6  calibrationRecord = cms.string('traintreeSaver'),
7  trainDescription = cms.untracked.FileInPath(
8  'TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml')
9  ))
10 )


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 TtSemiLepSignalSelMVATrainTreeSaver_cff.py.

tuple TtSemiLepSignalSelMVATrainTreeSaver_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 32 of file TtSemiLepSignalSelMVATrainTreeSaver_cff.py.