Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef VECGEOM_SURFACE_IMPL_H
0002 #define VECGEOM_SURFACE_IMPL_H
0003 
0004 #include <VecGeom/surfaces/surf/PlanarImpl.h>
0005 #include <VecGeom/surfaces/surf/CylindricalImpl.h>
0006 #include <VecGeom/surfaces/surf/EllipticalImpl.h>
0007 #include <VecGeom/surfaces/surf/ConicalImpl.h>
0008 #include <VecGeom/surfaces/surf/SphericalImpl.h>
0009 #include <VecGeom/surfaces/surf/TorusImpl.h>
0010 #include <VecGeom/surfaces/surf/Arb4Impl.h>
0011 
0012 #endif