ASCOT5
Loading...
Searching...
No Matches
hist_axis Struct Reference

Coordinate axis for the histogram. More...

#include <hist.h>

Data Fields

hist_coordinate name
 
real min
 
real max
 
size_t n
 

Detailed Description

Coordinate axis for the histogram.

Definition at line 39 of file hist.h.

Field Documentation

◆ name

hist_coordinate hist_axis::name

Coordinate mapped to this axis

Definition at line 40 of file hist.h.

◆ min

real hist_axis::min

Lower limit of the coordinate interval

Definition at line 41 of file hist.h.

◆ max

real hist_axis::max

Upper limit of the coordinate interval

Definition at line 42 of file hist.h.

◆ n

size_t hist_axis::n

Number of bins in this axis

Definition at line 43 of file hist.h.


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