Back to home page

EIC code displayed by LXR

 
 

    


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

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 /// @file volumes/Tessellated.h
0005 /// @author Mihaela Gheata
0006 ///
0007 /// Includes all headers related to the tessellated volume.
0008 
0009 #ifndef VECGEOM_VOLUMES_TESSELLATED_H_
0010 #define VECGEOM_VOLUMES_TESSELLATED_H_
0011 
0012 #include "VecGeom/base/Global.h"
0013 #include "VecGeom/volumes/PlacedTessellated.h"
0014 #include "VecGeom/volumes/SpecializedTessellated.h"
0015 #include "VecGeom/volumes/UnplacedTessellated.h"
0016 
0017 #endif // VECGEOM_VOLUMES_TESSELLATED_H_