Variables | |
tuple | looper |
------------------------------------------------------------------------------------------ configuration of event looper for MVA taining | |
tuple | saveTtSemiLepJetCombMVATrainTree = cms.Sequence(trainTtSemiLepJetCombMVA) |
provide a sequence to save a tree for the training |
00001 cms.Looper("TtSemiLepJetCombMVATrainerLooper", 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('ttSemiLepJetCombMVA'), 00007 trainDescription = cms.untracked.FileInPath( 00008 'TopQuarkAnalysis/TopJetCombination/data/TtSemiLepJetCombMVATrainTreeSaver.xml'), 00009 useXSLT = cms.untracked.bool(True) 00010 )) 00011 )
------------------------------------------------------------------------------------------ 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.