CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoVertex/VertexTools/src/Lms3d.cc

Go to the documentation of this file.
00001 #include "RecoVertex/VertexTools/interface/lms_3d.h"
00002 #include "RecoVertex/VertexTools/interface/Lms3d.h"
00003 
00004 GlobalPoint Lms3d::operator() ( std::vector<GlobalPoint> & values ) const {
00005   return lms_3d ( values );
00006 }