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
EcalObjects
src
EcalMGPAGainRatio.cc
Go to the documentation of this file.
1
6
#include "
CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h
"
7
8
EcalMGPAGainRatio::EcalMGPAGainRatio
() {
9
gain12Over6_
= 2.;
10
gain6Over1_
= 6.;
11
}
12
13
EcalMGPAGainRatio::EcalMGPAGainRatio
(
const
EcalMGPAGainRatio
&
ratio
) {
14
gain12Over6_
=
ratio
.gain12Over6_;
15
gain6Over1_
=
ratio
.gain6Over1_;
16
}
17
18
EcalMGPAGainRatio::~EcalMGPAGainRatio
() {}
19
20
EcalMGPAGainRatio
&
EcalMGPAGainRatio::operator=
(
const
EcalMGPAGainRatio
& rhs) {
21
gain12Over6_
= rhs.
gain12Over6_
;
22
gain6Over1_
= rhs.
gain6Over1_
;
23
return
*
this
;
24
}
particleFlowDisplacedVertex_cfi.ratio
ratio
Definition:
particleFlowDisplacedVertex_cfi.py:93
EcalMGPAGainRatio::gain6Over1_
float gain6Over1_
Definition:
EcalMGPAGainRatio.h:31
EcalMGPAGainRatio.h
EcalMGPAGainRatio::EcalMGPAGainRatio
EcalMGPAGainRatio()
Definition:
EcalMGPAGainRatio.cc:8
EcalMGPAGainRatio::operator=
EcalMGPAGainRatio & operator=(const EcalMGPAGainRatio &rhs)
Definition:
EcalMGPAGainRatio.cc:20
EcalMGPAGainRatio
Definition:
EcalMGPAGainRatio.h:13
EcalMGPAGainRatio::~EcalMGPAGainRatio
~EcalMGPAGainRatio()
Definition:
EcalMGPAGainRatio.cc:18
EcalMGPAGainRatio::gain12Over6_
float gain12Over6_
Definition:
EcalMGPAGainRatio.h:30
Generated for CMSSW Reference Manual by
1.8.14