CMS 3D CMS Logo

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

Variables

tuple looper
 

configuration of event looper for MVA taining More...

 
tuple saveTtSemiLepJetCombMVATrainTree = cms.Sequence(trainTtSemiLepJetCombMVA)
 provide a sequence to save a tree for the training More...
 

Variable Documentation

tuple TtSemiLepJetCombMVATrainTreeSaver_cff.looper
Initial value:
1 = cms.Looper("TtSemiLepJetCombMVATrainerLooper",
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('ttSemiLepJetCombMVA'),
7  trainDescription = cms.untracked.FileInPath(
8  'TopQuarkAnalysis/TopJetCombination/data/TtSemiLepJetCombMVATrainTreeSaver.xml'),
9  useXSLT = cms.untracked.bool(True)
10  ))
11 )


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.TopJetCombination.TtSemiLepJetCombMVATrainTreeSaver_cff import looper

process.looper = looper

Definition at line 15 of file TtSemiLepJetCombMVATrainTreeSaver_cff.py.

tuple TtSemiLepJetCombMVATrainTreeSaver_cff.saveTtSemiLepJetCombMVATrainTree = cms.Sequence(trainTtSemiLepJetCombMVA)

provide a sequence to save a tree for the training

Definition at line 28 of file TtSemiLepJetCombMVATrainTreeSaver_cff.py.