CMS 3D CMS Logo

ESRecHitRatioCuts.cc
Go to the documentation of this file.
2 
4  r12Low_ = 0.;
5  r12High_ = 0.;
6  r23Low_ = 0.;
7  r23High_ = 0.;
8 }
9 
11  const float& r23Low,
12  const float& r12High,
13  const float& r23High) {
14  r12Low_ = r12Low;
15  r12High_ = r12High;
16  r23Low_ = r23Low;
17  r23High_ = r23High;
18 }
19