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
CondFormats
PhysicsToolsObjects
interface
PerformanceWorkingPoint.h
Go to the documentation of this file.
1
#ifndef PerformanceWorkingPoint_h
2
#define PerformanceWorkingPoint_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "string"
7
8
class
PerformanceWorkingPoint
{
9
public
:
10
PerformanceWorkingPoint
() {}
11
PerformanceWorkingPoint
(
float
c
,
std::string
s
) :
cut_
(
c
),
dname_
(
s
) {}
12
float
cut
()
const
{
return
cut_
; }
13
std::string
discriminantName
()
const
{
return
dname_
; }
14
bool
cutBased
()
const
{
15
if
(
cut_
== -9999)
16
return
false
;
17
return
true
;
18
}
19
20
private
:
21
float
cut_
;
22
std::string
dname_
;
23
24
COND_SERIALIZABLE
;
25
};
26
27
#endif
DummyCfis.c
c
Definition:
DummyCfis.py:86
PerformanceWorkingPoint::PerformanceWorkingPoint
PerformanceWorkingPoint(float c, std::string s)
Definition:
PerformanceWorkingPoint.h:11
PerformanceWorkingPoint::cut
float cut() const
Definition:
PerformanceWorkingPoint.h:12
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
PerformanceWorkingPoint::PerformanceWorkingPoint
PerformanceWorkingPoint()
Definition:
PerformanceWorkingPoint.h:10
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
PerformanceWorkingPoint::dname_
std::string dname_
Definition:
PerformanceWorkingPoint.h:22
PerformanceWorkingPoint::cut_
float cut_
Definition:
PerformanceWorkingPoint.h:21
PerformanceWorkingPoint::cutBased
bool cutBased() const
Definition:
PerformanceWorkingPoint.h:14
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
PerformanceWorkingPoint
Definition:
PerformanceWorkingPoint.h:8
Serializable.h
PerformanceWorkingPoint::discriminantName
std::string discriminantName() const
Definition:
PerformanceWorkingPoint.h:13
Generated for CMSSW Reference Manual by
1.8.14