EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestSpacePoint Struct Reference

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
 

Detailed Description

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

Member Function Documentation

float TestSpacePoint::r ( ) const
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.

float TestSpacePoint::x ( ) const
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 eicpy.qaplots.LogAxis::apply(), and eicpy.qaplots.LogAxis::rebin().

+ Here is the caller graph for this function:

float TestSpacePoint::y ( ) const
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 eicpy.qaplots.LogAxis::apply(), and eicpy.qaplots.LogAxis::rebin().

+ Here is the caller graph for this function:

float TestSpacePoint::z ( ) const
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 eicpy.qaplots.LogAxis::apply(), and eicpy.qaplots.LogAxis::rebin().

+ Here is the caller graph for this function:

Member Data Documentation

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().


The documentation for this struct was generated from the following file: