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

Here is the documentation of the a1DecayAnalysis class. More...

#include <a1DecayAnalysis.h>

Inheritance diagram for Herwig::a1DecayAnalysis:

List of all members.

Public Member Functions

Virtual functions required by the AnalysisHandler class.
virtual void analyze (tEventPtr event, long ieve, int loop, int state)
 Analyze a given Event.
virtual void analyze (const tPVector &particles)
 Analyze the given vector of particles.
virtual void analyze (tPPtr particle)
 Analyze the given particle.

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

void findPions (tPPtr part, ParticleVector &pions)
 find the pions produced in the decay
a1DecayAnalysisoperator= (const a1DecayAnalysis &)
 The assignment operator is private and must never be called.

Private Attributes

HistogramPtr _hist0
 Histograms for $a_1^0\to\pi^0\pi^0\pi^0$.
HistogramPtr _hist1A
 Histograms for $a_1^+\to\pi^0\pi^0\pi^+$.
HistogramPtr _hist1B
 Mass of the $\pi^0\pi^+$ pair.
HistogramPtr _hist2A
 Histograms for $a_1^0\to\pi^+\pi^-\pi^0$.
HistogramPtr _hist2B
 Mass of the $\pi^+\pi^0$ pair.
HistogramPtr _hist2C
 Mass of the $\pi^-\pi^0$ pair.
HistogramPtr _hist3A
 Histograms for $a_1^+\to\pi^+\pi^+\pi^-$.
HistogramPtr _hist3B
 Mass of the $\pi^+\pi^-$ pair.

Static Private Attributes

static NoPIOClassDescription
< a1DecayAnalysis
inita1DecayAnalysis
 The static object used to initialize the description of this class.

Detailed Description

Here is the documentation of the a1DecayAnalysis class.

See also:
The interfaces defined for a1DecayAnalysis.

Definition at line 21 of file a1DecayAnalysis.h.


Member Function Documentation

virtual void Herwig::a1DecayAnalysis::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 void Herwig::a1DecayAnalysis::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 ThePEG::AnalysisHandler.

virtual void Herwig::a1DecayAnalysis::analyze ( tPPtr  particle) [virtual]

Analyze the given particle.

Parameters:
particlepointer to the particle to be analyzed.

Reimplemented from ThePEG::AnalysisHandler.

virtual IBPtr Herwig::a1DecayAnalysis::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 78 of file a1DecayAnalysis.h.

virtual void Herwig::a1DecayAnalysis::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::a1DecayAnalysis::doinitrun ( ) [protected, virtual]

Initialize this object.

Called in the run phase just before a run begins.

Reimplemented from ThePEG::InterfacedBase.

virtual IBPtr Herwig::a1DecayAnalysis::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 84 of file a1DecayAnalysis.h.

static void Herwig::a1DecayAnalysis::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.

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

The assignment operator is private and must never be called.

In fact, it should not even be implemented.


Member Data Documentation

HistogramPtr Herwig::a1DecayAnalysis::_hist1A [private]

Histograms for $a_1^+\to\pi^0\pi^0\pi^+$.

Mass of the $\pi^0\pi^0$ pair

Definition at line 139 of file a1DecayAnalysis.h.

HistogramPtr Herwig::a1DecayAnalysis::_hist2A [private]

Histograms for $a_1^0\to\pi^+\pi^-\pi^0$.

Mass of the $\pi^+\pi^-$ pair

Definition at line 154 of file a1DecayAnalysis.h.

HistogramPtr Herwig::a1DecayAnalysis::_hist3A [private]

Histograms for $a_1^+\to\pi^+\pi^+\pi^-$.

Mass of the $\pi^+\pi^+$ pair

Definition at line 174 of file a1DecayAnalysis.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 117 of file a1DecayAnalysis.h.


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