EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Plugins/Sycl/include/Acts/Plugins/Sycl/Seeding/detail/Types.hpp>
Public Attributes | |
float | zo |
float | cotTheta |
float | iDeltaR |
float | er |
float | u |
float | v |
Simple structure holding information about duplet circles (middle-bottom and middle-top) in linear equation form. They are used on the device side in SYCL kernels.
Definition at line 33 of file Types.hpp.
View newest version in sPHENIX GitHub at line 33 of file Types.hpp
float Acts::Sycl::detail::DeviceLinEqCircle::cotTheta |
Definition at line 35 of file Types.hpp.
View newest version in sPHENIX GitHub at line 35 of file Types.hpp
Referenced by Acts::Sycl::createSeedsForGroupSycl().
float Acts::Sycl::detail::DeviceLinEqCircle::er |
Definition at line 37 of file Types.hpp.
View newest version in sPHENIX GitHub at line 37 of file Types.hpp
Referenced by Acts::Sycl::createSeedsForGroupSycl().
float Acts::Sycl::detail::DeviceLinEqCircle::iDeltaR |
Definition at line 36 of file Types.hpp.
View newest version in sPHENIX GitHub at line 36 of file Types.hpp
Referenced by Acts::Sycl::createSeedsForGroupSycl().
float Acts::Sycl::detail::DeviceLinEqCircle::u |
Definition at line 38 of file Types.hpp.
View newest version in sPHENIX GitHub at line 38 of file Types.hpp
Referenced by Acts::Sycl::createSeedsForGroupSycl().
float Acts::Sycl::detail::DeviceLinEqCircle::v |
Definition at line 39 of file Types.hpp.
View newest version in sPHENIX GitHub at line 39 of file Types.hpp
Referenced by Acts::Sycl::createSeedsForGroupSycl().
float Acts::Sycl::detail::DeviceLinEqCircle::zo |
Definition at line 34 of file Types.hpp.
View newest version in sPHENIX GitHub at line 34 of file Types.hpp
Referenced by Acts::Sycl::createSeedsForGroupSycl().