Belle II Software development
|
This class unites some parameters for Factory which describe one axis of histogram. More...
#include <HistogramFactory.h>
Public Member Functions | |
Axis () | |
Constructor. | |
Axis (int nbins, double low, double up, std::string title) | |
Constructor. | |
Axis & | nbins (int nbins) |
Set value of nbins. | |
Axis & | low (double low) |
Set value of low. | |
Axis & | up (double up) |
Set value of up. | |
Axis & | title (std::string title) |
Set value of title. | |
Private Attributes | |
Parameter< int > | m_nbins = Parameter(0) |
number of bins in the axis | |
Parameter< double > | m_low = Parameter(.0) |
lower boundary of axis range | |
Parameter< double > | m_up = Parameter(.0) |
upper boundary of axis range | |
Parameter< std::string > | m_title = Parameter(std::string()) |
title of axis | |
Friends | |
class | Factory |
This class unites some parameters for Factory which describe one axis of histogram.
Those parameters are nbins, low, up and title.
Definition at line 104 of file HistogramFactory.h.
|
inline |
|
inline |
Constructor.
nbins | - number of bins along the axis |
low | - lower boundary of axis range |
up | - upper boundary of axis range |
title | - title of the axis |
Definition at line 114 of file HistogramFactory.h.
|
inline |
Set value of low.
Definition at line 125 of file HistogramFactory.h.
|
inline |
Set value of nbins.
Definition at line 123 of file HistogramFactory.h.
|
inline |
Set value of title.
Definition at line 129 of file HistogramFactory.h.
|
inline |
Set value of up.
Definition at line 127 of file HistogramFactory.h.
|
friend |
Definition at line 141 of file HistogramFactory.h.
lower boundary of axis range
Definition at line 135 of file HistogramFactory.h.
number of bins in the axis
Definition at line 133 of file HistogramFactory.h.
title of axis
Definition at line 139 of file HistogramFactory.h.
upper boundary of axis range
Definition at line 137 of file HistogramFactory.h.