Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /// @file: Trapezoid.h
0002 /// @author Guilherme Lima (lima 'at' fnal 'dot' gov)
0003 //
0004 //   Include all headers related to the trapezoid shape
0005 //
0006 //  2014-05-01 Guilherme Lima  Created, based on the box example
0007 //  2016-07-25 Guilherme Lima  Converted to new implementation helpers + VecCore
0008 //
0009 
0010 #ifndef VECGEOM_VOLUMES_TRAPEZOID_H_
0011 #define VECGEOM_VOLUMES_TRAPEZOID_H_
0012 
0013 #include "VecGeom/base/Global.h"
0014 
0015 #include "VecGeom/volumes/PlacedTrapezoid.h"
0016 #include "VecGeom/volumes/SpecializedTrapezoid.h"
0017 #include "VecGeom/volumes/UnplacedTrapezoid.h"
0018 
0019 #endif // VECGEOM_VOLUMES_TRAPEZOID_H_