Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
EcalObjects
src
EcalWeight.cc
Go to the documentation of this file.
1
7
#include "
CondFormats/EcalObjects/interface/EcalWeight.h
"
8
9
EcalWeight::EcalWeight
() {
10
wgt_
= 0.0;
11
}
12
13
EcalWeight::EcalWeight
(
const
double
& awgt) {
14
wgt_
= awgt;
15
}
16
17
EcalWeight::EcalWeight
(
const
EcalWeight
& awgt) {
18
wgt_
= awgt.
wgt_
;
19
}
20
21
EcalWeight
&
EcalWeight::operator=
(
const
EcalWeight
&rhs) {
22
wgt_
= rhs.
wgt_
;
23
return
*
this
;
24
}
EcalWeight
Definition:
EcalWeight.h:14
EcalWeight.h
EcalWeight::wgt_
double wgt_
Definition:
EcalWeight.h:33
EcalWeight::operator=
EcalWeight & operator=(const EcalWeight &rhs)
Definition:
EcalWeight.cc:21
EcalWeight::EcalWeight
EcalWeight()
Definition:
EcalWeight.cc:9
Generated for CMSSW Reference Manual by
1.8.5