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

The TauTo3MesonAnalysis class is designed to perform the analysis of the mass distribution of the hadronic decay products of the $\tau$ in the decays. More...

#include <TauTo3MesonAnalysis.h>

Inheritance diagram for Herwig::TauTo3MesonAnalysis:

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.

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

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

Private Attributes

vector< HistogramPtr > _m3pippimpim
 Histograms for $\tau^-\to\nu_tau \pi^+\pi^-\pi^- $.
vector< HistogramPtr > _m3pi0pi0pim
 Histograms for $\tau^-\to\nu_tau \pi^0\pi^0\pi^- $.
vector< HistogramPtr > _m3kmpimkp
 Histograms for $\tau^-\to\nu_tau K^-K^+\pi^- $.
vector< HistogramPtr > _m3k0pimk0
 Histograms for $\tau^-\to\nu_tau K^0\bar{K}^0\pi^-$.
vector< HistogramPtr > _m3kmpi0k0
 Histograms for $\tau^-\to\nu_tau K^-K^0\pi^0 $.
vector< HistogramPtr > _m3pi0pi0km
 Histograms for $\tau^-\to\nu_tau \pi^0\pi^0K^- $.
vector< HistogramPtr > _m3kmpimpip
 Histograms for $\tau^-\to\nu_tau K^-\pi^-\pi^+ $.
vector< HistogramPtr > _m3pimk0pi0
 Histograms for $\tau^-\to\nu_tau \pi^-K^0\pi^0 $.
vector< HistogramPtr > _m3pimpi0eta
 Histograms for $\tau^-\to\nu_tau \pi^-\pi^0\eta $.
vector< HistogramPtr > _m3pimpi0gamma
 Histograms for $\tau^-\to\nu_tau \pi^-\pi^0\gamma $.
vector< HistogramPtr > _m3kspimks
 Histograms for $\tau^-\to\nu_tau K^0_SK^0_S\pi^-$.
vector< HistogramPtr > _m3klpimkl
 Histograms for $\tau^-\to\nu_tau K^0_LK^0_L\pi^-$.
vector< HistogramPtr > _m3kspimkl
 Histograms for $\tau^-\to\nu_tau K^0_SK^0_L\pi^-$.

Static Private Attributes

static NoPIOClassDescription
< TauTo3MesonAnalysis
initTauTo3MesonAnalysis
 The static object used to initialize the description of this class.

Detailed Description

The TauTo3MesonAnalysis class is designed to perform the analysis of the mass distribution of the hadronic decay products of the $\tau$ in the decays.

  • $\tau^-\to\nu_tau \pi^+\pi^-\pi^- $
  • $\tau^-\to\nu_tau \pi^0\pi^0\pi^- $
  • $\tau^-\to\nu_tau K^-K^+\pi^- $
  • $\tau^-\to\nu_tau K^0\bar{K}^0\pi^-$
  • $\tau^-\to\nu_tau K^-K^0\pi^0 $
  • $\tau^-\to\nu_tau \pi^0-\pi^0K^- $
  • $\tau^-\to\nu_tau K^-\pi^-\pi^+ $
  • $\tau^-\to\nu_tau \pi^-K^0\pi^0 $
  • $\tau^-\to\nu_tau \pi^-\pi^0\eta $
  • $\tau^-\to\nu_tau \pi^-\pi^0\gamma $
See also:
The interfaces defined for TauTo3MesonAnalysis.

Definition at line 33 of file TauTo3MesonAnalysis.h.


Member Function Documentation

virtual void Herwig::TauTo3MesonAnalysis::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::TauTo3MesonAnalysis::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 79 of file TauTo3MesonAnalysis.h.

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

Initialize this object.

Called in the run phase just before a run begins.

Reimplemented from ThePEG::InterfacedBase.

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

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

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

The assignment operator is private and must never be called.

In fact, it should not even be implemented.


Member Data Documentation

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

Indicates that this is an concrete class without persistent data.

Definition at line 113 of file TauTo3MesonAnalysis.h.


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