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