herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
Herwig::HistogramOptions Namespace Reference

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
 

Detailed Description

Options for histogram output.

They can be combined using the '|' operator, e.g. 'Frame | Ylog'