ASCOT5
|
Histogram parameters on target. More...
#include <dist_rho6D.h>
Data Fields | |
int | n_rho |
real | min_rho |
real | max_rho |
int | n_theta |
real | min_theta |
real | max_theta |
int | n_phi |
real | min_phi |
real | max_phi |
int | n_pr |
real | min_pr |
real | max_pr |
int | n_pphi |
real | min_pphi |
real | max_pphi |
int | n_pz |
real | min_pz |
real | max_pz |
int | n_time |
real | min_time |
real | max_time |
int | n_q |
real | min_q |
real | max_q |
size_t | step_1 |
size_t | step_2 |
size_t | step_3 |
size_t | step_4 |
size_t | step_5 |
size_t | step_6 |
size_t | step_7 |
real * | histogram |
Histogram parameters on target.
Definition at line 52 of file dist_rho6D.h.
int dist_rho6D_data::n_rho |
number of rho bins
Definition at line 53 of file dist_rho6D.h.
real dist_rho6D_data::min_rho |
value of lowest rho bin
Definition at line 54 of file dist_rho6D.h.
real dist_rho6D_data::max_rho |
value of highest rho bin
Definition at line 55 of file dist_rho6D.h.
int dist_rho6D_data::n_theta |
number of poloidal angle bins
Definition at line 57 of file dist_rho6D.h.
real dist_rho6D_data::min_theta |
value of lowest theta bin
Definition at line 58 of file dist_rho6D.h.
real dist_rho6D_data::max_theta |
value of highest theta bin
Definition at line 59 of file dist_rho6D.h.
int dist_rho6D_data::n_phi |
number of phi bins
Definition at line 61 of file dist_rho6D.h.
real dist_rho6D_data::min_phi |
value of lowest phi bin
Definition at line 62 of file dist_rho6D.h.
real dist_rho6D_data::max_phi |
value of highest phi bin
Definition at line 63 of file dist_rho6D.h.
int dist_rho6D_data::n_pr |
number of p_r bins
Definition at line 65 of file dist_rho6D.h.
real dist_rho6D_data::min_pr |
value of lowest p_r bin
Definition at line 66 of file dist_rho6D.h.
real dist_rho6D_data::max_pr |
value of highest p_r bin
Definition at line 67 of file dist_rho6D.h.
int dist_rho6D_data::n_pphi |
number of p_phi bins
Definition at line 69 of file dist_rho6D.h.
real dist_rho6D_data::min_pphi |
value of lowest p_phi bin
Definition at line 70 of file dist_rho6D.h.
real dist_rho6D_data::max_pphi |
value of highest p_phi bin
Definition at line 71 of file dist_rho6D.h.
int dist_rho6D_data::n_pz |
number of p_z bins
Definition at line 73 of file dist_rho6D.h.
real dist_rho6D_data::min_pz |
value of lowest p_z bin
Definition at line 74 of file dist_rho6D.h.
real dist_rho6D_data::max_pz |
value of highest p_z bin
Definition at line 75 of file dist_rho6D.h.
int dist_rho6D_data::n_time |
number of time bins
Definition at line 77 of file dist_rho6D.h.
real dist_rho6D_data::min_time |
value of lowest time bin
Definition at line 78 of file dist_rho6D.h.
real dist_rho6D_data::max_time |
value of highest time bin
Definition at line 79 of file dist_rho6D.h.
int dist_rho6D_data::n_q |
number of charge bins
Definition at line 81 of file dist_rho6D.h.
real dist_rho6D_data::min_q |
value of lowest charge bin
Definition at line 82 of file dist_rho6D.h.
real dist_rho6D_data::max_q |
value of highest charge bin
Definition at line 83 of file dist_rho6D.h.
size_t dist_rho6D_data::step_1 |
step for 2nd fastest running index
Definition at line 85 of file dist_rho6D.h.
size_t dist_rho6D_data::step_2 |
step for 3rd fastest running index
Definition at line 86 of file dist_rho6D.h.
size_t dist_rho6D_data::step_3 |
step for 4th fastest running index
Definition at line 87 of file dist_rho6D.h.
size_t dist_rho6D_data::step_4 |
step for 5th fastest running index
Definition at line 88 of file dist_rho6D.h.
size_t dist_rho6D_data::step_5 |
step for 6th fastest running index
Definition at line 89 of file dist_rho6D.h.
size_t dist_rho6D_data::step_6 |
step for 7th fastest running index
Definition at line 90 of file dist_rho6D.h.
size_t dist_rho6D_data::step_7 |
step for 8th fastest running index
Definition at line 91 of file dist_rho6D.h.
real* dist_rho6D_data::histogram |
pointer to start of histogram array
Definition at line 93 of file dist_rho6D.h.