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
math
minuit2
inc
LinkDef.h
Go to the documentation of this file.
1
// @(#)root/minuit2:$Id$
2
// Author: L. Moneta 10/2005
3
4
/**********************************************************************
5
* *
6
* Copyright (c) 2005 ROOT Foundation, CERN/PH-SFT *
7
* *
8
**********************************************************************/
9
10
11
#ifdef __CINT__
12
13
#pragma link off all globals;
14
#pragma link off all classes;
15
#pragma link off all functions;
16
17
18
//#pragma link C++ namespace ROOT::Minuit2;
19
20
#pragma link C++ class ROOT::Minuit2::GenericFunction;
21
#pragma link C++ class ROOT::Minuit2::FCNBase;
22
#pragma link C++ class ROOT::Minuit2::FCNGradientBase;
23
#pragma link C++ class ROOT::Minuit2::FumiliFCNBase;
24
25
#pragma link C++ class ROOT::Minuit2::Minuit2Minimizer;
26
27
#pragma link C++ class ROOT::Minuit2::FunctionMinimum;
28
#pragma link C++ class ROOT::Minuit2::MinuitParameter;
29
#pragma link C++ class ROOT::Minuit2::MinosError;
30
#pragma link C++ class ROOT::Minuit2::MnApplication;
31
#pragma link C++ class ROOT::Minuit2::MnMigrad;
32
#pragma link C++ class ROOT::Minuit2::MnMinos;
33
#pragma link C++ class ROOT::Minuit2::MnHesse;
34
#pragma link C++ class ROOT::Minuit2::MnMinimize;
35
#pragma link C++ class ROOT::Minuit2::MnFumiliMinimize;
36
#pragma link C++ class ROOT::Minuit2::MnScan;
37
#pragma link C++ class ROOT::Minuit2::MnContours;
38
#pragma link C++ class ROOT::Minuit2::MnSimplex;
39
#pragma link C++ class ROOT::Minuit2::MnPlot;
40
#pragma link C++ class ROOT::Minuit2::MnUserParameterState;
41
#pragma link C++ class ROOT::Minuit2::MnUserParameters;
42
#pragma link C++ class ROOT::Minuit2::MnStrategy;
43
#pragma link C++ class ROOT::Minuit2::FunctionMinimizer;
44
#pragma link C++ class ROOT::Minuit2::ModularFunctionMinimizer;
45
#pragma link C++ class ROOT::Minuit2::VariableMetricMinimizer;
46
#pragma link C++ class ROOT::Minuit2::SimplexMinimizer;
47
#pragma link C++ class ROOT::Minuit2::CombinedMinimizer;
48
#pragma link C++ class ROOT::Minuit2::ScanMinimizer;
49
#pragma link C++ class ROOT::Minuit2::FumiliMinimizer;
50
#pragma link C++ class ROOT::Minuit2::MnMachinePrecision;
51
#pragma link C++ class ROOT::Minuit2::MnTraceObject;
52
53
#pragma link C++ class std::vector<ROOT::Minuit2::MinuitParameter >;
54
55
#pragma link C++ class TMinuit2TraceObject;
56
57
#endif