CMS 3D CMS Logo

EcalWeight.cc
Go to the documentation of this file.
1 
8 
10 
11 EcalWeight::EcalWeight(const double& awgt) { wgt_ = awgt; }
12 
13 EcalWeight::EcalWeight(const EcalWeight& awgt) { wgt_ = awgt.wgt_; }
14 
16  wgt_ = rhs.wgt_;
17  return *this;
18 }
double wgt_
Definition: EcalWeight.h:33
EcalWeight & operator=(const EcalWeight &rhs)
Definition: EcalWeight.cc:15