CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LmsModeFinder3d.h
Go to the documentation of this file.
1 #ifndef LMS3D_H
2 #define LMS3D_H
3 
5 
8 class LmsModeFinder3d : public ModeFinder3d {
9 public:
10  virtual GlobalPoint operator () ( const std::vector< PointAndDistance> & values ) const;
11  virtual LmsModeFinder3d * clone() const;
12 };
13 
14 #endif
virtual LmsModeFinder3d * clone() const
virtual GlobalPoint operator()(const std::vector< PointAndDistance > &values) const