Warning, file /include/VecGeom/volumes/SpecializedCutTube.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef VECGEOM_VOLUMES_SPECIALIZEDCUTTUBE_H_
0002 #define VECGEOM_VOLUMES_SPECIALIZEDCUTTUBE_H_
0003
0004 #include "VecGeom/base/Global.h"
0005
0006 #include "VecGeom/volumes/kernel/CutTubeImplementation.h"
0007 #include "VecGeom/volumes/PlacedCutTube.h"
0008 #include "VecGeom/volumes/SpecializedPlacedVolImplHelper.h"
0009 #include "VecGeom/volumes/UnplacedCutTube.h"
0010
0011 namespace vecgeom {
0012 inline namespace VECGEOM_IMPL_NAMESPACE {
0013
0014 using SpecializedCutTube = SpecializedVolImplHelper<CutTubeImplementation>;
0015
0016 using SimpleCutTube = SpecializedCutTube;
0017 }
0018 }
0019
0020 #endif