library: libRooFit
#include "RooBukinPdf.h"

RooBukinPdf


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

class RooBukinPdf : public RooAbsPdf

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsArg
<-
RooAbsReal
<-
RooAbsPdf
<-
RooBukinPdf

    protected:
virtual Double_t evaluate() const public:
RooBukinPdf(const char* name, const char* title, RooAbsReal& _x, RooAbsReal& _Xp, RooAbsReal& _sigp, RooAbsReal& _xi, RooAbsReal& _rho1, RooAbsReal& _rho2) RooBukinPdf(const RooBukinPdf& other, const char* name = "0") virtual ~RooBukinPdf() 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 x RooRealProxy Xp RooRealProxy sigp RooRealProxy xi RooRealProxy rho1 RooRealProxy rho2 public:
double consts

Class Description

RooBukinPdf(const char *name, const char *title, RooAbsReal& _x, RooAbsReal& _Xp, RooAbsReal& _sigp, RooAbsReal& _xi, RooAbsReal& _rho1, RooAbsReal& _rho2)
 The two addresses refer to our first dependent variable and
 parameter, respectively, as declared in the rdl file
 Constructor
RooBukinPdf(const RooBukinPdf& other, const char *name)
 Copy constructor
Double_t evaluate()
 Implementation
TObject* clone(const char* newname)
virtual ~RooBukinPdf()

Last update: Tue Jul 11 11:45:20 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.