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 
15 private:
17 };
18 
19 #endif
Definition: SMS.h:16
SmsModeFinder3d * clone() const override
GlobalPoint operator()(const std::vector< PointAndDistance > &values) const override
SmsModeFinder3d(const SMS &algo=SMS())