Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef VECGEOM_SURFACE_SCALEDCONVERTER_H_
0002 #define VECGEOM_SURFACE_SCALEDCONVERTER_H_
0003 
0004 #include <VecGeom/volumes/ScaledShape.h>
0005 
0006 // Contains only forward declarations, the implementation needs to call recursively CreateSolidSurfaces
0007 // Implementation sits in SolidConverter.h
0008 
0009 namespace vgbrep {
0010 namespace conv {
0011 
0012 template <typename Real_t>
0013 bool CreateScaledSurfaces(vecgeom::UnplacedScaledShape const &scaled, int logical_id, bool intersection = false);
0014 
0015 } // namespace conv
0016 } // namespace vgbrep
0017 #endif