![]() |
Belle II Software
release-05-02-19
|
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 8 of file TestSpacePoint.h.
|
inline |