Herwig++
2.7.0
|
Options for histogram output. More...
Variables | |
const unsigned int | Default = 0 |
Default behaviour. | |
const unsigned int | Frame = 1 |
Frame. | |
const unsigned int | Errorbars = 1 << 1 |
Errorbars. | |
const unsigned int | Xlog = 1 << 2 |
Log x axis. | |
const unsigned int | Ylog = 1 << 3 |
Log y axis. | |
const unsigned int | Smooth = 1 << 4 |
Smooth. | |
const unsigned int | Rawcount = 1 << 5 |
Rawcount. |
Options for histogram output.
They can be combined using the '|' operator, e.g. 'Frame | Ylog'