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
RecoMuonObjects
interface
DYTThrObject.h
Go to the documentation of this file.
1
#ifndef CondFormats_RecoMuonObjects_DYTThrObject_h
2
#define CondFormats_RecoMuonObjects_DYTThrObject_h
3
4
#include "
DataFormats/DetId/interface/DetId.h
"
5
#include <vector>
6
#include "
CondFormats/Serialization/interface/Serializable.h
"
7
8
class
DYTThrObject
{
9
public
:
10
struct
DytThrStruct
{
11
DetId
id
;
12
double
thr
;
13
14
COND_SERIALIZABLE
;
15
};
16
17
DYTThrObject
() {}
18
~DYTThrObject
() {}
19
std::vector<DytThrStruct>
thrsVec
;
20
21
COND_SERIALIZABLE
;
22
};
23
#endif
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
DetId
Definition:
DetId.h:17
DYTThrObject
Definition:
DYTThrObject.h:8
DYTThrObject::DytThrStruct::id
DetId id
Definition:
DYTThrObject.h:11
DYTThrObject::~DYTThrObject
~DYTThrObject()
Definition:
DYTThrObject.h:18
DYTThrObject::DytThrStruct::thr
double thr
Definition:
DYTThrObject.h:12
DYTThrObject::DYTThrObject
DYTThrObject()
Definition:
DYTThrObject.h:17
Serializable.h
DYTThrObject::thrsVec
std::vector< DytThrStruct > thrsVec
Definition:
DYTThrObject.h:19
DetId.h
DYTThrObject::DytThrStruct
Definition:
DYTThrObject.h:10
Generated for CMSSW Reference Manual by
1.8.16