Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:14:06

0001 
0002 /// @file Cone.h
0003 //
0004 /// Includes all headers related to the cone volume
0005 
0006 #ifndef VECGEOM_VOLUMES_CONE_H_
0007 #define VECGEOM_VOLUMES_CONE_H_
0008 
0009 #include "VecGeom/base/Global.h"
0010 #include "VecGeom/volumes/PlacedCone.h"
0011 #include "VecGeom/volumes/SpecializedCone.h"
0012 #include "VecGeom/volumes/UnplacedCone.h"
0013 
0014 #endif // VECGEOM_VOLUMES_CONE_H_