Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /// @file MultiUnion.h
0002 /// @author mihaela.gheata@cern.ch
0003 //
0004 /// Includes all headers related to the multi-union volume.
0005 
0006 #ifndef VECGEOM_VOLUMES_MULTIUNION_H_
0007 #define VECGEOM_VOLUMES_MULTIUNION_H_
0008 
0009 #include "VecGeom/base/Global.h"
0010 #include "VecGeom/volumes/PlacedMultiUnion.h"
0011 #include "VecGeom/volumes/SpecializedMultiUnion.h"
0012 #include "VecGeom/volumes/UnplacedMultiUnion.h"
0013 
0014 #endif // VECGEOM_VOLUMES_MULTIUNION_H_