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
EcalObjects
interface
EcalPulseShapes.h
Go to the documentation of this file.
1
#ifndef EcalPulseShapes_h
2
#define EcalPulseShapes_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/EcalObjects/interface/EcalCondObjectContainer.h
"
7
8
struct
EcalPulseShape
{
9
public
:
10
static
const
int
TEMPLATESAMPLES
= 12;
11
12
EcalPulseShape
();
13
14
float
pdfval
[
TEMPLATESAMPLES
];
15
16
float
val
(
int
isample)
const
{
return
pdfval
[isample]; }
17
18
COND_SERIALIZABLE
;
19
};
20
21
typedef
EcalCondObjectContainer<EcalPulseShape>
EcalPulseShapesMap
;
22
typedef
EcalPulseShapesMap::const_iterator
EcalPulseShapesMapIterator
;
23
typedef
EcalPulseShapesMap
EcalPulseShapes
;
24
25
#endif
EcalPulseShape::EcalPulseShape
EcalPulseShape()
Definition:
EcalPulseShapes.cc:3
EcalPulseShape
Definition:
EcalPulseShapes.h:8
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
EcalPulseShape::pdfval
float pdfval[TEMPLATESAMPLES]
Definition:
EcalPulseShapes.h:14
EcalCondObjectContainer
Definition:
EcalCondObjectContainer.h:13
EcalCondObjectContainer.h
EcalPulseShape::val
float val(int isample) const
Definition:
EcalPulseShapes.h:16
Serializable.h
EcalPulseShapesMapIterator
EcalPulseShapesMap::const_iterator EcalPulseShapesMapIterator
Definition:
EcalPulseShapes.h:22
EcalPulseShape::TEMPLATESAMPLES
static const int TEMPLATESAMPLES
Definition:
EcalPulseShapes.h:10
EcalPulseShapesMap
EcalCondObjectContainer< EcalPulseShape > EcalPulseShapesMap
Definition:
EcalPulseShapes.h:21
EcalPulseShapes
EcalPulseShapesMap EcalPulseShapes
Definition:
EcalPulseShapes.h:23
EcalCondObjectContainer::const_iterator
std::vector< Item >::const_iterator const_iterator
Definition:
EcalCondObjectContainer.h:19
Generated for CMSSW Reference Manual by
1.8.16