CMS 3D CMS Logo

ESADCToGeVConstant.cc
Go to the documentation of this file.
2 
4  ESvaluelow_ = 0.;
5  ESvaluehigh_ = 0.;
6 }
7 
8 ESADCToGeVConstant::ESADCToGeVConstant(const float& ESvaluelow, const float& ESvaluehigh) {
9  ESvaluelow_ = ESvaluelow;
10  ESvaluehigh_ = ESvaluehigh;
11 }
12