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
EcalADCToGeVConstant.cc
Go to the documentation of this file.
1
7
#include "
CondFormats/EcalObjects/interface/EcalADCToGeVConstant.h
"
8
9
EcalADCToGeVConstant::EcalADCToGeVConstant
() {
10
EBvalue_
= 0.;
11
EEvalue_
= 0.;
12
}
13
14
EcalADCToGeVConstant::EcalADCToGeVConstant
(
const
float
& EBvalue,
const
float
& EEvalue) {
15
EBvalue_
= EBvalue;
16
EEvalue_
= EEvalue;
17
}
18
19
EcalADCToGeVConstant::~EcalADCToGeVConstant
() {}
EcalADCToGeVConstant::EBvalue_
float EBvalue_
Definition:
EcalADCToGeVConstant.h:27
EcalADCToGeVConstant::EcalADCToGeVConstant
EcalADCToGeVConstant()
Definition:
EcalADCToGeVConstant.cc:9
EcalADCToGeVConstant.h
EcalADCToGeVConstant::EEvalue_
float EEvalue_
Definition:
EcalADCToGeVConstant.h:28
EcalADCToGeVConstant::~EcalADCToGeVConstant
~EcalADCToGeVConstant()
Definition:
EcalADCToGeVConstant.cc:19
Generated for CMSSW Reference Manual by
1.8.14