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
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
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
CondFormats
PhysicsToolsObjects
src
BinningPointByMap.cc
Go to the documentation of this file.
1
#include "
CondFormats/PhysicsToolsObjects/interface/BinningPointByMap.h
"
2
3
bool
BinningPointByMap::insert
(
BinningVariables::BinningVariablesType
k
,
float
v
) {
4
map_
[
k
] =
v
;
5
return
true
;
6
}
7
bool
BinningPointByMap::isKeyAvailable
(
BinningVariables::BinningVariablesType
k
) {
8
return
(
map_
.find(
k
) !=
map_
.end());
9
}
10
11
float
BinningPointByMap::value
(
BinningVariables::BinningVariablesType
k
) {
12
if
(
isKeyAvailable
(
k
) ==
false
)
13
return
-100;
14
return
map_
[
k
];
15
}
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
BinningPointByMap::isKeyAvailable
bool isKeyAvailable(BinningVariables::BinningVariablesType)
Definition:
BinningPointByMap.cc:7
BinningPointByMap::value
float value(BinningVariables::BinningVariablesType)
Definition:
BinningPointByMap.cc:11
BinningPointByMap.h
dqmdumpme.k
k
Definition:
dqmdumpme.py:60
BinningPointByMap::map_
BinningPointTypeMap map_
Definition:
BinningPointByMap.h:25
BinningPointByMap::insert
bool insert(BinningVariables::BinningVariablesType, float)
Definition:
BinningPointByMap.cc:3
BinningVariables::BinningVariablesType
BinningVariablesType
Definition:
BinningVariables.h:10
Generated for CMSSW Reference Manual by
1.8.16