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... | |
tuple TtSemiLepSignalSelMVATrainTreeSaver_cff.looper |
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
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.