CMS 3D CMS Logo

FsmwModeFinder3d.h
Go to the documentation of this file.
1 #ifndef _FsmwModeFinder3d_H_
2 #define _FsmwModeFinder3d_H_
3 
5 
13 public:
26  FsmwModeFinder3d(float fraction = .5,
27  float weightExponent = -2.,
28  float cutoff = 10 /* microns */,
29  int no_weights_above = 10);
30  GlobalPoint operator()(const std::vector<PointAndDistance>&) const override;
31  FsmwModeFinder3d* clone() const override;
32 
33 private:
34  float theFraction;
36  float theCutoff;
38 };
39 
40 #endif
FsmwModeFinder3d * clone() const override
GlobalPoint operator()(const std::vector< PointAndDistance > &) const override
FsmwModeFinder3d(float fraction=.5, float weightExponent=-2., float cutoff=10, int no_weights_above=10)