library: libRooFit
#include "RooUnblindCPAsymVar.h"

RooUnblindCPAsymVar


class description - source file - inheritance tree (.pdf)

class RooUnblindCPAsymVar : public RooAbsHiddenReal

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsArg
<-
RooAbsReal
<-
RooAbsHiddenReal
<-
RooUnblindCPAsymVar

    protected:
virtual Double_t evaluate() const 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 ~RooUnblindCPAsymVar() static TClass* Class() virtual TObject* clone(const char* newname) const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
RooRealProxy _asym RooBlindTools _blindEngine

Class Description


RooUnblindCPAsymVar() : _blindEngine("")
 Default constructor

RooUnblindCPAsymVar(const char *name, const char *title, const char *blindString, RooAbsReal& cpasym) : RooAbsHiddenReal(name,title), _asym("asym","CP Asymmetry",this,cpasym), _blindEngine(blindString)
 Constructor from a given RooAbsReal (to hold the blind value) and a set of blinding parameters

RooUnblindCPAsymVar(const char *name, const char *title, const char *blindString, RooAbsReal& cpasym, RooAbsCategory& blindState) : RooAbsHiddenReal(name,title,blindState), _asym("asym","CP Asymmetry",this,cpasym), _blindEngine(blindString)
 Constructor from a given RooAbsReal (to hold the blind value) and a set of blinding parameters

RooUnblindCPAsymVar(const RooUnblindCPAsymVar& other, const char* name) : RooAbsHiddenReal(other, name), _asym("asym",this,other._asym), _blindEngine(other._blindEngine)
 Copy constructor

~RooUnblindCPAsymVar()
 Copy constructor

Double_t evaluate() const



Inline Functions


           TObject* clone(const char* newname) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)


Last update: Tue Jun 28 18:15:43 2005
Copyright (c) 2000-2005, Regents of the University of California *


ROOT page - Class index - Class Hierarchy - Top of the page

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.