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

PhaseSpace.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/gismo/gismo/PhaseSpace.h,v 1.2 2000/01/17 23:37:24 burnett Exp $
00002 //
00003 
00004 #ifndef GISMO_PHASESPACE_H
00005 #define GISMO_PHASESPACE_H
00006 
00007 #include "gismo/Decayer.h"
00008 class GParticle;
00009 
00011 class PhaseSpace: public Decayer
00012 {
00013 public:
00015     PhaseSpace(const char * name="PhaseSpace"):Decayer(name){};
00016 
00018     virtual int decay(GParticle*)const;
00019     
00020 private:
00021     int decay2(GParticle*)const;
00022     int decay3(GParticle*)const;
00023 };
00024 #endif
00025 

Generated at Mon Nov 26 18:18:34 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000