MIDSX 0.1
A x-ray transport code system for dosimetry
|
Struct which represents the temporary data for a volume tally. More...
#include <tally_data.h>
Public Attributes | |
double | energy_deposited = 0.0 |
double | free_path = 0.0 |
bool | isInteract = false |
bool | already_counted = false |
Photon | initial_photon |
Photon | final_photon |
Struct which represents the temporary data for a volume tally.
Stores data for a photon undergoing a single step.
Definition at line 37 of file tally_data.h.
bool TempVolumeTallyData::already_counted = false |
Definition at line 41 of file tally_data.h.
double TempVolumeTallyData::energy_deposited = 0.0 |
Definition at line 38 of file tally_data.h.
Photon TempVolumeTallyData::final_photon |
Definition at line 43 of file tally_data.h.
double TempVolumeTallyData::free_path = 0.0 |
Definition at line 39 of file tally_data.h.
Photon TempVolumeTallyData::initial_photon |
Definition at line 42 of file tally_data.h.
bool TempVolumeTallyData::isInteract = false |
Definition at line 40 of file tally_data.h.