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_UTIL_MVA_HEADER
13 #define INCLUDE_GUARD_BELLE2_UTIL_MVA_HEADER
14 
20 #include <mva/utility/Binning.h>
21 #include <mva/utility/Utility.h>
22 #include <mva/utility/DataDriven.h>
23 
24 #endif