CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGCrystalStatusCode.cc
Go to the documentation of this file.
1 
8 
10  status_ = 0;
11 }
12 
14  status_ = ratio.status_;
15 }
16 
18 }
19 
21  status_ = rhs.status_;
22  return *this;
23 }
EcalTPGCrystalStatusCode & operator=(const EcalTPGCrystalStatusCode &rhs)