Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Plugins/Sycl/include/Acts/Plugins/Sycl/Seeding/detail/Types.hpp>
Public Attributes | |
float | x |
float | y |
float | z |
float | r |
radius | |
float | varR |
variance R | |
float | varZ |
variance Z | |
Simplified internal space point object with parameters required for the seeding algorithm on the device side.
Definition at line 18 of file Types.hpp.
View newest version in sPHENIX GitHub at line 18 of file Types.hpp
float Acts::Sycl::detail::DeviceSpacePoint::r |
radius
Definition at line 23 of file Types.hpp.
View newest version in sPHENIX GitHub at line 23 of file Types.hpp
Referenced by Acts::Sycl::detail::DupletSearch< OtherSPType >::operator()(), Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()(), Acts::Sycl::DeviceExperimentCuts::seedWeight(), and Acts::Sycl::DeviceExperimentCuts::singleSeedCut().
float Acts::Sycl::detail::DeviceSpacePoint::varR |
variance R
Definition at line 25 of file Types.hpp.
View newest version in sPHENIX GitHub at line 25 of file Types.hpp
Referenced by Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().
float Acts::Sycl::detail::DeviceSpacePoint::varZ |
variance Z
Definition at line 27 of file Types.hpp.
View newest version in sPHENIX GitHub at line 27 of file Types.hpp
Referenced by Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().
float Acts::Sycl::detail::DeviceSpacePoint::x |
Definition at line 19 of file Types.hpp.
View newest version in sPHENIX GitHub at line 19 of file Types.hpp
Referenced by Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().
float Acts::Sycl::detail::DeviceSpacePoint::y |
Definition at line 20 of file Types.hpp.
View newest version in sPHENIX GitHub at line 20 of file Types.hpp
Referenced by Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().
float Acts::Sycl::detail::DeviceSpacePoint::z |
Definition at line 21 of file Types.hpp.
View newest version in sPHENIX GitHub at line 21 of file Types.hpp
Referenced by Acts::Sycl::detail::DupletSearch< OtherSPType >::operator()(), and Acts::Sycl::detail::LinearTransform< OtherSPType >::operator()().