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

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

#include <DDalitzAnalysis.h>

Inheritance diagram for Herwig::DDalitzAnalysis:

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 LorentzRotation transform (tEventPtr event) const
 Transform the event to the desired Lorentz frame and return the corresponding LorentzRotation.
virtual void analyze (const tPVector &particles)
 Analyze the given vector of particles.
virtual void analyze (tPPtr particle)
 Analyze the given particle.
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

void findChildren (tPPtr, ParticleVector &)
 Find the stable decay products.
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

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

Private Attributes

HistogramPtr _m2plus1
 Histograms for $D^0\to \bar{K}^0\pi^+\pi^-$.
HistogramPtr _m2minus1
 $m^2_+$
HistogramPtr _m2pipi1
 $m^2_{\pi\pi}$
vector< pair< Energy2, Energy2 > > _points1
 Vectors for the Dalitz plot.
HistogramPtr _m2minus2
 Histograms for $D^0\to K^-\pi^+\pi^0$.
HistogramPtr _m2pipi2
 Histogram for the $\pi^+\pi^0$ mass.
HistogramPtr _m2neutral2
 Histogram for the $K^-\pi^0$ mass.
vector< pair< Energy2, Energy2 > > _points2
 Vectors for the Dalitz plot.
HistogramPtr _mKpilow3
 Histograms for $D^+\to K^-\pi^+\pi^+$.
HistogramPtr _mKpihigh3
 Histogram for $K^-\pi^+$ high.
HistogramPtr _mKpiall3
 Histogram for $K^-\pi^+$ all.
HistogramPtr _mpipi3
 Histogram for $\pi^+\pi^-$.
vector< pair< Energy2, Energy2 > > _points3
 Vectors for the Dalitz plot.
HistogramPtr _m2Kpip4
 Histograms for $D^+\to\bar{K}^0\pi^+\pi^0$.
HistogramPtr _m2pipi4
 Histogram for the $\pi^+\pi^0$ mass.
HistogramPtr _m2Kpi04
 Histogram for the $\bar{K}^0\pi^0$ mass.
vector< pair< Energy2, Energy2 > > _points4
 Vectors for the Dalitz plot.
HistogramPtr _mkppim5
 Histograms for $D^+\to K^+\pi^-\pi^+$.
HistogramPtr _mkppip5
 Histogram for $K^+\pi^+$.
HistogramPtr _mpippim5
 Histogram for $\pi^+\pi^-$.
vector< pair< Energy2, Energy2 > > _points5
 Vectors for the Dalitz plot.
HistogramPtr _mkppim6
 Histograms for $D_s^+\to K^+\pi^-\pi^+$.
HistogramPtr _mkppip6
 Histogram for $K^+\pi^+$.
HistogramPtr _mpippim6
 Histogram for $\pi^+\pi^-$.
vector< pair< Energy2, Energy2 > > _points6
 Vectors for the Dalitz plot.

Static Private Attributes

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

Detailed Description

Here is the documentation of the DDalitzAnalysis class.

See also:
The interfaces defined for DDalitzAnalysis.

Definition at line 22 of file DDalitzAnalysis.h.


Member Function Documentation

virtual void Herwig::DDalitzAnalysis::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::DDalitzAnalysis::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::DDalitzAnalysis::analyze ( tPPtr  particle) [virtual]

Analyze the given particle.

Parameters:
particlepointer to the particle to be analyzed.

Reimplemented from ThePEG::AnalysisHandler.

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

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

Initialize this object.

Called in the run phase just before a run begins.

Reimplemented from ThePEG::InterfacedBase.

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

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

DDalitzAnalysis& Herwig::DDalitzAnalysis::operator= ( const DDalitzAnalysis ) [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 ThePEG::AnalysisHandler.

Function used to write out object persistently.

Parameters:
osthe persistent output stream written to.

Reimplemented from ThePEG::AnalysisHandler.

virtual LorentzRotation Herwig::DDalitzAnalysis::transform ( tEventPtr  event) const [virtual]

Transform the event to the desired Lorentz frame and return the corresponding LorentzRotation.

Parameters:
eventa pointer to the Event to be transformed.
Returns:
the LorentzRotation used in the transformation.

Reimplemented from ThePEG::AnalysisHandler.


Member Data Documentation

HistogramPtr Herwig::DDalitzAnalysis::_m2Kpip4 [private]

Histograms for $D^+\to\bar{K}^0\pi^+\pi^0$.

Histogram for the $\bar{K}^0\pi^+$ mass

Definition at line 238 of file DDalitzAnalysis.h.

HistogramPtr Herwig::DDalitzAnalysis::_m2minus2 [private]

Histograms for $D^0\to K^-\pi^+\pi^0$.

Histogram for the $K^-\pi^+$ mass

Definition at line 183 of file DDalitzAnalysis.h.

HistogramPtr Herwig::DDalitzAnalysis::_m2plus1 [private]

Histograms for $D^0\to \bar{K}^0\pi^+\pi^-$.

$m^2_+$

Definition at line 158 of file DDalitzAnalysis.h.

HistogramPtr Herwig::DDalitzAnalysis::_mKpilow3 [private]

Histograms for $D^+\to K^-\pi^+\pi^+$.

Histogram for $K^-\pi^+$ low

Definition at line 208 of file DDalitzAnalysis.h.

HistogramPtr Herwig::DDalitzAnalysis::_mkppim5 [private]

Histograms for $D^+\to K^+\pi^-\pi^+$.

Histogram for $K^+\pi^-$

Definition at line 263 of file DDalitzAnalysis.h.

HistogramPtr Herwig::DDalitzAnalysis::_mkppim6 [private]

Histograms for $D_s^+\to K^+\pi^-\pi^+$.

Histogram for $K^+\pi^-$

Definition at line 288 of file DDalitzAnalysis.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 141 of file DDalitzAnalysis.h.


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