Abstract base class for objects that are lvalues, i.e. objects whose value can be modified directly. This class implements abstract methods for binned fits that return the number of fit bins and change the value of the object to the central value of a given fit bin, regardless of the type of value.
virtual | ~RooAbsLValue() |
static TClass* | Class() |
virtual Int_t | getBin(const char* rangeName = 0) const |
virtual Double_t | getBinWidth(Int_t i, const char* rangeName = 0) const |
virtual TClass* | IsA() const |
virtual Int_t | numBins(const char* rangeName = 0) const |
RooAbsLValue& | operator=(const RooAbsLValue&) |
virtual void | randomize(const char* rangeName = 0) |
virtual void | setBin(Int_t ibin, const char* rangeName = 0) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
virtual Double_t | volume(const char* rangeName) const |