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
CalibFormats
CastorObjects
interface
CastorCoder.h
Go to the documentation of this file.
1
#ifndef CASTORCODER_H
2
#define CASTORCODER_H 1
3
4
#include "
DataFormats/HcalDigi/interface/CastorDataFrame.h
"
5
#include "
CalibFormats/CaloObjects/interface/CaloSamples.h
"
6
13
class
CastorCoder
{
14
public
:
15
virtual
void
adc2fC
(
const
CastorDataFrame
&
df
,
CaloSamples
& lf)
const
= 0;
16
virtual
void
fC2adc
(
const
CaloSamples
& clf,
CastorDataFrame
&
df
,
int
fCapIdOffset)
const
= 0;
17
virtual
~CastorCoder
() =
default
;
18
};
19
20
#endif
CastorDataFrame.h
CaloSamples.h
CastorCoder::adc2fC
virtual void adc2fC(const CastorDataFrame &df, CaloSamples &lf) const =0
CaloSamples
Definition:
CaloSamples.h:14
CastorCoder::fC2adc
virtual void fC2adc(const CaloSamples &clf, CastorDataFrame &df, int fCapIdOffset) const =0
CastorCoder
Definition:
CastorCoder.h:13
CastorDataFrame
Definition:
CastorDataFrame.h:15
hgcalPerformanceValidation.df
df
Definition:
hgcalPerformanceValidation.py:870
CastorCoder::~CastorCoder
virtual ~CastorCoder()=default
Generated for CMSSW Reference Manual by
1.8.14