MIDSX 0.1
A x-ray transport code system for dosimetry
Loading...
Searching...
No Matches
Public Attributes | List of all members
TempVolumeTallyData Struct Reference

Struct which represents the temporary data for a volume tally. More...

#include <tally_data.h>

Collaboration diagram for TempVolumeTallyData:

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
 

Detailed Description

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.

Member Data Documentation

◆ already_counted

bool TempVolumeTallyData::already_counted = false

Definition at line 41 of file tally_data.h.

◆ energy_deposited

double TempVolumeTallyData::energy_deposited = 0.0

Definition at line 38 of file tally_data.h.

◆ final_photon

Photon TempVolumeTallyData::final_photon

Definition at line 43 of file tally_data.h.

◆ free_path

double TempVolumeTallyData::free_path = 0.0

Definition at line 39 of file tally_data.h.

◆ initial_photon

Photon TempVolumeTallyData::initial_photon

Definition at line 42 of file tally_data.h.

◆ isInteract

bool TempVolumeTallyData::isInteract = false

Definition at line 40 of file tally_data.h.


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