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

SageDecayer.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/gismo/gismo/SageDecayer.h,v 1.1 2000/01/18 00:33:34 burnett Exp $
00002 //
00003 
00004 #ifndef GISMO_SAGEDECAYER_H
00005 #define GISMO_SAGEDECAYER_H
00006 
00007 #include "gismo/Decayer.h"
00008 
00010 class SageDecayer : public Decayer
00011 {
00012  public:
00014    SageDecayer(const char*);
00015 
00017    virtual int decay(GParticle *)const;
00018 
00019 };
00020 
00021 
00022 #endif
00023 

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