Belle II Software development
Teacher.cc
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#include <mva/interface/Teacher.h>
10
11namespace Belle2 {
16 namespace MVA {
17
18 Teacher::Teacher(const GeneralOptions& general_options) : m_general_options(general_options) { }
19
20 }
22}
General options which are shared by all MVA trainings.
Definition: Options.h:62
Teacher(const GeneralOptions &general_options)
Constructs a new teacher using the GeneralOptions for this training.
Definition: Teacher.cc:18
Abstract base class for different kinds of events.