CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESGain.cc
Go to the documentation of this file.
2 
4 {
5  gain_=0.;
6 }
7 
8 ESGain::ESGain(const float & gain) {
9  gain_ = gain;
10 }
11 
13 
14 }
~ESGain()
Definition: ESGain.cc:12
float gain_
Definition: ESGain.h:18
ESGain()
Definition: ESGain.cc:3