Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /// @file Box.h
0002 /// @author Johannes de Fine Licht (johannes.definelicht@cern.ch)
0003 //
0004 /// Includes all headers related to the box volume.
0005 
0006 #ifndef VECGEOM_VOLUMES_BOX_H_
0007 #define VECGEOM_VOLUMES_BOX_H_
0008 
0009 #include "VecGeom/base/Global.h"
0010 #include "VecGeom/volumes/PlacedBox.h"
0011 #include "VecGeom/volumes/SpecializedBox.h"
0012 #include "VecGeom/volumes/UnplacedBox.h"
0013 
0014 #endif // VECGEOM_VOLUMES_BOX_H_