Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-15 09:27:55

0001 /// @file SpecializedCoaxialCones.h
0002 /// @author Raman Sehgal (raman.sehgal@cern.ch)
0003 
0004 #ifndef VECGEOM_VOLUMES_SPECIALIZEDCOAXIALCONES_H_
0005 #define VECGEOM_VOLUMES_SPECIALIZEDCOAXIALCONES_H_
0006 
0007 #include "VecGeom/base/Global.h"
0008 
0009 #include "VecGeom/volumes/kernel/CoaxialConesImplementation.h"
0010 #include "VecGeom/volumes/PlacedCoaxialCones.h"
0011 #include "VecGeom/volumes/SpecializedPlacedVolImplHelper.h"
0012 #include "VecGeom/volumes/UnplacedCoaxialCones.h"
0013 
0014 #include <stdio.h>
0015 
0016 namespace vecgeom {
0017 inline namespace VECGEOM_IMPL_NAMESPACE {
0018 
0019 using SpecializedCoaxialCones = SpecializedVolImplHelper<CoaxialConesImplementation>;
0020 
0021 using SimpleCoaxialCones = SpecializedCoaxialCones;
0022 } // namespace VECGEOM_IMPL_NAMESPACE
0023 } // namespace vecgeom
0024 
0025 #endif // VECGEOM_VOLUMES_SPECIALIZEDCOAXIALCONES_H_