CMS 3D CMS Logo

ESThresholds.cc
Go to the documentation of this file.
2 
4  ts2_ = 0.;
5  zs_ = 0.;
6 }
7 
8 ESThresholds::ESThresholds(const float& ts2, const float& zs) {
9  ts2_ = ts2;
10  zs_ = zs;
11 }
12