CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoVertex/VertexTools/interface/Lms3d.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 
00012 class Lms3d : public ModeFinder3d {
00013 public:
00014   virtual GlobalPoint operator () ( std::vector<GlobalPoint> & values ) const;
00015 };
00016 
00017 #endif