|
MIDSX 0.1
A x-ray transport code system for dosimetry
|
Struct which represents the temporary data for a voxel. More...
#include <tally_data.h>
Public Member Functions | |
| TempVoxelData (Voxel &voxel) | |
Public Attributes | |
| Voxel & | voxel |
| double | energy_deposited = 0.0 |
Struct which represents the temporary data for a voxel.
Solely exists for parallelizing photon transport.
Definition at line 12 of file tally_data.h.
|
inlineexplicit |
Definition at line 16 of file tally_data.h.
| double TempVoxelData::energy_deposited = 0.0 |
Definition at line 14 of file tally_data.h.
| Voxel& TempVoxelData::voxel |
Definition at line 13 of file tally_data.h.