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
src
PhysicsTools
Utilities
interface
ParameterMap.h
Go to the documentation of this file.
1
#ifndef PhysicsTools_Utilities_ParameterMap_h
2
#define PhysicsTools_Utilities_ParameterMap_h
3
#include <map>
4
#include <string>
5
#include <vector>
6
7
namespace
fit
{
8
struct
parameter_t
{
9
double
val
,
min
,
max
,
err
;
10
bool
fixed
;
11
};
12
13
typedef
std::map<std::string, parameter_t>
parameterMap_t
;
14
typedef
std::vector<std::pair<std::string, parameter_t> >
parameterVector_t
;
15
}
// namespace fit
16
17
#endif
fit::parameter_t::fixed
bool fixed
Definition:
ParameterMap.h:10
fit::parameter_t::min
double min
Definition:
ParameterMap.h:9
fit::parameter_t::err
double err
Definition:
ParameterMap.h:9
fit::parameter_t
Definition:
ParameterMap.h:8
fit::parameterVector_t
std::vector< std::pair< std::string, parameter_t > > parameterVector_t
Definition:
ParameterMap.h:14
fit::parameter_t::max
double max
Definition:
ParameterMap.h:9
fit::parameterMap_t
std::map< std::string, parameter_t > parameterMap_t
Definition:
ParameterMap.h:13
fit
Definition:
CombinedChiSquaredLikelihood.h:6
fit::parameter_t::val
double val
Definition:
ParameterMap.h:9
Generated for CMSSW Reference Manual by
1.8.14