|  | 
								EIC Software
							 
								Reference for 
								EIC 
								simulation and reconstruction software on GitHub
							 | 
#include <iosfwd> Include dependency graph for TestSpacePoint.hpp:
 Include dependency graph for TestSpacePoint.hpp: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Classes | |
| struct | TestSpacePoint | 
| Simple spacepoint implementation for the test.  More... | |
| Functions | |
| bool | operator== (const TestSpacePoint &a, const TestSpacePoint &b) | 
| Helper operator for comparing the test spacepoints. | |
| std::ostream & | operator<< (std::ostream &out, const TestSpacePoint &sp) | 
| Output / print operator for TestSpacePoint. | |
| std::ostream& operator<< | ( | std::ostream & | out, | 
| const TestSpacePoint & | sp | ||
| ) | 
Output / print operator for TestSpacePoint. 
Definition at line 26 of file TestSpacePoint.cpp.
View newest version in sPHENIX GitHub at line 26 of file TestSpacePoint.cpp
References TestSpacePoint::m_surface, TestSpacePoint::m_x, TestSpacePoint::m_y, and TestSpacePoint::m_z.
| bool operator== | ( | const TestSpacePoint & | a, | 
| const TestSpacePoint & | b | ||
| ) | 
Helper operator for comparing the test spacepoints.
Definition at line 20 of file TestSpacePoint.cpp.
View newest version in sPHENIX GitHub at line 20 of file TestSpacePoint.cpp
References kdfinder::abs(), allowedDiff, TestSpacePoint::m_x, TestSpacePoint::m_y, and TestSpacePoint::m_z.
 Here is the call graph for this function:
 Here is the call graph for this function: