Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
TFoamIntegrand.cxx
Go to the documentation of this file.
1 // @(#)root/foam:$Id$
2 // Author: S. Jadach <mailto:Stanislaw.jadach@ifj.edu.pl>, P.Sawicki <mailto:Pawel.Sawicki@ifj.edu.pl>
3 
4 #include "TFoamIntegrand.h"
5 
6 /** \class TFoamIntegrand
7 Abstract class representing n-dimensional real positive integrand function
8 */
9 
10 ClassImp(TFoamIntegrand);