Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SpacePoint4SSVFT Struct Reference

SpacePoint definition to be used for the unit tests. Implements all the relevant methods. More...

Public Member Functions

 SpacePoint4SSVFT (double x, double y, double z)
 
double x () const
 
double y () const
 
double z () const
 
double r () const
 

Public Attributes

double m_x
 
double m_y
 
double m_z
 

Detailed Description

SpacePoint definition to be used for the unit tests. Implements all the relevant methods.

Definition at line 21 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 21 of file SingleSeedVertexFinderTests.cpp

Constructor & Destructor Documentation

SpacePoint4SSVFT::SpacePoint4SSVFT ( double  x,
double  y,
double  z 
)
inline

Definition at line 22 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 22 of file SingleSeedVertexFinderTests.cpp

Member Function Documentation

double SpacePoint4SSVFT::r ( ) const
inline

Definition at line 29 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 29 of file SingleSeedVertexFinderTests.cpp

References m_x, and m_y.

double SpacePoint4SSVFT::x ( ) const
inline

Definition at line 26 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 26 of file SingleSeedVertexFinderTests.cpp

References m_x.

Referenced by makePlaneFromTriplet().

+ Here is the caller graph for this function:

double SpacePoint4SSVFT::y ( ) const
inline

Definition at line 27 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 27 of file SingleSeedVertexFinderTests.cpp

References m_y.

Referenced by makePlaneFromTriplet().

+ Here is the caller graph for this function:

double SpacePoint4SSVFT::z ( ) const
inline

Definition at line 28 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file SingleSeedVertexFinderTests.cpp

References m_z.

Referenced by makePlaneFromTriplet().

+ Here is the caller graph for this function:

Member Data Documentation

double SpacePoint4SSVFT::m_x

Definition at line 23 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 23 of file SingleSeedVertexFinderTests.cpp

Referenced by r(), and x().

double SpacePoint4SSVFT::m_y

Definition at line 24 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 24 of file SingleSeedVertexFinderTests.cpp

Referenced by r(), and y().

double SpacePoint4SSVFT::m_z

Definition at line 25 of file SingleSeedVertexFinderTests.cpp.

View newest version in sPHENIX GitHub at line 25 of file SingleSeedVertexFinderTests.cpp

Referenced by z().


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