CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/RecoVertex/VertexTools/interface/HsmModeFinder3d.h

Go to the documentation of this file.
00001 #ifndef HsmModeFinder3d_H
00002 #define HsmModeFinder3d_H
00003 
00004 #include "RecoVertex/VertexTools/interface/ModeFinder3d.h"
00005 
00012 class HsmModeFinder3d : public ModeFinder3d {
00013 public:
00014   virtual GlobalPoint operator () ( const std::vector< PointAndDistance> & ) const;
00015   virtual HsmModeFinder3d * clone() const;
00016 };
00017 
00018 #endif