#ifndef ROO_REAL_CONSTANT
#define ROO_REAL_CONSTANT
#include "Rtypes.h"
#include "Riostream.h"
class RooAbsReal ;
class RooArgList ;
class TIterator ;
#include "RooConstVar.h"
class RooRealConstant {
public:
  inline RooRealConstant() {} ;
  virtual ~RooRealConstant() {} ;
  static RooConstVar& value(Double_t value) ;
protected:
  static void init() ;
  static RooArgList* _constDB ;    
  static TIterator* _constDBIter ; 
  ClassDef(RooRealConstant,0) 
};
#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.