#ifndef ROO_NUMBER
#define ROO_NUMBER
#include "Rtypes.h"
class RooNumber {
public:
virtual ~RooNumber() {} ;
static Double_t infinity() ;
static Int_t isInfinite(Double_t x) ;
private:
static Double_t _Infinity ;
ClassDef(RooNumber,0)
};
#endif
Last change: Tue May 13 17:05:32 2008
Last generated: 2008-05-13 17:05
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.