src
CondFormats
ESObjects
src
ESWeight.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESWeight.h
"
2
3
ESWeight::ESWeight
() {
wgt_
= 0.0; }
4
5
ESWeight::ESWeight
(
const
double
& awgt) {
wgt_
= awgt; }
6
7
ESWeight::ESWeight
(
const
ESWeight
& awgt) {
wgt_
= awgt.
wgt_
; }
8
9
ESWeight
&
ESWeight::operator=
(
const
ESWeight
& rhs) {
10
wgt_
= rhs.
wgt_
;
11
return
*
this
;
12
}
ESWeight.h
ESWeight::operator=
ESWeight & operator=(const ESWeight &rhs)
Definition:
ESWeight.cc:9
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.14