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

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

#include <tally_data.h>

Collaboration diagram for TempSurfaceTallyData:

Public Attributes

double free_path = 0.0
 
bool isInteract = false
 
double entrance_cosine = 0.0
 
bool already_counted = false
 
Photon initial_photon
 

Detailed Description

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.

Member Data Documentation

◆ already_counted

bool TempSurfaceTallyData::already_counted = false

Definition at line 28 of file tally_data.h.

◆ entrance_cosine

double TempSurfaceTallyData::entrance_cosine = 0.0

Definition at line 27 of file tally_data.h.

◆ free_path

double TempSurfaceTallyData::free_path = 0.0

Definition at line 25 of file tally_data.h.

◆ initial_photon

Photon TempSurfaceTallyData::initial_photon

Definition at line 29 of file tally_data.h.

◆ isInteract

bool TempSurfaceTallyData::isInteract = false

Definition at line 26 of file tally_data.h.


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