Belle II Software  release-08-01-10
TestSpacePoint Struct Reference

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
 

Detailed Description

Helper struct for SpacePoint Tests.

Definition at line 15 of file TestSpacePoint.h.

Constructor & Destructor Documentation

◆ TestSpacePoint()

TestSpacePoint ( double  x,
double  y,
double  z 
)
inline

Constructor.

Parameters
x: x coordiante
y: y coordiante
z: z coordiante

Definition at line 21 of file TestSpacePoint.h.

21 : x(x), y(y), z(z) { ; }
double z
z coordiante of the SP
double y
y coordiante of the SP
double x
x coordiante of the SP

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