src
CondFormats
ESObjects
src
ESWeightSet.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESWeightSet.h
"
2
ESWeightSet::ESWeightSet
() {}
3
4
ESWeightSet::ESWeightSet
(
const
ESWeightSet
& rhs) {
wgtBeforeSwitch_
= rhs.
wgtBeforeSwitch_
; }
5
6
ESWeightSet::ESWeightSet
(
ESWeightMatrix
& rhs) {
wgtBeforeSwitch_
= rhs; }
7
8
ESWeightSet
&
ESWeightSet::operator=
(
const
ESWeightSet
& rhs) {
9
wgtBeforeSwitch_
= rhs.
wgtBeforeSwitch_
;
10
return
*
this
;
11
}
12
13
ESWeightSet::~ESWeightSet
() {}
ESWeightSet::~ESWeightSet
~ESWeightSet()
Definition:
ESWeightSet.cc:13
ESWeightSet::ESWeightSet
ESWeightSet()
Definition:
ESWeightSet.cc:2
ESWeightSet::operator=
ESWeightSet & operator=(const ESWeightSet &rhs)
Definition:
ESWeightSet.cc:8
ESWeightSet.h
ESWeightSet::wgtBeforeSwitch_
ESWeightMatrix wgtBeforeSwitch_
Definition:
ESWeightSet.h:31
ESWeightSet::ESWeightMatrix
math::Matrix< 2, 3 >::type ESWeightMatrix
Definition:
ESWeightSet.h:12
ESWeightSet
Definition:
ESWeightSet.h:10
Generated for CMSSW Reference Manual by
1.8.14