Main Page
Namespaces
Classes
Package Documentation
CondFormats
ESObjects
src
ESWeight.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESWeight.h
"
2
3
ESWeight::ESWeight
() {
4
wgt_
= 0.0;
5
}
6
7
ESWeight::ESWeight
(
const
double
& awgt) {
8
wgt_
= awgt;
9
}
10
11
ESWeight::ESWeight
(
const
ESWeight
& awgt) {
12
wgt_
= awgt.
wgt_
;
13
}
14
15
ESWeight
&
ESWeight::operator=
(
const
ESWeight
&rhs) {
16
wgt_
= rhs.
wgt_
;
17
return
*
this
;
18
}
ESWeight.h
ESWeight::operator=
ESWeight & operator=(const ESWeight &rhs)
Definition:
ESWeight.cc:15
ESWeight::wgt_
double wgt_
Definition:
ESWeight.h:33
ESWeight::ESWeight
ESWeight()
Definition:
ESWeight.cc:3
ESWeight
Definition:
ESWeight.h:14
Generated for CMSSW Reference Manual by
1.8.11