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
CondFormats
CastorObjects
interface
CastorPedestals.h
Go to the documentation of this file.
1
#ifndef CastorPedestals_h
2
#define CastorPedestals_h
3
11
#include "
CondFormats/Serialization/interface/Serializable.h
"
12
13
#include "
CondFormats/CastorObjects/interface/CastorPedestal.h
"
14
#include "
CondFormats/CastorObjects/interface/CastorCondObjectContainer.h
"
15
16
//typedef CastorCondObjectContainer<CastorPedestal> CastorPedestals;
17
18
class
CastorPedestals
:
public
CastorCondObjectContainer
<CastorPedestal> {
19
public
:
20
//constructor definition: has to contain
21
CastorPedestals
() :
CastorCondObjectContainer
<
CastorPedestal
>(),
unitIsADC
(
false
) {}
22
CastorPedestals
(
bool
isADC
) :
CastorCondObjectContainer
<
CastorPedestal
>(),
unitIsADC
(
isADC
) {}
23
24
// are the units ADC ? (true=ADC, false=fC)
25
bool
isADC
()
const
{
return
unitIsADC
; }
26
// set unit boolean
27
void
setUnitADC
(
bool
isADC
) {
unitIsADC
=
isADC
; }
28
29
private
:
30
bool
unitIsADC
;
31
32
COND_SERIALIZABLE
;
33
};
34
35
#endif
CastorPedestals::unitIsADC
bool unitIsADC
Definition:
CastorPedestals.h:30
CastorPedestal.h
funct::false
false
Definition:
Factorize.h:29
CastorPedestals::setUnitADC
void setUnitADC(bool isADC)
Definition:
CastorPedestals.h:27
CastorPedestals::isADC
bool isADC() const
Definition:
CastorPedestals.h:25
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
CastorPedestal
Definition:
CastorPedestal.h:16
CastorPedestals
Definition:
CastorPedestals.h:18
CastorPedestals::CastorPedestals
CastorPedestals()
Definition:
CastorPedestals.h:21
CastorCondObjectContainer
Definition:
CastorCondObjectContainer.h:16
Serializable.h
CastorCondObjectContainer.h
CastorPedestals::CastorPedestals
CastorPedestals(bool isADC)
Definition:
CastorPedestals.h:22
Generated for CMSSW Reference Manual by
1.8.16