CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESChannelStatusCode.cc
Go to the documentation of this file.
2 
4  status_ = 0;
5 }
6 
8  status_ = ratio.status_;
9 }
10 
12 }
13 
15  status_ = rhs.status_;
16  return *this;
17 }
ESChannelStatusCode & operator=(const ESChannelStatusCode &rhs)