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
CalibFormats
CastorObjects
interface
CastorCalibrations.h
Go to the documentation of this file.
1
#ifndef CASTOR_CALIBRATIONS_H
2
#define CASTOR_CALIBRATIONS_H
3
9
class
CastorCalibrations
{
10
public
:
11
CastorCalibrations
() :
mGain
{},
mPedestal
{} {};
12
CastorCalibrations
(
const
float
fGain[4],
const
float
fPedestal[4]);
14
double
gain
(
int
fCapId)
const
{
return
mGain
[fCapId]; }
16
double
pedestal
(
int
fCapId)
const
{
return
mPedestal
[fCapId]; }
17
18
private
:
19
double
mGain
[4];
20
double
mPedestal
[4];
21
};
22
23
#endif
CastorCalibrations::CastorCalibrations
CastorCalibrations()
Definition:
CastorCalibrations.h:11
CastorCalibrations::mPedestal
double mPedestal[4]
Definition:
CastorCalibrations.h:20
CastorCalibrations
Definition:
CastorCalibrations.h:9
CastorCalibrations::gain
double gain(int fCapId) const
get gain for capid=0..3
Definition:
CastorCalibrations.h:14
CastorCalibrations::pedestal
double pedestal(int fCapId) const
get pedestal for capid=0..3
Definition:
CastorCalibrations.h:16
CastorCalibrations::mGain
double mGain[4]
Definition:
CastorCalibrations.h:19
Generated for CMSSW Reference Manual by
1.8.14