GGEMS  1.1
GPU GEant4-based Monte Carlo Simulations
GGEMSDoseRecording_t Struct Reference

Structure storing data for dose recording. More...

#include "GGEMSDoseRecording.hh"

Collaboration diagram for GGEMSDoseRecording_t:
Collaboration graph

Public Attributes

cl::Buffer ** edep_
 
cl::Buffer ** edep_squared_
 
cl::Buffer ** hit_
 
cl::Buffer ** photon_tracking_
 
cl::Buffer ** dose_
 
cl::Buffer ** uncertainty_dose_
 

Detailed Description

Structure storing data for dose recording.

Definition at line 42 of file GGEMSDoseRecording.hh.

Member Data Documentation

◆ dose_

cl::Buffer** GGEMSDoseRecording_t::dose_

Buffer storing dose in gray (Gy)

Definition at line 48 of file GGEMSDoseRecording.hh.

◆ edep_

cl::Buffer** GGEMSDoseRecording_t::edep_

Buffer storing energy deposit on OpenCL device

Definition at line 44 of file GGEMSDoseRecording.hh.

◆ edep_squared_

cl::Buffer** GGEMSDoseRecording_t::edep_squared_

Buffer storing energy deposit squared on OpenCL device

Definition at line 45 of file GGEMSDoseRecording.hh.

◆ hit_

cl::Buffer** GGEMSDoseRecording_t::hit_

Buffer storing hit on OpenCL device

Definition at line 46 of file GGEMSDoseRecording.hh.

◆ photon_tracking_

cl::Buffer** GGEMSDoseRecording_t::photon_tracking_

Buffer storing photon tracking on OpenCL device

Definition at line 47 of file GGEMSDoseRecording.hh.

◆ uncertainty_dose_

cl::Buffer** GGEMSDoseRecording_t::uncertainty_dose_

Buffer storing uncertainty dose

Definition at line 49 of file GGEMSDoseRecording.hh.


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