CMS 3D CMS Logo

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  GlobalPoint operator()(const std::vector<PointAndDistance>& values) const override;
11  LmsModeFinder3d* clone() const override;
12 };
13 
14 #endif
LmsModeFinder3d * clone() const override
GlobalPoint operator()(const std::vector< PointAndDistance > &values) const override