Loading [MathJax]/extensions/tex2jax.js
ROOT
6.08/07
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
+
Namespaces
Namespace List
+
Namespace Members
+
All
2
3
<
_
a
b
c
d
e
f
g
h
i
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
2
3
a
b
c
d
e
f
g
h
i
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
v
x
+
Enumerations
a
d
e
f
g
h
m
p
t
v
w
y
+
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
u
v
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
tmva
inc
LinkDef3.h
Go to the documentation of this file.
1
#ifdef __CINT__
2
3
#pragma link off all globals;
4
#pragma link off all classes;
5
#pragma link off all functions;
6
#pragma link off all namespaces;
7
8
#pragma link C++ nestedclass;
9
10
11
// other classes
12
#pragma link C++ class TMVA::Config+;
13
#pragma link C++ class TMVA::Config::VariablePlotting+;
14
#pragma link C++ class TMVA::Config::IONames+;
15
#pragma link C++ class TMVA::KDEKernel+;
16
#pragma link C++ class TMVA::Interval+;
17
#pragma link C++ class TMVA::LogInterval+;
18
#pragma link C++ class TMVA::FitterBase+;
19
#pragma link C++ class TMVA::MCFitter+;
20
#pragma link C++ class TMVA::GeneticFitter+;
21
#pragma link C++ class TMVA::SimulatedAnnealingFitter+;
22
#pragma link C++ class TMVA::MinuitFitter+;
23
#pragma link C++ class TMVA::MinuitWrapper+;
24
#pragma link C++ class TMVA::IFitterTarget+;
25
#pragma link C++ class TMVA::PDEFoam+;
26
#pragma link C++ class TMVA::PDEFoamEvent+;
27
#pragma link C++ class TMVA::PDEFoamDiscriminant+;
28
#pragma link C++ class TMVA::PDEFoamTarget+;
29
#pragma link C++ class TMVA::PDEFoamMultiTarget+;
30
#pragma link C++ class TMVA::PDEFoamDecisionTree+;
31
#pragma link C++ class TMVA::PDEFoamDensityBase+;
32
#pragma link C++ class TMVA::PDEFoamDiscriminantDensity+;
33
#pragma link C++ class TMVA::PDEFoamEventDensity+;
34
#pragma link C++ class TMVA::PDEFoamTargetDensity+;
35
#pragma link C++ class TMVA::PDEFoamDecisionTreeDensity+;
36
#pragma link C++ class TMVA::PDEFoamVect+;
37
#pragma link C++ class TMVA::PDEFoamCell+;
38
#pragma link C++ class TMVA::PDEFoamKernelBase+;
39
#pragma link C++ class TMVA::PDEFoamKernelTrivial+;
40
#pragma link C++ class TMVA::PDEFoamKernelLinN+;
41
#pragma link C++ class TMVA::PDEFoamKernelGauss+;
42
#pragma link C++ class TMVA::BDTEventWrapper+;
43
#pragma link C++ class TMVA::CCTreeWrapper+;
44
#pragma link C++ class TMVA::CCPruner+;
45
#pragma link C++ class TMVA::CostComplexityPruneTool+;
46
#pragma link C++ class TMVA::SVEvent+;
47
#pragma link C++ class TMVA::OptimizeConfigParameters+;
48
49
#endif