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
CalibFormats
CastorObjects
interface
CastorChannelCoder.h
Go to the documentation of this file.
1
#ifndef CASTOR_CHANNEL_CODER_H
2
#define CASTOR_CHANNEL_CODER_H
3
10
namespace
reco
{
11
namespace
castor
{
12
class
QieShape
;
13
}
14
}
// namespace reco
15
16
class
CastorChannelCoder
{
17
public
:
18
CastorChannelCoder
(
const
float
fOffset[16],
const
float
fSlope[16]);
// [CapId][Range]
20
double
charge
(
const
reco::castor::QieShape
& fShape,
int
fAdc,
int
fCapId)
const
;
22
int
adc
(
const
reco::castor::QieShape
& fShape,
double
fCharge,
int
fCapId)
const
;
23
int
index
(
int
fCapId,
int
Range
) {
return
fCapId * 4 +
Range
; }
24
25
private
:
26
double
mOffset
[4][4];
27
double
mSlope
[4][4];
28
};
29
30
#endif
CastorChannelCoder::mOffset
double mOffset[4][4]
Definition:
CastorChannelCoder.h:26
QieShape
Range
PixelRecoRange< float > Range
Definition:
PixelTripletHLTGenerator.cc:31
reco::castor::QieShape
Definition:
QieShape.h:13
CastorChannelCoder::index
int index(int fCapId, int Range)
Definition:
CastorChannelCoder.h:23
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
CastorChannelCoder::mSlope
double mSlope[4][4]
Definition:
CastorChannelCoder.h:27
CastorChannelCoder::CastorChannelCoder
CastorChannelCoder(const float fOffset[16], const float fSlope[16])
Definition:
CastorChannelCoder.cc:12
CastorChannelCoder
Definition:
CastorChannelCoder.h:16
CastorChannelCoder::charge
double charge(const reco::castor::QieShape &fShape, int fAdc, int fCapId) const
ADC[0..127]+capid[0..3]->fC conversion.
Definition:
CastorChannelCoder.cc:21
CastorChannelCoder::adc
int adc(const reco::castor::QieShape &fShape, double fCharge, int fCapId) const
fC + capid[0..3] -> ADC conversion
Definition:
CastorChannelCoder.cc:29
castorDigitizer_cfi.castor
castor
Definition:
castorDigitizer_cfi.py:9
Generated for CMSSW Reference Manual by
1.8.16