CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoVertex/VertexTools/interface/SubsetHsmModeFinder3d.h

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