| library: libRooFit #include "RooChebychev.h"
 | 
RooChebychev
class description - source file - inheritance tree (.pdf)
    private:
      virtual Double_t evaluate() const
    public:
                       RooChebychev()
                       RooChebychev(const char* name, const char* title, RooAbsReal& _x, const RooArgList& _coefList)
                       RooChebychev(const RooChebychev& other, const char* name = "0")
               virtual ~RooChebychev()
      virtual Double_t analyticalIntegral(Int_t code, const char* rangeName = "0") const
        static TClass* Class()
      virtual TObject* clone(const char* newname) const
         virtual Int_t getAnalyticalIntegral(RooArgSet& allVars, RooArgSet& analVars, const char* rangeName = "0") const
       virtual TClass* IsA() const
          virtual void ShowMembers(TMemberInspector& insp, char* parent)
          virtual void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
    private:
      RooRealProxy _x         
      RooListProxy _coefList  
 RooChebychev()
 RooChebychev(const char* name, const char* title, 
                           RooAbsReal& x, const RooArgList& coefList): 
  RooAbsPdf(name, title),
  _x("x", "Dependent", this, x),
  _coefList("coefList","List of coefficients",this)
 Constructor
 RooChebychev(const RooChebychev& other, const char* name) :
  RooAbsPdf(other, name), 
  _x("x", this, other._x), 
  _coefList("coefList",this,other._coefList)
Double_t evaluate() const 
Int_t getAnalyticalIntegral(RooArgSet& allVars, RooArgSet& analVars, const char* /*rangeName*/) const 
Double_t analyticalIntegral(Int_t code, const char* rangeName) const 
Inline Functions
               void ~RooChebychev()
           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:11:18 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.