CMS 3D CMS Logo

HsmModeFinder3d.h
Go to the documentation of this file.
1 #ifndef HsmModeFinder3d_H
2 #define HsmModeFinder3d_H
3 
5 
12 class HsmModeFinder3d : public ModeFinder3d {
13 public:
14  GlobalPoint operator()(const std::vector<PointAndDistance>&) const override;
15  HsmModeFinder3d* clone() const override;
16 };
17 
18 #endif
HsmModeFinder3d * clone() const override
GlobalPoint operator()(const std::vector< PointAndDistance > &) const override