Analysis Software
Documentation for sPHENIX simulation software
|
Simple spacepoint implementation for the test. More...
#include <acts/blob/sPHENIX/Tests/UnitTests/Plugins/Cuda/Seeding2/TestSpacePoint.hpp>
Public Member Functions | |
float | x () const |
float | y () const |
float | z () const |
float | r () const |
Public Attributes | |
float | m_x |
float | m_y |
float | m_z |
float | m_r |
int | m_surface |
float | m_varianceR |
float | m_varianceZ |
Simple spacepoint implementation for the test.
Definition at line 15 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 15 of file TestSpacePoint.hpp
|
inline |
Definition at line 26 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 26 of file TestSpacePoint.hpp
References m_r.
|
inline |
Definition at line 23 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 23 of file TestSpacePoint.hpp
References m_x.
Referenced by main().
|
inline |
Definition at line 24 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 24 of file TestSpacePoint.hpp
References m_y.
Referenced by main().
|
inline |
Definition at line 25 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 25 of file TestSpacePoint.hpp
References m_z.
Referenced by main().
float TestSpacePoint::m_r |
Definition at line 19 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 19 of file TestSpacePoint.hpp
Referenced by r().
int TestSpacePoint::m_surface |
Definition at line 20 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 20 of file TestSpacePoint.hpp
Referenced by operator<<().
float TestSpacePoint::m_varianceR |
Definition at line 21 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 21 of file TestSpacePoint.hpp
Referenced by main().
float TestSpacePoint::m_varianceZ |
Definition at line 22 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 22 of file TestSpacePoint.hpp
Referenced by main().
float TestSpacePoint::m_x |
Definition at line 16 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 16 of file TestSpacePoint.hpp
Referenced by operator<<(), operator==(), and x().
float TestSpacePoint::m_y |
Definition at line 17 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 17 of file TestSpacePoint.hpp
Referenced by operator<<(), operator==(), and y().
float TestSpacePoint::m_z |
Definition at line 18 of file TestSpacePoint.hpp.
View newest version in sPHENIX GitHub at line 18 of file TestSpacePoint.hpp
Referenced by operator<<(), operator==(), and z().