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
QieShape.h
Go to the documentation of this file.
1
#ifndef QIE_SHAPE_H
2
#define QIE_SHAPE_H
3
10
namespace
reco
{
11
namespace
castor
{
12
13
class
QieShape
{
14
public
:
15
QieShape
(
const
double
fAdcShape[32],
const
double
fAdcBin[32]);
16
// center of the nominal linearized QIE bin
17
double
linearization
(
int
fAdc)
const
{
return
mLinearization
[fAdc]; }
18
// width of the nominal linearized bin
19
double
binSize
(
int
fAdc)
const
{
return
mBinSize
[fAdc]; }
20
21
private
:
22
double
mLinearization
[128];
23
double
mBinSize
[128];
24
};
25
26
}
// namespace castor
27
}
// namespace reco
28
29
#endif
reco::castor::QieShape
Definition:
QieShape.h:13
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::castor::QieShape::binSize
double binSize(int fAdc) const
Definition:
QieShape.h:19
reco::castor::QieShape::QieShape
QieShape(const double fAdcShape[32], const double fAdcBin[32])
Definition:
QieShape.cc:14
reco::castor::QieShape::mBinSize
double mBinSize[128]
Definition:
QieShape.h:23
reco::castor::QieShape::linearization
double linearization(int fAdc) const
Definition:
QieShape.h:17
reco::castor::QieShape::mLinearization
double mLinearization[128]
Definition:
QieShape.h:22
castorDigitizer_cfi.castor
castor
Definition:
castorDigitizer_cfi.py:9
Generated for CMSSW Reference Manual by
1.8.16