Herwig++
2.7.0
|
The documentation of the TauCorrelationAnalysis class is designed to perform some analysis of the distributions of tau decay products in Higgs decays. More...
#include <TauCorrelationAnalysis.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. | |
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. | |
void | analyzePi (tPPtr particle) |
Methods to perform the analysis. | |
void | analyzeRho (tPPtr particle) |
Analyze the given particle for correlations with rho. | |
Private Member Functions | |
TauCorrelationAnalysis & | operator= (const TauCorrelationAnalysis &) |
The assignment operator is private and must never be called. | |
Private Attributes | |
HistogramPtr | _phi |
Histogram of the angle in . | |
HistogramPtr | _delta |
Histogram of the angle in . | |
HistogramPtr | _rhoangle1 |
Histogram of the angle in . | |
HistogramPtr | _rhoangle2 |
Second angle. | |
Static Private Attributes | |
static NoPIOClassDescription < TauCorrelationAnalysis > | initTauCorrelationAnalysis |
The static object used to initialize the description of this class. |
The documentation of the TauCorrelationAnalysis class is designed to perform some analysis of the distributions of tau decay products in Higgs decays.
The analysis of the pion decays is based on hep-ph/0202007 and the rho decays is based on hep-ph/0204292.
Definition at line 27 of file TauCorrelationAnalysis.h.
virtual void Herwig::TauCorrelationAnalysis::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 void Herwig::TauCorrelationAnalysis::analyze | ( | const tPVector & | particles | ) | [virtual] |
Analyze the given vector of particles.
The default version calls analyze(tPPtr) for each of the particles.
particles | the vector of pointers to particles to be analyzed |
Reimplemented from ThePEG::AnalysisHandler.
virtual void Herwig::TauCorrelationAnalysis::analyze | ( | tPPtr | particle | ) | [virtual] |
Analyze the given particle.
particle | pointer to the particle to be analyzed. |
Reimplemented from ThePEG::AnalysisHandler.
void Herwig::TauCorrelationAnalysis::analyzePi | ( | tPPtr | particle | ) | [protected] |
Methods to perform the analysis.
Analyze the given particle for correlations with pi.
particle | pointer to the particle to be analyzed. |
void Herwig::TauCorrelationAnalysis::analyzeRho | ( | tPPtr | particle | ) | [protected] |
Analyze the given particle for correlations with rho.
particle | pointer to the particle to be analyzed. |
virtual IBPtr Herwig::TauCorrelationAnalysis::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Reimplemented from ThePEG::AnalysisHandler.
Definition at line 84 of file TauCorrelationAnalysis.h.
virtual void Herwig::TauCorrelationAnalysis::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::TauCorrelationAnalysis::doinitrun | ( | ) | [protected, virtual] |
Initialize this object.
Called in the run phase just before a run begins.
Reimplemented from ThePEG::InterfacedBase.
virtual IBPtr Herwig::TauCorrelationAnalysis::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 90 of file TauCorrelationAnalysis.h.
static void Herwig::TauCorrelationAnalysis::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.
TauCorrelationAnalysis& Herwig::TauCorrelationAnalysis::operator= | ( | const TauCorrelationAnalysis & | ) | [private] |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
HistogramPtr Herwig::TauCorrelationAnalysis::_rhoangle1 [private] |
NoPIOClassDescription<TauCorrelationAnalysis> Herwig::TauCorrelationAnalysis::initTauCorrelationAnalysis [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 134 of file TauCorrelationAnalysis.h.