#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
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.