ROOT
6.12/07
Reference Guide
tmva
tmvagui
inc
TMVA
mvasMulticlass.h
Go to the documentation of this file.
1
#ifndef mvasMulticlass__HH
2
#define mvasMulticlass__HH
3
#include "
TLegend.h
"
4
#include "
TText.h
"
5
#include "
TH2.h
"
6
7
#include "
TMVA/tmvaglob.h
"
8
#include "
TMVA/Types.h
"
9
namespace
TMVA
{
10
11
// this macro plots the resulting MVA distributions (Signal and
12
// Background overlayed); of different MVA methods run in TMVA
13
// (e.g. running TMVAnalysis.C).
14
15
16
// input: - Input file (result from TMVA);
17
// - use of TMVA plotting TStyle
18
void
mvasMulticlass
(
TString
dataset,
TString
fin =
"TMVAMulticlass.root"
, HistType htype = kMVAType,
Bool_t
useTMVAStyle =
kTRUE
);
19
}
20
#endif
TText.h
TString
Basic string class.
Definition:
TString.h:125
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
Types.h
TLegend.h
tmvaglob.h
TH2.h
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
GeneticMinimizer.h:21
kTRUE
const Bool_t kTRUE
Definition:
RtypesCore.h:87
TMVA::mvasMulticlass
void mvasMulticlass(TString dataset, TString fin="TMVAMulticlass.root", HistType htype=kMVAType, Bool_t useTMVAStyle=kTRUE)