ASCOT5
|
Histogram parameters on 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 |
size_t | step_1 |
size_t | step_2 |
real * | histogram |
Histogram parameters on target.
Definition at line 33 of file dist_com.h.
int dist_COM_data::n_mu |
number of mu bins
Definition at line 34 of file dist_com.h.
real dist_COM_data::min_mu |
value of lowest mu bin
Definition at line 35 of file dist_com.h.
real dist_COM_data::max_mu |
value of highest ,u bin
Definition at line 36 of file dist_com.h.
int dist_COM_data::n_Ekin |
number of Ekin bins
Definition at line 38 of file dist_com.h.
real dist_COM_data::min_Ekin |
value of lowest Ekin bin
Definition at line 39 of file dist_com.h.
real dist_COM_data::max_Ekin |
value of highest Ekin bin
Definition at line 40 of file dist_com.h.
int dist_COM_data::n_Ptor |
number of Ptor bins
Definition at line 42 of file dist_com.h.
real dist_COM_data::min_Ptor |
value of lowest Ptor bin
Definition at line 43 of file dist_com.h.
real dist_COM_data::max_Ptor |
value of highest Ptor bin
Definition at line 44 of file dist_com.h.
size_t dist_COM_data::step_1 |
step for 2nd fastest running index
Definition at line 46 of file dist_com.h.
size_t dist_COM_data::step_2 |
step for 3rd fastest running index
Definition at line 47 of file dist_com.h.
real* dist_COM_data::histogram |
pointer to start of histogram array
Definition at line 49 of file dist_com.h.