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 | 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::DeviceExperimentCuts::seedWeight(), and Acts::Sycl::DeviceExperimentCuts::singleSeedCut().
float Acts::Sycl::detail::DeviceSpacePoint::varR |
float Acts::Sycl::detail::DeviceSpacePoint::varZ |
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 eicpy.qaplots.LogAxis::apply(), Acts::Sycl::Seedfinder< external_spacepoint_t >::createSeedsForGroup(), and eicpy.qaplots.LogAxis::rebin().
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 eicpy.qaplots.LogAxis::apply(), and eicpy.qaplots.LogAxis::rebin().
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 eicpy.qaplots.LogAxis::apply(), and eicpy.qaplots.LogAxis::rebin().