CMS 3D CMS Logo

SmsModeFinder3d.h
Go to the documentation of this file.
1 #ifndef LMS3D_H
2 #define LMS3D_H
3 
6 
9 class SmsModeFinder3d : public ModeFinder3d {
10 public:
11  SmsModeFinder3d ( const SMS & algo = SMS() );
12  GlobalPoint operator () ( const std::vector< PointAndDistance> & values ) const override;
13  SmsModeFinder3d * clone() const override;
14 private:
16 };
17 
18 #endif
GlobalPoint operator()(const std::vector< PointAndDistance > &values) const override
Definition: SMS.h:16
SmsModeFinder3d * clone() const override
SmsModeFinder3d(const SMS &algo=SMS())