CondFormats
EcalObjects
src
EcalWeight.cc
Go to the documentation of this file.
1
7
#include "
CondFormats/EcalObjects/interface/EcalWeight.h
"
8
9
EcalWeight::EcalWeight
() {
wgt_
= 0.0; }
10
11
EcalWeight::EcalWeight
(
const
double
& awgt) {
wgt_
= awgt; }
12
13
EcalWeight::EcalWeight
(
const
EcalWeight
& awgt) {
wgt_
= awgt.
wgt_
; }
14
15
EcalWeight
&
EcalWeight::operator=
(
const
EcalWeight
& rhs) {
16
wgt_
= rhs.
wgt_
;
17
return
*
this
;
18
}
EcalWeight::wgt_
double wgt_
Definition:
EcalWeight.h:33
EcalWeight
Definition:
EcalWeight.h:14
EcalWeight::operator=
EcalWeight & operator=(const EcalWeight &rhs)
Definition:
EcalWeight.cc:15
EcalWeight::EcalWeight
EcalWeight()
Definition:
EcalWeight.cc:9
EcalWeight.h
Generated for CMSSW Reference Manual by
1.8.16