CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESRecHitRatioCuts.cc
Go to the documentation of this file.
2 
4  r12Low_=0.;
5  r12High_=0.;
6  r23Low_=0.;
7  r23High_=0.;
8 }
9 
10 ESRecHitRatioCuts::ESRecHitRatioCuts(const float & r12Low, const float & r23Low, const float & r12High, const float & r23High) {
11  r12Low_ = r12Low;
12  r12High_ = r12High;
13  r23Low_ = r23Low;
14  r23High_ = r23High;
15 }
16 
18 
19 }