CMS 3D CMS Logo

Lms3d.h
Go to the documentation of this file.
1 #ifndef LMS3D_H
2 #define LMS3D_H
3 
5 
12 class Lms3d : public ModeFinder3d {
13 public:
14  virtual GlobalPoint operator()(std::vector<GlobalPoint>& values) const;
15 
16 private:
17  virtual GlobalPoint operator()(const std::vector<PointAndDistance>&) const = 0;
18 };
19 
20 #endif
Definition: Lms3d.h:12
virtual GlobalPoint operator()(std::vector< GlobalPoint > &values) const
Definition: Lms3d.cc:4