Belle II Software  release-05-01-25
MVA.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2016 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Thomas Keck *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #pragma once
12 #ifndef INCLUDE_GUARD_BELLE2_INTERFACE_MVA_HEADER
13 #define INCLUDE_GUARD_BELLE2_INTERFACE_MVA_HEADER
14 
20 #include <mva/interface/Teacher.h>
21 #include <mva/interface/Expert.h>
22 #include <mva/interface/Interface.h>
23 #include <mva/interface/Options.h>
24 #include <mva/interface/Weightfile.h>
25 
26 #endif