#ifndef ROO_UNBLIND_UNIFORM
#define ROO_UNBLIND_UNIFORM
#include "RooAbsHiddenReal.h"
#include "RooRealProxy.h"
#include "RooBlindTools.h"
class RooUnblindUniform : public RooAbsHiddenReal {
public:
  
  RooUnblindUniform() ;
  RooUnblindUniform(const char *name, const char *title, 
		      const char *blindString, Double_t scale, RooAbsReal& blindValue);
  RooUnblindUniform(const RooUnblindUniform& other, const char* name=0);
  virtual TObject* clone(const char* newname) const { return new RooUnblindUniform(*this,newname); }  
  virtual ~RooUnblindUniform();
protected:
  
  virtual Double_t evaluate() const ;
  RooRealProxy _value ;
  RooBlindTools _blindEngine ;
  ClassDef(RooUnblindUniform,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.