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

Twobody.h

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

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