MIDSX 0.1
A x-ray transport code system for dosimetry
|
Struct which represents the temporary data for a surface tally. More...
#include <tally_data.h>
Public Attributes | |
double | free_path = 0.0 |
bool | isInteract = false |
double | entrance_cosine = 0.0 |
bool | already_counted = false |
Photon | initial_photon |
Struct which represents the temporary data for a surface tally.
Stores data for a photon undergoing a single step.
Definition at line 24 of file tally_data.h.
bool TempSurfaceTallyData::already_counted = false |
Definition at line 28 of file tally_data.h.
double TempSurfaceTallyData::entrance_cosine = 0.0 |
Definition at line 27 of file tally_data.h.
double TempSurfaceTallyData::free_path = 0.0 |
Definition at line 25 of file tally_data.h.
Photon TempSurfaceTallyData::initial_photon |
Definition at line 29 of file tally_data.h.
bool TempSurfaceTallyData::isInteract = false |
Definition at line 26 of file tally_data.h.