Main Page
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
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
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
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
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
PhysicsTools
Utilities
interface
RootMinuitResultPrinter.h
Go to the documentation of this file.
1
#ifndef PhysicsTools_Utilities_RootMinuitResultPrinter_h
2
#define PhysicsTools_Utilities_RootMinuitResultPrinter_h
3
#include <iostream>
4
5
namespace
fit
{
6
7
template
<
typename
Function>
8
struct
RootMinuitResultPrinter
{
9
static
void
print
(
double
amin,
unsigned
int
numberOfFreeParameters,
const
Function
&
f
) {
10
std::cout
<<
"minimum function = "
<< amin <<
", free parameters = "
<< numberOfFreeParameters << std::endl;
11
}
12
};
13
14
}
// namespace fit
15
16
#endif
reco::parser::Function
Function
Definition:
Function.h:18
fit::RootMinuitResultPrinter::print
static void print(double amin, unsigned int numberOfFreeParameters, const Function &f)
Definition:
RootMinuitResultPrinter.h:9
fit::RootMinuitResultPrinter
Definition:
RootMinuitResultPrinter.h:8
f
double f[11][100]
Definition:
MuScleFitUtils.cc:78
fit
Definition:
CombinedChiSquaredLikelihood.h:6
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
Generated for CMSSW Reference Manual by
1.8.14