File indexing completed on 2026-09-19 09:40:38
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef VECGEOM_VOLUMES_SPECIALIZEDGENTRAP_H_
0009 #define VECGEOM_VOLUMES_SPECIALIZEDGENTRAP_H_
0010
0011 #include "VecGeom/base/Global.h"
0012 #include "VecGeom/volumes/kernel/GenTrapImplementation.h"
0013 #include "VecGeom/volumes/PlacedGenTrap.h"
0014 #include "VecGeom/volumes/UnplacedGenTrap.h"
0015 #include "VecGeom/volumes/SpecializedPlacedVolImplHelper.h"
0016
0017 #include <stdio.h>
0018
0019 namespace vecgeom {
0020
0021 inline namespace VECGEOM_IMPL_NAMESPACE {
0022
0023 using SpecializedGenTrap = SpecializedVolImplHelper<GenTrapImplementation>;
0024
0025 using SimpleGenTrap = SpecializedGenTrap;
0026 }
0027 }
0028
0029 #endif