Belle II Software development
|
Small struct to encode a position/momentum without additional overhead. More...
#include <MCTrajectoryPoint.h>
Public Member Functions | |
MCTrajectoryPoint (float x_=0, float y_=0, float z_=0, float px_=0, float py_=0, float pz_=0) | |
Constructor to allow initialization. | |
Public Attributes | |
float | x |
x coordinate | |
float | y |
y coordinate | |
float | z |
z coordinate | |
float | px |
momentum along x | |
float | py |
momentum along y | |
float | pz |
momentum along z | |
Small struct to encode a position/momentum without additional overhead.
Definition at line 19 of file MCTrajectoryPoint.h.
|
inline |
float px |
momentum along x
Definition at line 26 of file MCTrajectoryPoint.h.
float py |
momentum along y
Definition at line 27 of file MCTrajectoryPoint.h.
float pz |
momentum along z
Definition at line 28 of file MCTrajectoryPoint.h.
float x |
x coordinate
Definition at line 23 of file MCTrajectoryPoint.h.
float y |
y coordinate
Definition at line 24 of file MCTrajectoryPoint.h.
float z |
z coordinate
Definition at line 25 of file MCTrajectoryPoint.h.