CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalWeight.cc
Go to the documentation of this file.
1 
8 
10  wgt_ = 0.0;
11 }
12 
13 EcalWeight::EcalWeight(const double& awgt) {
14  wgt_ = awgt;
15 }
16 
18  wgt_ = awgt.wgt_;
19 }
20 
22  wgt_ = rhs.wgt_;
23  return *this;
24 }
double wgt_
Definition: EcalWeight.h:33
EcalWeight & operator=(const EcalWeight &rhs)
Definition: EcalWeight.cc:21