Belle II Software
release-08-01-10
|
Helper struct for SpacePoint Tests. More...
#include <TestSpacePoint.h>
Public Member Functions | |
TestSpacePoint (double x, double y, double z) | |
Constructor. More... | |
double | X () const |
Getter for x. | |
double | Y () const |
Getter for y. | |
double | Z () const |
Getter for z. | |
Public Attributes | |
double | x |
x coordiante of the SP | |
double | y |
y coordiante of the SP | |
double | z |
z coordiante of the SP | |
Helper struct for SpacePoint Tests.
Definition at line 15 of file TestSpacePoint.h.
|
inline |
Constructor.
x | : x coordiante |
y | : y coordiante |
z | : z coordiante |
Definition at line 21 of file TestSpacePoint.h.