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
ESObjects
src
ESTimeSampleWeights.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESTimeSampleWeights.h
"
2
3
ESTimeSampleWeights::ESTimeSampleWeights
() {
4
w0_
= 0.;
5
w1_
= 0.;
6
w2_
= 0.;
7
}
8
9
ESTimeSampleWeights::ESTimeSampleWeights
(
const
float
& w0,
const
float
& w1,
const
float
&
w2
) {
10
w0_
= w0;
11
w1_
= w1;
12
w2_
=
w2
;
13
}
14
15
ESTimeSampleWeights::~ESTimeSampleWeights
() {}
ESTimeSampleWeights::w2_
float w2_
Definition:
ESTimeSampleWeights.h:25
w2
common ppss p3p6s2 common epss epspn46 common const1 w2
Definition:
inclppp.h:1
ESTimeSampleWeights::w0_
float w0_
Definition:
ESTimeSampleWeights.h:23
ESTimeSampleWeights::w1_
float w1_
Definition:
ESTimeSampleWeights.h:24
ESTimeSampleWeights.h
ESTimeSampleWeights::ESTimeSampleWeights
ESTimeSampleWeights()
Definition:
ESTimeSampleWeights.cc:3
ESTimeSampleWeights::~ESTimeSampleWeights
~ESTimeSampleWeights()
Definition:
ESTimeSampleWeights.cc:15
Generated for CMSSW Reference Manual by
1.8.16