CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual GlobalPoint operator () ( const std::vector< PointAndDistance> & ) const;
15  virtual HsmModeFinder3d * clone() const;
16 };
17 
18 #endif
virtual GlobalPoint operator()(const std::vector< PointAndDistance > &) const
virtual HsmModeFinder3d * clone() const