|
||||
File indexing completed on 2025-01-30 10:26:17
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 /// \brief This file includes all headers related to the Orb shape 0006 /// \file volumes/Orb.h 0007 /// \author Raman Sehgal 0008 0009 #ifndef VECGEOM_VOLUMES_ORB_H_ 0010 #define VECGEOM_VOLUMES_ORB_H_ 0011 0012 #include "VecGeom/base/Global.h" 0013 0014 #include "VecGeom/volumes/PlacedOrb.h" 0015 #include "VecGeom/volumes/SpecializedOrb.h" 0016 #include "VecGeom/volumes/UnplacedOrb.h" 0017 0018 #endif // VECGEOM_VOLUMES_ORB_H_
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |