Belle II Software light-2406-ragdoll
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_UTIL_MVA_HEADER
11#define INCLUDE_GUARD_BELLE2_UTIL_MVA_HEADER
12
18#include <mva/utility/Binning.h>
19#include <mva/utility/Utility.h>
20#include <mva/utility/DataDriven.h>
21
22#endif