Herwig 7.3.0
|
Options for histogram output. More...
Variables | |
const unsigned int | None = 0 |
No options. | |
const unsigned int | Frame = 1 |
Plot on new frame. | |
const unsigned int | Errorbars = 1 << 1 |
Plot error bars. | |
const unsigned int | Xlog = 1 << 2 |
log scale for x-axis | |
const unsigned int | Ylog = 1 << 3 |
log scale for y-axis | |
const unsigned int | Smooth = 1 << 4 |
smooth the line | |
const unsigned int | Rawcount = 1 << 5 |
don't normalize to unit area | |
Options for histogram output.
They can be combined using the '|' operator, e.g. 'Frame | Ylog'
const unsigned int Herwig::HistogramOptions::Errorbars = 1 << 1 |
Plot error bars.
Definition at line 30 of file Histogram.h.
const unsigned int Herwig::HistogramOptions::Frame = 1 |
Plot on new frame.
Definition at line 29 of file Histogram.h.
const unsigned int Herwig::HistogramOptions::None = 0 |
No options.
Definition at line 28 of file Histogram.h.
const unsigned int Herwig::HistogramOptions::Rawcount = 1 << 5 |
don't normalize to unit area
Definition at line 34 of file Histogram.h.
const unsigned int Herwig::HistogramOptions::Smooth = 1 << 4 |
smooth the line
Definition at line 33 of file Histogram.h.
const unsigned int Herwig::HistogramOptions::Xlog = 1 << 2 |
log scale for x-axis
Definition at line 31 of file Histogram.h.
const unsigned int Herwig::HistogramOptions::Ylog = 1 << 3 |
log scale for y-axis
Definition at line 32 of file Histogram.h.