Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-17 08:35:36

0001 #ifndef VECGEOM_SURFACE_HELPER_H
0002 #define VECGEOM_SURFACE_HELPER_H
0003 
0004 #include <VecGeom/surfaces/base/CommonTypes.h>
0005 #include <VecGeom/base/Vector3D.h>
0006 
0007 namespace vgbrep {
0008 
0009 /// @brief Default type for surface helpers
0010 /// @tparam Real_t Precision type
0011 /// @tparam Stype Surface type
0012 template <SurfaceType Stype, typename Real_t>
0013 struct SurfaceHelper {
0014 };
0015 
0016 } // namespace vgbrep
0017 
0018 #endif