Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:19

0001 #ifndef HSM_3D_ICC
0002 #define HSM_3D_ICC
0003 
0004 #include <vector>
0005 #include "DataFormats/GeometryVector/interface/GlobalPoint.h"
0006 
0007 /// cordinate wise half sample mode in 3d
0008 GlobalPoint hsm_3d(const std::vector<GlobalPoint>& values);
0009 
0010 #endif