Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IMethod.cxx
Go to the documentation of this file.
1
2#include "TMVA/IMethod.h"
3
4#include "Rtypes.h"
5
6/*! \class TMVA::IMethod
7\ingroup TMVA
8
9Interface for all concrete MVA method implementations
10
11*/
12
#define ClassImp(name)
Definition: Rtypes.h:365
Interface for all concrete MVA method implementations.
Definition: IMethod.h:54