Loading [MathJax]/extensions/tex2jax.js
ROOT
6.10/09
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
k
l
m
n
o
p
q
r
s
t
u
v
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
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
m
n
o
p
r
s
v
w
x
y
z
+
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
TMVAGui.h
Go to the documentation of this file.
1
#ifndef TMVAGui__HH
2
#define TMVAGui__HH
3
#include <iostream>
4
#include <vector>
5
6
#include "
TList.h
"
7
#include "
TROOT.h
"
8
#include "
TKey.h
"
9
#include "
TString.h
"
10
#include "
TControlBar.h
"
11
#include "
TObjString.h
"
12
#include "
TClass.h
"
13
14
#include "
tmvaglob.h
"
15
namespace
TMVA
{
16
17
18
TList
*
GetKeyList
(
const
TString
& pattern );
19
20
// utility function
21
void
ActionButton
(
TControlBar
* cbar,
22
const
TString
& title,
const
TString
& macro,
const
TString
& comment,
23
const
TString
& buttonType,
TString
requiredKey =
""
);
24
25
// main GUI
26
void
TMVAGui
(
const
char
* fName =
"TMVA.root"
,
TString
dataset =
""
);
27
28
struct
TMVAGUI
{
29
TMVAGUI
(
TString
name
=
"TMVA.root"
,
TString
dataset=
""
) {
30
TMVA::TMVAGui
(
name
.Data(),dataset);
31
}
32
};
33
34
}
35
36
37
#endif
TControlBar
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
Definition:
TControlBar.h:22
TClass.h
TMVA::TMVAGUI
Definition:
TMVAGui.h:28
TMVA::TMVAGui
void TMVAGui(const char *fName="TMVA.root", TString dataset="")
RegressionKeras.name
name
Definition:
RegressionKeras.py:30
TString
Basic string class.
Definition:
TString.h:129
TControlBar.h
TList.h
TList
A doubly linked list.
Definition:
TList.h:43
TString.h
TObjString.h
TMVA::ActionButton
void ActionButton(TControlBar *cbar, const TString &title, const TString ¯o, const TString &comment, const TString &buttonType, TString requiredKey="")
TKey.h
tmvaglob.h
TROOT.h
TMVA::GetKeyList
TList * GetKeyList(const TString &pattern)
TMVA::TMVAGUI::TMVAGUI
TMVAGUI(TString name="TMVA.root", TString dataset="")
Definition:
TMVAGui.h:29
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
GeneticMinimizer.h:21