Logo ROOT   6.14/05
Reference Guide
RooUnblindUniform.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Project: RooFit *
3  * Package: RooFitModels *
4  * File: $Id: RooUnblindUniform.h,v 1.5 2007/05/11 10:15:52 verkerke Exp $
5  * Authors: *
6  * WV, Wouter Verkerke, UC Santa Barbara, verkerke@slac.stanford.edu *
7  * DK, David Kirkby, UC Irvine, dkirkby@uci.edu *
8  * *
9  * Copyright (c) 2000-2005, Regents of the University of California *
10  * and Stanford University. All rights reserved. *
11  * *
12  * Redistribution and use in source and binary forms, *
13  * with or without modification, are permitted according to the terms *
14  * listed in LICENSE (http://roofit.sourceforge.net/license.txt) *
15  *****************************************************************************/
16 #ifndef ROO_UNBLIND_UNIFORM
17 #define ROO_UNBLIND_UNIFORM
18 
19 #include "RooAbsHiddenReal.h"
20 #include "RooRealProxy.h"
21 #include "RooBlindTools.h"
22 
24 public:
25  // Constructors, assignment etc
27  RooUnblindUniform(const char *name, const char *title,
28  const char *blindString, Double_t scale, RooAbsReal& blindValue);
29  RooUnblindUniform(const RooUnblindUniform& other, const char* name=0);
30  virtual TObject* clone(const char* newname) const { return new RooUnblindUniform(*this,newname); }
31  virtual ~RooUnblindUniform();
32 
33 protected:
34 
35  // Function evaluation
36  virtual Double_t evaluate() const ;
37 
40 
41  ClassDef(RooUnblindUniform,1) // Uniform unblinding transformation
42 };
43 
44 #endif
virtual TObject * clone(const char *newname) const
RooBlindTools _blindEngine
Implementation of BlindTools' offset blinding method A RooUnblindUniform object is a real valued func...
#define ClassDef(name, id)
Definition: Rtypes.h:320
virtual Double_t evaluate() const
Evaluate RooBlindTools unhide-offset method on blind value.
RooUnblindUniform()
Default constructor.
virtual ~RooUnblindUniform()
Destructor.
double Double_t
Definition: RtypesCore.h:55
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Definition: RooAbsReal.h:53
Mother of all ROOT objects.
Definition: TObject.h:37
RooAbsHiddenReal is a base class for objects that want to hide their return value from interactive us...
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
Definition: RooRealProxy.h:23
char name[80]
Definition: TGX11.cxx:109