herwig is hosted by Hepforge, IPPP Durham
Herwig++  2.7.0
Analysis2::GnuplotOutput Class Reference

Gnuplot output of Histogram2. More...

#include <GnuplotOutput.h>

Inheritance diagram for Analysis2::GnuplotOutput:

List of all members.

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

GnuplotOutputoperator= (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.

Detailed Description

Gnuplot output of Histogram2.

See also:
The interfaces defined for GnuplotOutput.

Definition at line 25 of file GnuplotOutput.h.


Member Function Documentation

virtual IBPtr Analysis2::GnuplotOutput::clone ( ) const [inline, protected, virtual]

Make a simple clone of this object.

Returns:
a pointer to the new 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.

Returns:
a pointer to the new object.

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.

Function used to read in object persistently.

Parameters:
isthe persistent input stream read from.
versionthe version number of the object when written.

Reimplemented from Analysis2::Histogram2Output.

Function used to write out object persistently.

Parameters:
osthe 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.


Member Data Documentation

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.

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.


The documentation for this class was generated from the following file: