CMS 3D CMS Logo

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

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