EGSnrc C++ class library  Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
Public Member Functions | Public Attributes | List of all members
EGS_ParticleTrack::Vertex Struct Reference

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
 

Detailed Description

Structure to store the data for each interaction along the track.

Definition at line 64 of file egs_particle_track.h.


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