CMS 3D CMS Logo

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