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

The LEPJetAnalysis class compares the results of Heriwg++ with LEP data for various jet distributions. More...

#include <LEPJetAnalysis.h>

Inheritance diagram for Herwig::LEPJetAnalysis:

List of all members.

Public Member Functions

 LEPJetAnalysis ()
 Default constructor.
Virtual functions required by the AnalysisHandler class.
virtual void analyze (tEventPtr event, long ieve, int loop, int state)
 Analyze a given Event.

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 doinitrun ()
 Initialize this object.
virtual void dofinish ()
 Finalize this object.

Private Member Functions

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

Private Attributes

vector< double > _yc_frac
 Bins for the y fractions.
unsigned int _nevent
 Number of events analysed.
vector< Statistic_njet
 N jet distribution.
HistogramPtr _y23
 Histograms ofr the $y$ distributions.
HistogramPtr _y34
 $y_{34}$
HistogramPtr _y45
 $y_{45}$
HistogramPtr _y56
 $y_{56}$
vector< int > _frac1
 Points for the y fractions.
vector< int > _frac2
 2 jet
vector< int > _frac3
 3 jet
vector< int > _frac4
 4 jet
vector< int > _frac5
 5 jet
vector< int > _frac6
 6 jet
vector< double > _d2dbins
 For different jet rates.
vector< double > _d3dbins
 Differential three jet rate.
vector< double > _d4dbins
 Differential four jet rate.
vector< int > _d2dN2
 differential 2->2
vector< int > _d3dN2
 differential 3->2
vector< int > _d3dN3
 differential 3->2
vector< int > _d4dN2
 differential 4->2
vector< int > _d4dN3
 differential 4->3
vector< int > _d4dN4
 differential 4->4

Static Private Attributes

static NoPIOClassDescription
< LEPJetAnalysis
initLEPJetAnalysis
 The static object used to initialize the description of this class.

Detailed Description

The LEPJetAnalysis class compares the results of Heriwg++ with LEP data for various jet distributions.

See also:
The interfaces defined for LEPJetAnalysis.

Definition at line 29 of file LEPJetAnalysis.h.


Member Function Documentation

virtual void Herwig::LEPJetAnalysis::analyze ( tEventPtr  event,
long  ieve,
int  loop,
int  state 
) [virtual]

Analyze a given Event.

Note that a fully generated event may be presented several times, if it has been manipulated in between. The default version of this function will call transform to make a lorentz transformation of the whole event, then extract all final state particles and call analyze(tPVector) of this analysis object and those of all associated analysis objects. The default version will not, however, do anything on events which have not been fully generated, or have been manipulated in any way.

Parameters:
eventpointer to the Event to be analyzed.
ievethe event number.
loopthe number of times this event has been presented. If negative the event is now fully generated.
statea number different from zero if the event has been manipulated in some way since it was last presented.

Reimplemented from ThePEG::AnalysisHandler.

virtual IBPtr Herwig::LEPJetAnalysis::clone ( ) const [inline, protected, virtual]

Make a simple clone of this object.

Returns:
a pointer to the new object.

Reimplemented from ThePEG::AnalysisHandler.

Definition at line 76 of file LEPJetAnalysis.h.

virtual void Herwig::LEPJetAnalysis::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 ThePEG::InterfacedBase.

virtual void Herwig::LEPJetAnalysis::doinitrun ( ) [protected, virtual]

Initialize this object.

Called in the run phase just before a run begins.

Reimplemented from ThePEG::InterfacedBase.

virtual IBPtr Herwig::LEPJetAnalysis::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.

Definition at line 82 of file LEPJetAnalysis.h.

static void Herwig::LEPJetAnalysis::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 ThePEG::AnalysisHandler.

LEPJetAnalysis& Herwig::LEPJetAnalysis::operator= ( const LEPJetAnalysis ) [private]

The assignment operator is private and must never be called.

In fact, it should not even be implemented.


Member Data Documentation

vector<double> Herwig::LEPJetAnalysis::_d2dbins [private]

For different jet rates.

Differential two jet rate

Definition at line 200 of file LEPJetAnalysis.h.

vector<int> Herwig::LEPJetAnalysis::_frac1 [private]

Points for the y fractions.

1 jet

Definition at line 155 of file LEPJetAnalysis.h.

HistogramPtr Herwig::LEPJetAnalysis::_y23 [private]

Histograms ofr the $y$ distributions.

$y_{23}$

Definition at line 125 of file LEPJetAnalysis.h.

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

Indicates that this is an concrete class without persistent data.

Definition at line 108 of file LEPJetAnalysis.h.


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