Herwig++
2.7.0
|
Here is the documentation of the Tau5Pion class. More...
#include <Tau5Pion.h>
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. | |
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 | |
Tau5Pion & | operator= (const Tau5Pion &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
vector< HistogramPtr > | _pipi1 |
Histograms for the masses. | |
vector< HistogramPtr > | _pipi2 |
Histograms for the decay. | |
vector< HistogramPtr > | _pipi3 |
Histograms for the decay. | |
vector< HistogramPtr > | _pipipi1 |
Histograms for the masses. | |
vector< HistogramPtr > | _pipipi2 |
Histograms for the decay. | |
vector< HistogramPtr > | _pipipi3 |
Histograms for the decay. | |
vector< HistogramPtr > | _pipipipi1 |
Histograms for the masses. | |
vector< HistogramPtr > | _pipipipi2 |
Histograms for the decay. | |
vector< HistogramPtr > | _pipipipi3 |
Histograms for the decay. | |
HistogramPtr | _q1 |
Histograms for the total hadronic mass. | |
HistogramPtr | _q2 |
Histograms for the decay. | |
HistogramPtr | _q3 |
Histograms for the decay. | |
Static Private Attributes | |
static NoPIOClassDescription < Tau5Pion > | initTau5Pion |
The static object used to initialize the description of this class. |
Here is the documentation of the Tau5Pion class.
Definition at line 22 of file Tau5Pion.h.
virtual void Herwig::Tau5Pion::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.
event | pointer to the Event to be analyzed. |
ieve | the event number. |
loop | the number of times this event has been presented. If negative the event is now fully generated. |
state | a 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::Tau5Pion::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Reimplemented from ThePEG::AnalysisHandler.
Definition at line 68 of file Tau5Pion.h.
virtual void Herwig::Tau5Pion::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::Tau5Pion::doinitrun | ( | ) | [protected, virtual] |
Initialize this object.
Called in the run phase just before a run begins.
Reimplemented from ThePEG::InterfacedBase.
virtual IBPtr Herwig::Tau5Pion::fullclone | ( | ) | const [inline, protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::AnalysisHandler.
Definition at line 74 of file Tau5Pion.h.
static void Herwig::Tau5Pion::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.
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
vector<HistogramPtr> Herwig::Tau5Pion::_pipi1 [private] |
vector<HistogramPtr> Herwig::Tau5Pion::_pipipi1 [private] |
vector<HistogramPtr> Herwig::Tau5Pion::_pipipipi1 [private] |
HistogramPtr Herwig::Tau5Pion::_q1 [private] |
Histograms for the total hadronic mass.
Histograms for the decay
Definition at line 177 of file Tau5Pion.h.
NoPIOClassDescription<Tau5Pion> Herwig::Tau5Pion::initTau5Pion [static, private] |
The static object used to initialize the description of this class.
Indicates that this is an concrete class without persistent data.
Definition at line 100 of file Tau5Pion.h.