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
DataFormats
EcalDigi
interface
EBDataFrame.h
Go to the documentation of this file.
1
#ifndef DIGIECAL_EBDATAFRAME_H
2
#define DIGIECAL_EBDATAFRAME_H
3
4
#include "
DataFormats/EcalDetId/interface/EBDetId.h
"
5
#include "
DataFormats/EcalDigi/interface/EcalDataFrame.h
"
6
#include <iosfwd>
7
11
class
EBDataFrame
:
public
EcalDataFrame
{
12
public
:
13
typedef
EBDetId
key_type
;
14
typedef
EcalDataFrame
Base
;
15
16
EBDataFrame
() {}
17
// EBDataFrame(DetId i) : Base(i) {}
18
EBDataFrame
(
edm::DataFrame
const
&
base
) :
Base
(
base
) {}
19
EBDataFrame
(
EcalDataFrame
const
&
base
) :
Base
(
base
) {}
20
24
float
spikeEstimator
()
const
;
25
26
~EBDataFrame
()
override
{}
27
28
key_type
id
()
const
{
return
Base::id
(); }
29
};
30
31
std::ostream&
operator<<
(std::ostream&,
const
EBDataFrame
&);
32
33
#endif
EBDetId
Definition:
EBDetId.h:17
EcalDataFrame
Definition:
EcalDataFrame.h:16
newFWLiteAna.base
base
Main Program
Definition:
newFWLiteAna.py:92
EBDataFrame::EBDataFrame
EBDataFrame(EcalDataFrame const &base)
Definition:
EBDataFrame.h:19
edm::DataFrame
Definition:
DataFrame.h:15
EBDataFrame::id
key_type id() const
Definition:
EBDataFrame.h:28
EBDataFrame::spikeEstimator
float spikeEstimator() const
Definition:
EBDataFrame.cc:5
operator<<
std::ostream & operator<<(std::ostream &, const EBDataFrame &)
Definition:
EBDataFrame.cc:29
EBDataFrame::EBDataFrame
EBDataFrame()
Definition:
EBDataFrame.h:16
EBDataFrame::~EBDataFrame
~EBDataFrame() override
Definition:
EBDataFrame.h:26
EBDataFrame::Base
EcalDataFrame Base
Definition:
EBDataFrame.h:14
EBDataFrame::key_type
EBDetId key_type
For the sorted collection.
Definition:
EBDataFrame.h:13
EBDataFrame::EBDataFrame
EBDataFrame(edm::DataFrame const &base)
Definition:
EBDataFrame.h:18
EcalDataFrame::id
DetId id() const
Definition:
EcalDataFrame.h:24
EBDataFrame
Definition:
EBDataFrame.h:11
EBDetId.h
EcalDataFrame.h
Generated for CMSSW Reference Manual by
1.8.14