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
EcalObjects
interface
EcalSimComponentShape.h
Go to the documentation of this file.
1
#ifndef CondFormats_EcalObjects_EcalSimComponentShape_hh
2
#define CondFormats_EcalObjects_EcalSimComponentShape_hh
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
#include <vector>
6
7
class
EcalSimComponentShape
{
8
public
:
9
EcalSimComponentShape
() =
default
;
10
11
std::vector<std::vector<float> >
barrel_shapes
;
// there is no need to getters/setters, just access data directly
12
13
double
barrel_thresh
;
14
float
time_interval
;
// time interval of the shape
15
16
COND_SERIALIZABLE
;
17
};
18
#endif
EcalSimComponentShape
Definition:
EcalSimComponentShape.h:7
EcalSimComponentShape::time_interval
float time_interval
Definition:
EcalSimComponentShape.h:14
EcalSimComponentShape::barrel_thresh
double barrel_thresh
Definition:
EcalSimComponentShape.h:13
EcalSimComponentShape::barrel_shapes
std::vector< std::vector< float > > barrel_shapes
Definition:
EcalSimComponentShape.h:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
EcalSimComponentShape::EcalSimComponentShape
EcalSimComponentShape()=default
Generated for CMSSW Reference Manual by
1.8.14