CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ESMIPToGeVConstant.cc
Go to the documentation of this file.
2 
4  ESvaluelow_ = 0.;
5  ESvaluehigh_ = 0.;
6 }
7 
8 ESMIPToGeVConstant::ESMIPToGeVConstant(const float& ESvaluelow, const float& ESvaluehigh) {
9  ESvaluelow_ = ESvaluelow;
10  ESvaluehigh_ = ESvaluehigh;
11 }
12