CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESWeight.cc
Go to the documentation of this file.
2 
4  wgt_ = 0.0;
5 }
6 
7 ESWeight::ESWeight(const double& awgt) {
8  wgt_ = awgt;
9 }
10 
12  wgt_ = awgt.wgt_;
13 }
14 
16  wgt_ = rhs.wgt_;
17  return *this;
18 }
ESWeight & operator=(const ESWeight &rhs)
Definition: ESWeight.cc:15
double wgt_
Definition: ESWeight.h:33
ESWeight()
Definition: ESWeight.cc:3