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

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
 

Detailed Description

Small struct to encode a position/momentum without additional overhead.

Definition at line 19 of file MCTrajectoryPoint.h.


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