library: libRooFit #include "RooErrorVar.h" |
RooErrorVar
class description - header file - source file - inheritance tree (.pdf)
protected:
virtual void syncCache(const RooArgSet* set = 0)
public:
RooErrorVar()
RooErrorVar(const char* name, const char* title, const RooRealVar& input)
RooErrorVar(const RooErrorVar& other, const char* name = "0")
virtual ~RooErrorVar()
static TClass* Class()
virtual TObject* clone(const char* newname) const
virtual Double_t evaluate() const
virtual const RooAbsBinning& getBinning(const char* name = "0", Bool_t verbose = kTRUE, Bool_t createOnTheFly = kFALSE) const
virtual RooAbsBinning& getBinning(const char* name = "0", Bool_t verbose = kTRUE, Bool_t createOnTheFly = kFALSE)
virtual Double_t getVal(const RooArgSet* set = 0) const
virtual Bool_t hasBinning(const char* name) const
virtual TClass* IsA() const
virtual Bool_t isFundamental() const
virtual Bool_t readFromStream(istream& is, Bool_t compact, Bool_t verbose = kFALSE)
void removeMax(const char* name = "0")
void removeMin(const char* name = "0")
void removeRange(const char* name = "0")
void setBinning(const RooAbsBinning& binning, const char* name = "0")
void setBins(Int_t nBins)
void setMax(Double_t value)
void setMax(const char* name, Double_t value)
void setMin(Double_t value)
void setMin(const char* name, Double_t value)
void setRange(Double_t min, Double_t max)
void setRange(const char* name, Double_t min, Double_t max)
virtual void setVal(Double_t value)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void writeToStream(ostream& os, Bool_t compact) const
protected:
RooLinkedList _altBinning ! Optional alternative ranges and binnings
RooRealProxy _realVar RealVar with the original error
RooAbsBinning* _binning !
void setMin(const char* name, Double_t value)
Set new minimum of fit range
void setMax(const char* name, Double_t value)
Set new maximum of fit range
Bool_t isFundamental()
We implement a fundamental type of AbsArg that can be stored in a dataset
void removeMin(const char* name=0)
Set infinite fit range limits
Last update: Tue Jul 11 11:45:34 2006
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.