Bayeux  3.4.1
Core Foundation library for SuperNEMO
histogram_utils.h
Go to the documentation of this file.
1 
3 #ifndef MYGSL_HISTOGRAM_UTILS_H
4 #define MYGSL_HISTOGRAM_UTILS_H 1
5 
6 namespace mygsl {
7 
9  enum bin_mode_type {
13  };
14 
18  BIN_AXIS_X = 0,
20  };
21 
22 } // end of namespace mygsl
23 
24 #endif // MYGSL_HISTOGRAM_UTILS_H
25 
26 /* Local Variables: */
27 /* mode: c++ */
28 /* coding: utf-8 */
29 /* End: */
bin_mode_type
Histogram binning mode.
Definition: histogram_utils.h:9
invalid axis
Definition: histogram_utils.h:17
bin_axis_type
Histogram axis type.
Definition: histogram_utils.h:16
X axis.
Definition: histogram_utils.h:18
Y axis.
Definition: histogram_utils.h:19
Logarithmic.
Definition: histogram_utils.h:12
Top-level namespace of the Bayeux/mygsl module library.
Definition: base_decay_driver.h:47
Invalid mode.
Definition: histogram_utils.h:10
Linear.
Definition: histogram_utils.h:11