Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

PhaseSpace Class Reference

Decayer subclass that implements phase space for 2 or 3 particles. More...

#include <PhaseSpace.h>

Inheritance diagram for PhaseSpace:

Decayer List of all members.

Public Methods

 PhaseSpace (const char * name="PhaseSpace")
 constructor. More...

virtual int decay (GParticle*) const
 decay a particle. More...


Private Methods

int decay2 (GParticle*) const
int decay3 (GParticle*) const

Detailed Description

Decayer subclass that implements phase space for 2 or 3 particles.

Definition at line 11 of file PhaseSpace.h.


Constructor & Destructor Documentation

PhaseSpace::PhaseSpace ( const char * name = "PhaseSpace" ) [inline]
 

constructor.

Definition at line 15 of file PhaseSpace.h.


Member Function Documentation

int PhaseSpace::decay ( GParticle * parent ) const [virtual]
 

decay a particle.

Reimplemented from Decayer.

Definition at line 21 of file PhaseSpace.cxx.

int PhaseSpace::decay2 ( GParticle * parent ) const [private]
 

Definition at line 32 of file PhaseSpace.cxx.

int PhaseSpace::decay3 ( GParticle * parent ) const [private]
 

Definition at line 59 of file PhaseSpace.cxx.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:20:30 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000