Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
}
5
6
ESWeightSet::ESWeightSet
(
const
ESWeightSet
& rhs) {
7
wgtBeforeSwitch_
= rhs.
wgtBeforeSwitch_
;
8
}
9
10
ESWeightSet::ESWeightSet
(
ESWeightMatrix
& rhs) {
11
wgtBeforeSwitch_
= rhs ;
12
}
13
14
ESWeightSet
&
ESWeightSet::operator=
(
const
ESWeightSet
& rhs) {
15
wgtBeforeSwitch_
= rhs.
wgtBeforeSwitch_
;
16
return
*
this
;
17
}
18
19
ESWeightSet::~ESWeightSet
() {
20
}
ESWeightSet::~ESWeightSet
~ESWeightSet()
Definition:
ESWeightSet.cc:19
ESWeightSet::ESWeightSet
ESWeightSet()
Definition:
ESWeightSet.cc:2
ESWeightSet::ESWeightMatrix
math::Matrix< 2, 3 >::type ESWeightMatrix
Definition:
ESWeightSet.h:14
ESWeightSet::operator=
ESWeightSet & operator=(const ESWeightSet &rhs)
Definition:
ESWeightSet.cc:14
ESWeightSet.h
ESWeightSet::wgtBeforeSwitch_
ESWeightMatrix wgtBeforeSwitch_
Definition:
ESWeightSet.h:35
ESWeightSet
Definition:
ESWeightSet.h:10
Generated for CMSSW Reference Manual by
1.8.5