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

Analysis for jet merging scales, divided by visible energy from n+1 to n jets. More...

#include <YMerge.h>

Inheritance diagram for Analysis2::YMerge:

List of all members.

Public Member Functions

virtual void analyze (const tPVector &particles)
 Analyze the given vector of particles.
string Y (string)
 Insert options for a given n.
Standard constructors and destructors.
 YMerge ()
 The default constructor.
virtual ~YMerge ()
 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.
Standard Interfaced functions.
virtual void doinit () throw (InitException)
 Initialize this object after the setup phase before saving an EventGenerator to disk.
virtual void dofinish ()
 Finalize this object.

Private Member Functions

YMergeoperator= (const YMerge &)
 The assignment operator is private and must never be called.

Private Attributes

unsigned int _nMax
 The maximum n up to which rates should be booked (remember y_{n,n+1} !), starting from n=2.
vector< string > _options
 A vector of option strings, one for each n The convention is that element 0,1 are ignored, 2 gives options for y23, ...
vector< string > _yn
 Vector of the observable names.

Static Private Attributes

static ClassDescription< YMergeinitYMerge
 The static object used to initialize the description of this class.

Detailed Description

Analysis for jet merging scales, divided by visible energy from n+1 to n jets.

Author:
Simon Plaetzer
See also:
The interfaces defined for YMerge.

Definition at line 28 of file YMerge.h.


Member Function Documentation

virtual void Analysis2::YMerge::analyze ( const tPVector particles) [virtual]

Analyze the given vector of particles.

The default version calls analyze(tPPtr) for each of the particles.

Parameters:
particlesthe vector of pointers to particles to be analyzed

Reimplemented from Analysis2::Analysis2Base.

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

Make a simple clone of this object.

Returns:
a pointer to the new object.

Reimplemented from ThePEG::AnalysisHandler.

virtual void Analysis2::YMerge::dofinish ( ) [protected, virtual]

Finalize this object.

Called in the run phase just after a run has ended. Used eg. to write out statistics.

Reimplemented from Analysis2::Analysis2Base.

virtual void Analysis2::YMerge::doinit ( ) throw (InitException) [protected, virtual]

Initialize this object after the setup phase before saving an EventGenerator to disk.

Exceptions:
InitExceptionif object could not be initialized properly.

Reimplemented from ThePEG::InterfacedBase.

virtual IBPtr Analysis2::YMerge::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 ThePEG::AnalysisHandler.

static void Analysis2::YMerge::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::Analysis2Base.

YMerge& Analysis2::YMerge::operator= ( const YMerge ) [private]

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

void Analysis2::YMerge::persistentInput ( PersistentIStream is,
int  version 
)

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::Analysis2Base.

Function used to write out object persistently.

Parameters:
osthe persistent output stream written to.

Reimplemented from Analysis2::Analysis2Base.


Member Data Documentation

The static object used to initialize the description of this class.

Indicates that this is a concrete class with persistent data.

Definition at line 150 of file YMerge.h.


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