ROOT
6.14/05
Reference Guide
tmva
tmvagui
inc
TMVA
probas.h
Go to the documentation of this file.
1
#ifndef probas__HH
2
#define probas__HH
3
4
#include "
TString.h
"
5
6
namespace
TMVA
{
7
8
// this macro plots the MVA probability distributions (Signal and
9
// Background overlayed); of different MVA methods run in TMVA
10
// (e.g. running TMVAnalysis.C).
11
12
// input: - Input file (result from TMVA);
13
// - use of TMVA plotting TStyle
14
void
probas
(
TString
dataset,
TString
fin =
"TMVA.root"
,
Bool_t
useTMVAStyle =
kTRUE
);
15
}
16
#endif
TMVA::probas
void probas(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
TString
Basic string class.
Definition:
TString.h:131
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
TString.h
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
GeneticMinimizer.h:21
kTRUE
const Bool_t kTRUE
Definition:
RtypesCore.h:87