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

Four jet correlations at e+e- colliders (preferably LEP) More...

#include <FourJetCorrelations.h>

Inheritance diagram for Analysis2::FourJetCorrelations:

List of all members.

Public Member Functions

virtual void analyze (const tPVector &particles)
 Analyze the given vector of particles.
Standard constructors and destructors.
 FourJetCorrelations ()
 The default constructor.
virtual ~FourJetCorrelations ()
 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.
double cosChiBZ (const vector< Lorentz5Momentum > &)
 Methods to compute the four jet angles, assumes the jets are energy ordered.
double cosPhiKSW (const vector< Lorentz5Momentum > &)
 Compute $\cos\Phi_{KSW}$.
double cosThetaNR (const vector< Lorentz5Momentum > &)
 Compute $\cos\Theta_{NR}$.
double cosAlpha34 (const vector< Lorentz5Momentum > &)
 Compute $\cos\alpha_{34}$.

Private Member Functions

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

Private Attributes

string _cosAlpha34
 Options string for CosAlpha34.
string _cosChiBZ
 Options string for CosChiBZ.
string _cosPhiKSW
 Options string for CosPhiKSW.
string _cosThetaNR
 Options string for CosThetaNR.

Static Private Attributes

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

Detailed Description

Four jet correlations at e+e- colliders (preferably LEP)

See also:
The interfaces defined for FourJetCorrelations.

Definition at line 25 of file FourJetCorrelations.h.


Member Function Documentation

virtual void Analysis2::FourJetCorrelations::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::FourJetCorrelations::clone ( ) const [inline, protected, virtual]

Make a simple clone of this object.

Returns:
a pointer to the new object.

Reimplemented from ThePEG::AnalysisHandler.

double Analysis2::FourJetCorrelations::cosChiBZ ( const vector< Lorentz5Momentum > &  ) [inline, protected]

Methods to compute the four jet angles, assumes the jets are energy ordered.

Compute $\cos\chi_{BZ}$

virtual void Analysis2::FourJetCorrelations::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::FourJetCorrelations::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::FourJetCorrelations::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::FourJetCorrelations::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.

FourJetCorrelations& Analysis2::FourJetCorrelations::operator= ( const FourJetCorrelations ) [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::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 171 of file FourJetCorrelations.h.


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