|
|
|||
File indexing completed on 2026-04-17 08:35:36
0001 #ifndef VECGEOM_SURFACE_DEVICESTORAGE_H_ 0002 #define VECGEOM_SURFACE_DEVICESTORAGE_H_ 0003 0004 namespace vgbrep { 0005 0006 template <typename Real_t> 0007 struct SurfData; 0008 0009 namespace globaldevicesurfdata { 0010 0011 /// @brief Storage for device pointer tu surface data 0012 /// @tparam Real_t Precision type 0013 template <typename Real_t> 0014 inline VECCORE_ATT_DEVICE SurfData<Real_t> *gSurfDataDevice = nullptr; 0015 0016 } // namespace globaldevicesurfdata 0017 } // namespace vgbrep 0018 0019 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|