herwig is hosted by Hepforge, IPPP Durham
Herwig++  2.7.0
Analysis2::ChannelOutput Namespace Reference

Options for channel output. More...

Variables

const unsigned int Default = 0
 Default output: bin_low bin_high content error.
const unsigned int Bincenters = 1
 Instead of bin_low _bin_high put a single column (bin_low+bin_high)/2.
const unsigned int NoErrorbars = 1 << 1
 Do not output uncertainties.
const unsigned int NanEvents = 1 << 2
 Output the histogram of events with numerical indefinite weights.
const unsigned int Statistics = 1 << 3
 Output global statistics in a comment.

Detailed Description

Options for channel output.