CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalMGPAGainRatio.cc
Go to the documentation of this file.
1 
7 
9  gain12Over6_ = 2.;
10  gain6Over1_ = 6.;
11 }
12 
14  gain12Over6_ = ratio.gain12Over6_;
15  gain6Over1_ = ratio.gain6Over1_;
16 }
17 
19 
20 }
21 
25  return *this;
26 }
EcalMGPAGainRatio & operator=(const EcalMGPAGainRatio &rhs)