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_METHODS_MVA_HEADER
13 #define INCLUDE_GUARD_BELLE2_METHODS_MVA_HEADER
14 
20 #include <mva/methods/FastBDT.h>
21 #include <mva/methods/TMVA.h>
22 #include <mva/methods/Python.h>
23 #include <mva/methods/FANN.h>
24 #include <mva/methods/PDF.h>
25 #include <mva/methods/Combination.h>
26 #include <mva/methods/Reweighter.h>
27 #include <mva/methods/RegressionFastBDT.h>
28 #include <mva/methods/Trivial.h>
29 
30 #endif