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
CondFormats
ESObjects
interface
ESGain.h
Go to the documentation of this file.
1
#ifndef CondFormats_ESObjects_ESGain_H
2
#define CondFormats_ESObjects_ESGain_H
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include <iostream>
6
7
class
ESGain
{
8
public
:
9
ESGain
();
10
ESGain
(
const
float
&
gain
);
11
~ESGain
();
12
void
setESGain
(
const
float
&
value
) {
gain_
=
value
; }
13
float
getESGain
()
const
{
return
gain_
; }
14
void
print
(std::ostream&
s
)
const
{
s
<<
"ESGain: "
<<
gain_
; }
15
16
private
:
17
float
gain_
;
18
19
COND_SERIALIZABLE
;
20
};
21
22
#endif
ESGain::print
void print(std::ostream &s) const
Definition:
ESGain.h:14
ESGain
Definition:
ESGain.h:7
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
ESGain::~ESGain
~ESGain()
Definition:
ESGain.cc:7
ESGain::gain_
float gain_
Definition:
ESGain.h:17
ESGain::ESGain
ESGain()
Definition:
ESGain.cc:3
value
Definition:
value.py:1
PedestalClient_cfi.gain
gain
Definition:
PedestalClient_cfi.py:37
relativeConstraints.value
value
Definition:
relativeConstraints.py:53
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
ESGain::setESGain
void setESGain(const float &value)
Definition:
ESGain.h:12
Serializable.h
ESGain::getESGain
float getESGain() const
Definition:
ESGain.h:13
Generated for CMSSW Reference Manual by
1.8.14