Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // This file is part of VecGeom and is distributed under the
0002 // conditions in the file LICENSE.txt in the top directory.
0003 // For the full list of authors see CONTRIBUTORS.txt and `git log`.
0004 
0005 /// This file includes all headers related to the Parallelepiped shape.
0006 /// @file volumes/Parallelepiped.h
0007 
0008 #ifndef VECGEOM_VOLUMES_PARALLELEPIPED_H_
0009 #define VECGEOM_VOLUMES_PARALLELEPIPED_H_
0010 
0011 #include "VecGeom/base/Global.h"
0012 
0013 #include "VecGeom/volumes/PlacedParallelepiped.h"
0014 #include "VecGeom/volumes/SpecializedParallelepiped.h"
0015 #include "VecGeom/volumes/UnplacedParallelepiped.h"
0016 
0017 #endif // VECGEOM_VOLUMES_PARALLELEPIPED_H_