Herwig++
2.7.0
|
Gnuplot output of Histogram2. More...
#include <GnuplotOutput.h>
Public Member Functions | |
virtual void | put (Histogram2Ptr, const Histogram2Options &, const string &) |
Output the given histogram. | |
virtual void | initialize () |
Initialize. | |
virtual void | finalize () |
Finalize. | |
Standard constructors and destructors. | |
GnuplotOutput () | |
The default constructor. | |
GnuplotOutput (const GnuplotOutput &) | |
The copy constructor. | |
virtual | ~GnuplotOutput () |
The destructor. | |
Functions used by the persistent I/O system. | |
void | persistentOutput (PersistentOStream &os) const |
Function used to write out object persistently. | |
void | persistentInput (PersistentIStream &is, int version) |
Function used to read in object persistently. | |
Static Public Member Functions | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
Protected Member Functions | |
Clone Methods. | |
virtual IBPtr | clone () const |
Make a simple clone of this object. | |
virtual IBPtr | fullclone () const |
Make a clone of this object, possibly modifying the cloned object to make it sane. | |
Private Member Functions | |
GnuplotOutput & | operator= (const GnuplotOutput &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
string | _subproMult |
The range of subprocess multiplicities to plot, separated by a blank. | |
unsigned int | _allHistos |
Count the histograms already put. | |
bool | _ratio |
Wether or not to plot the ratio (if available) | |
bool | _chi2 |
Wether or not to plot the chi2 (if available) | |
string | _gnuplot |
The gnuplot program. | |
ofstream | _TeXfile |
The TeX file containing the plots. | |
ofstream | _makefile |
The Makefile. | |
bool | _doneInitialize |
Wether or not initialilzation has been done. | |
Static Private Attributes | |
static ClassDescription < GnuplotOutput > | initGnuplotOutput |
The static object used to initialize the description of this class. |
Gnuplot output of Histogram2.
Definition at line 25 of file GnuplotOutput.h.
virtual IBPtr Analysis2::GnuplotOutput::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Reimplemented from Analysis2::Histogram2Output.
virtual void Analysis2::GnuplotOutput::finalize | ( | ) | [inline, virtual] |
Finalize.
Similar to dofinish, in fact called by dofinish, but should _not_ call generator(), as it may be used 'offline' to combine parallel runs.
Reimplemented from Analysis2::Histogram2Output.
virtual IBPtr Analysis2::GnuplotOutput::fullclone | ( | ) | const [inline, protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from Analysis2::Histogram2Output.
static void Analysis2::GnuplotOutput::Init | ( | ) | [static] |
The standard Init function used to initialize the interfaces.
Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.
Reimplemented from Analysis2::Histogram2Output.
virtual void Analysis2::GnuplotOutput::initialize | ( | ) | [inline, virtual] |
Initialize.
Similar to doinitrun, in fact called by doinitrun, but should _not_ call generator(), as it may be used 'offline' to combine parallel runs.
Reimplemented from Analysis2::Histogram2Output.
GnuplotOutput& Analysis2::GnuplotOutput::operator= | ( | const GnuplotOutput & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Analysis2::GnuplotOutput::persistentInput | ( | PersistentIStream & | is, |
int | version | ||
) |
Function used to read in object persistently.
is | the persistent input stream read from. |
version | the version number of the object when written. |
Reimplemented from Analysis2::Histogram2Output.
void Analysis2::GnuplotOutput::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from Analysis2::Histogram2Output.
virtual void Analysis2::GnuplotOutput::put | ( | Histogram2Ptr | , |
const Histogram2Options & | , | ||
const string & | |||
) | [virtual] |
Output the given histogram.
The default just dumps to an ascii file.
Reimplemented from Analysis2::Histogram2Output.
string Analysis2::GnuplotOutput::_subproMult [private] |
The range of subprocess multiplicities to plot, separated by a blank.
If empty, no subprocess multiplicity channels are plotted.
Definition at line 130 of file GnuplotOutput.h.
ClassDescription<GnuplotOutput> Analysis2::GnuplotOutput::initGnuplotOutput [static, private] |
The static object used to initialize the description of this class.
Indicates that this is a concrete class with persistent data.
Definition at line 173 of file GnuplotOutput.h.