Belle II Software  release-08-01-10
MVA.h
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 #pragma once
10 #ifndef INCLUDE_GUARD_BELLE2_INTERFACE_MVA_HEADER
11 #define INCLUDE_GUARD_BELLE2_INTERFACE_MVA_HEADER
12 
18 #include <mva/interface/Teacher.h>
19 #include <mva/interface/Expert.h>
20 #include <mva/interface/Interface.h>
21 #include <mva/interface/Options.h>
22 #include <mva/interface/Weightfile.h>
23 
24 #endif