CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/RecoVertex/VertexTools/interface/LmsModeFinder3d.h

Go to the documentation of this file.
00001 #ifndef LMS3D_H
00002 #define LMS3D_H
00003 
00004 #include "RecoVertex/VertexTools/interface/ModeFinder3d.h"
00005 
00008 class LmsModeFinder3d : public ModeFinder3d {
00009 public:
00010   virtual GlobalPoint operator () ( const std::vector< PointAndDistance> & values ) const;
00011   virtual LmsModeFinder3d * clone() const;
00012 };
00013 
00014 #endif