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
CondFormats
BTauObjects
interface
TrackProbabilityCalibration.h
Go to the documentation of this file.
1
#ifndef TrackProbabilityCalibration_h
2
#define TrackProbabilityCalibration_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/BTauObjects/interface/TrackProbabilityCategoryData.h
"
7
#include "
CondFormats/PhysicsToolsObjects/interface/Histogram.h
"
8
9
#include <vector>
10
11
struct
TrackProbabilityCalibration
{
12
struct
Entry
{
13
TrackProbabilityCategoryData
category
;
14
PhysicsTools::Calibration::HistogramF
histogram
;
15
16
COND_SERIALIZABLE
;
17
};
18
19
std::vector<Entry>
data
;
20
21
COND_SERIALIZABLE
;
22
};
23
24
#endif //TrackProbabilityCalibration_h
TrackProbabilityCategoryData
Definition:
TrackProbabilityCategoryData.h:6
PhysicsTools::Calibration::Histogram< float >
Histogram.h
TrackProbabilityCalibration::Entry::category
TrackProbabilityCategoryData category
Definition:
TrackProbabilityCalibration.h:13
TrackProbabilityCalibration
Definition:
TrackProbabilityCalibration.h:11
TrackProbabilityCalibration::Entry::histogram
PhysicsTools::Calibration::HistogramF histogram
Definition:
TrackProbabilityCalibration.h:14
TrackProbabilityCalibration::Entry
Definition:
TrackProbabilityCalibration.h:12
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
TrackProbabilityCalibration::data
std::vector< Entry > data
Definition:
TrackProbabilityCalibration.h:19
TrackProbabilityCategoryData.h
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14