Docs | All | Real | Category | PDF | DataSet | Plot | Container | Misc | Aux | User

RooFit Toolkit for Data Modeling
#include "RooAbsLValue.hh"

RooAbsLValue


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

class RooAbsLValue

Inheritance Chart:
RooAbsLValue
<-
RooAbsCategoryLValue
<-
RooCategory
RooSuperCategory
RooAbsRealLValue
<-
RooErrorVar
RooLinearVar
RooRealVar
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~RooAbsLValue() static TClass* Class() virtual Int_t getBin() const virtual Double_t getBinWidth(Int_t i) const virtual TClass* IsA() const virtual Int_t numBins() const RooAbsLValue& operator=(const RooAbsLValue&) virtual void randomize() virtual void setBin(Int_t ibin) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

  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.

~RooAbsLValue()



Inline Functions


                 void setBin(Int_t ibin)
                Int_t getBin() const
                Int_t numBins() const
             Double_t getBinWidth(Int_t i) const
                 void randomize()
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
        RooAbsLValue& operator=(const RooAbsLValue&)
Last CVS Update: v 1.9 2005/06/16 09:31:23 wverkerke Top
Copyright © 2000-2005 University of California, Stanford University

Page maintained by Wouter Verkerke and David Kirkby

SourceForge.net Logo