ASCOT5
|
Histogram parameters that will be offloaded to target. More...
#include <dist_com.h>
Data Fields | |
int | n_mu |
real | min_mu |
real | max_mu |
int | n_Ekin |
real | min_Ekin |
real | max_Ekin |
int | n_Ptor |
real | min_Ptor |
real | max_Ptor |
Histogram parameters that will be offloaded to target.
Definition at line 16 of file dist_com.h.
int dist_COM_offload_data::n_mu |
number of mu bins
Definition at line 17 of file dist_com.h.
real dist_COM_offload_data::min_mu |
value of lowest mu bin
Definition at line 18 of file dist_com.h.
real dist_COM_offload_data::max_mu |
value of highest ,u bin
Definition at line 19 of file dist_com.h.
int dist_COM_offload_data::n_Ekin |
number of Ekin bins
Definition at line 21 of file dist_com.h.
real dist_COM_offload_data::min_Ekin |
value of lowest Ekin bin
Definition at line 22 of file dist_com.h.
real dist_COM_offload_data::max_Ekin |
value of highest Ekin bin
Definition at line 23 of file dist_com.h.
int dist_COM_offload_data::n_Ptor |
number of Ptor bins
Definition at line 25 of file dist_com.h.
real dist_COM_offload_data::min_Ptor |
value of lowest Ptor bin
Definition at line 26 of file dist_com.h.
real dist_COM_offload_data::max_Ptor |
value of highest Ptor bin
Definition at line 27 of file dist_com.h.