Herwig++
2.7.0
|
Simple struct to contain options for plotting output of an observable. More...
#include <Histogram2Output.h>
Public Member Functions | |
Histogram2Options () | |
Default constructor. | |
Histogram2Options (int pFlags, int cFlags=0, string t="", string dt="", string x="", string y="", bool diff=true) | |
Constructor giving initial values. | |
Public Attributes | |
int | plotFlags |
Flags for plotting. | |
int | channelFlags |
Flags for channel output. | |
string | title |
Title of the histogram. | |
string | datatitle |
Title of data, if present. | |
string | xlabel |
X label. | |
string | ylabel |
Y label. | |
bool | differential |
wether or not this is a differential observable |
Simple struct to contain options for plotting output of an observable.
Definition at line 49 of file Histogram2Output.h.