CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/RecoVertex/VertexTools/interface/lms_3d.h

Go to the documentation of this file.
00001 #ifndef LMS_3D_ICC
00002 #define LMS_3D_ICC
00003 
00004 #include "DataFormats/GeometryVector/interface/GlobalPoint.h"
00005 #include <vector>
00006 
00009 GlobalPoint lms_3d ( std::vector<GlobalPoint> values );
00010 
00011 #endif