#ifndef ROO_REAL_CONSTANT
#define ROO_REAL_CONSTANT
#include "Rtypes.h"
#include "Riosfwd.h"
class RooAbsReal ;
class RooArgList ;
class TIterator ;
#include "RooConstVar.h"
class RooRealConstant {
public:
inline RooRealConstant() {} ;
virtual ~RooRealConstant() {} ;
static RooConstVar& value(Double_t value) ;
static void cleanup() ;
protected:
static void init() ;
static RooArgList* _constDB ;
static TIterator* _constDBIter ;
ClassDef(RooRealConstant,0)
};
#endif
Last change: Wed Jun 25 08:33:58 2008
Last generated: 2008-06-25 08:33
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.