CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESThresholds.cc
Go to the documentation of this file.
2 
4 {
5  ts2_=0.;
6  zs_=0.;
7 }
8 
9 ESThresholds::ESThresholds(const float & ts2, const float & zs) {
10  ts2_ = ts2;
11  zs_ = zs;
12 }
13 
15 
16 }