EGSnrc C++ class library
Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
|
Structure to store the data for each interaction along the track. More...
#include <egs_particle_track.h>
Public Member Functions | |
Vertex (EGS_Float px, EGS_Float py, EGS_Float pz) | |
Vertex (EGS_Float px, EGS_Float py, EGS_Float pz, EGS_Float pe) | |
Vertex (const EGS_Vector &px, EGS_Float pe) | |
Public Attributes | |
EGS_Vector | x |
interaction (vertex) coordinates | |
EGS_Float | e |
energy of the particle in this vertex | |
Structure to store the data for each interaction along the track.
Definition at line 64 of file egs_particle_track.h.