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