Loading [MathJax]/extensions/tex2jax.js
ROOT
6.12/07
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
+
Namespaces
Namespace List
+
Namespace Members
+
All
<
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
<
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
u
w
x
+
Enumerations
a
e
f
g
m
p
t
w
y
+
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
w
+
All Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
w
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
f
+
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Files
File List
+
File Members
+
All
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
c
e
f
i
l
m
p
r
u
x
+
Enumerator
a
c
d
e
f
g
h
i
k
l
n
o
p
r
s
v
w
+
Macros
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
tmva
tmvagui
inc
TMVA
probas.h
Go to the documentation of this file.
1
#ifndef probas__HH
2
#define probas__HH
3
#include <iostream>
4
#include <iomanip>
5
using
std::cout;
6
using
std::endl;
7
8
#include "
tmvaglob.h
"
9
10
#include "
RQ_OBJECT.h
"
11
12
#include "
TH1.h
"
13
#include "
TROOT.h
"
14
#include "
TList.h
"
15
#include "
TIterator.h
"
16
#include "
TStyle.h
"
17
#include "
TPad.h
"
18
#include "
TCanvas.h
"
19
#include "
TLatex.h
"
20
#include "
TLegend.h
"
21
#include "
TLine.h
"
22
#include "
TH2.h
"
23
#include "TFormula.h"
24
#include "
TFile.h
"
25
#include "
TApplication.h
"
26
#include "
TKey.h
"
27
#include "
TClass.h
"
28
#include "
TGaxis.h
"
29
30
#include "
TGWindow.h
"
31
#include "
TGButton.h
"
32
#include "
TGLabel.h
"
33
#include "
TGNumberEntry.h
"
34
namespace
TMVA
{
35
36
// this macro plots the MVA probability distributions (Signal and
37
// Background overlayed); of different MVA methods run in TMVA
38
// (e.g. running TMVAnalysis.C).
39
40
// input: - Input file (result from TMVA);
41
// - use of TMVA plotting TStyle
42
void
probas
(
TString
dataset,
TString
fin =
"TMVA.root"
,
Bool_t
useTMVAStyle =
kTRUE
);
43
}
44
#endif
RQ_OBJECT.h
TClass.h
TGaxis.h
TMVA::probas
void probas(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)
TGNumberEntry.h
TFile.h
TString
Basic string class.
Definition:
TString.h:125
TGWindow.h
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
TGLabel.h
TList.h
TCanvas.h
TIterator.h
TLegend.h
TKey.h
tmvaglob.h
TROOT.h
TH2.h
TStyle.h
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
GeneticMinimizer.h:21
TLatex.h
TH1.h
TPad.h
TLine.h
TGButton.h
TApplication.h
kTRUE
const Bool_t kTRUE
Definition:
RtypesCore.h:87