#ifndef ROO_UNBLIND_CPASYM_VAR
#define ROO_UNBLIND_CPASYM_VAR
#include "RooAbsHiddenReal.h"
#include "RooAbsCategory.h"
#include "RooRealProxy.h"
#include "RooCategoryProxy.h"
#include "RooBlindTools.h"
class RooCategory ;
class RooUnblindCPAsymVar : public RooAbsHiddenReal {
public:
RooUnblindCPAsymVar() ;
RooUnblindCPAsymVar(const char *name, const char *title,
const char *blindString, RooAbsReal& cpasym);
RooUnblindCPAsymVar(const char *name, const char *title,
const char *blindString, RooAbsReal& cpasym, RooAbsCategory& blindState);
RooUnblindCPAsymVar(const RooUnblindCPAsymVar& other, const char* name=0);
virtual TObject* clone(const char* newname) const { return new RooUnblindCPAsymVar(*this,newname); }
virtual ~RooUnblindCPAsymVar();
protected:
virtual Double_t evaluate() const ;
RooRealProxy _asym ;
RooBlindTools _blindEngine ;
ClassDef(RooUnblindCPAsymVar,1)
};
#endif
Last change: Wed Jun 25 08:34:27 2008
Last generated: 2008-06-25 08:34
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.