|
|
|||
File indexing completed on 2026-07-26 08:21:58
0001 /** TRACCC library, part of the ACTS project (R&D line) 0002 * 0003 * (c) 2026 CERN for the benefit of the ACTS project 0004 * 0005 * Mozilla Public License Version 2.0 0006 */ 0007 0008 #pragma once 0009 0010 // Local include(s). 0011 #include "traccc/utils/detray_conversion.hpp" 0012 0013 namespace traccc::edm { 0014 0015 template <detray::concepts::algebra algebra_t, typename spacepoint_backend_t> 0016 TRACCC_HOST_DEVICE detray::dpoint3D<algebra_t> get_spacepoint_global( 0017 const edm::spacepoint<spacepoint_backend_t>& sp) { 0018 return utils::to_dpoint3D<algebra_t>(sp.global()); 0019 } 0020 0021 } // namespace traccc::edm
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|