Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-03-13 09:29:28

0001 /*
0002  * Polycone.h
0003  *
0004  *  Created on: Dec 8, 2014
0005  *      Author: swenzel
0006  */
0007 
0008 #ifndef VECGEOM_VOLUMES_POLYCONE_H_
0009 #define VECGEOM_VOLUMES_POLYCONE_H_
0010 
0011 #include "VecGeom/base/Global.h"
0012 #include "VecGeom/volumes/PlacedPolycone.h"
0013 #include "VecGeom/volumes/SpecializedPolycone.h"
0014 #include "VecGeom/volumes/UnplacedPolycone.h"
0015 
0016 #endif /* VECGEOM_VOLUMES_POLYCONE_H_ */