CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FsmwModeFinder3d.h
Go to the documentation of this file.
1 #ifndef _FsmwModeFinder3d_H_
2 #define _FsmwModeFinder3d_H_
3 
5 
13 {
14 public:
27  FsmwModeFinder3d( float fraction = .5, float weightExponent = -2.,
28  float cutoff=10 /* microns */, int no_weights_above = 10 );
29  virtual GlobalPoint operator()( const std::vector< PointAndDistance> & ) const;
30  virtual FsmwModeFinder3d* clone() const;
31 private:
32  float theFraction;
34  float theCutoff;
36 };
37 
38 #endif
virtual FsmwModeFinder3d * clone() const
virtual GlobalPoint operator()(const std::vector< PointAndDistance > &) const
FsmwModeFinder3d(float fraction=.5, float weightExponent=-2., float cutoff=10, int no_weights_above=10)