Analysis Software
Documentation for sPHENIX simulation software
|
#include <iosfwd>
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, TestSpacePoint::m_z, and out.
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 allowedDiff, TestSpacePoint::m_x, TestSpacePoint::m_y, and TestSpacePoint::m_z.