#ifndef ROOT_TFoamIntegrand
#define ROOT_TFoamIntegrand
#ifndef ROOT_TObject
#include "TObject.h"
#endif
class TFoamIntegrand : public TObject {
public:
TFoamIntegrand() { };
virtual ~TFoamIntegrand() { };
virtual Double_t Density(Int_t ndim, Double_t *) = 0;
ClassDef(TFoamIntegrand,1);
};
#endif
Last change: Wed Jun 25 08:39:13 2008
Last generated: 2008-06-25 08:39
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.