CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDQMStatusCode.cc
Go to the documentation of this file.
1 
5 
7  status_ = 0;
8 }
9 
11  status_ = ratio.status_;
12 }
13 
15 }
16 
18  status_ = rhs.status_;
19  return *this;
20 }
EcalDQMStatusCode & operator=(const EcalDQMStatusCode &rhs)