File indexing completed on 2026-09-24 09:28:00
0001 #ifndef VECGEOM_VOLUMES_SPECIALIZEDPLACEDSEXTRU_H_
0002 #define VECGEOM_VOLUMES_SPECIALIZEDPLACEDSEXTRU_H_
0003
0004 #include "VecGeom/base/Global.h"
0005
0006 #include "VecGeom/volumes/kernel/SExtruImplementation.h"
0007 #include "VecGeom/volumes/PlacedSExtru.h"
0008 #include "VecGeom/volumes/SpecializedPlacedVolImplHelper.h"
0009
0010 namespace vecgeom {
0011 inline namespace VECGEOM_IMPL_NAMESPACE {
0012
0013 using SpecializedSExtru = SpecializedVolImplHelper<SExtruImplementation>;
0014
0015 using SimpleSExtru = SpecializedSExtru;
0016 }
0017 }
0018
0019 #endif