Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:26:16

0001 /// @file Extruded.h
0002 /// @author mihaela.gheata@cern.ch
0003 //
0004 /// Includes all headers related to the extruded volume.
0005 
0006 #ifndef VECGEOM_VOLUMES_EXTRUDED_H_
0007 #define VECGEOM_VOLUMES_EXTRUDED_H_
0008 
0009 #include "VecGeom/base/Global.h"
0010 #include "VecGeom/volumes/PlacedExtruded.h"
0011 #include "VecGeom/volumes/SpecializedExtruded.h"
0012 #include "VecGeom/volumes/UnplacedExtruded.h"
0013 
0014 #endif // VECGEOM_VOLUMES_EXTRUDED_H_