library: libRooFit
#include "RooBukinPdf.h"

RooBukinPdf


class description - 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 RooAbsPdf(name, title), x("x","x",this,_x), Xp("Xp","Xp",this,_Xp), sigp("sigp","sigp",this,_sigp), xi("xi","xi",this,_xi), rho1("rho1","rho1",this,_rho1), rho2("rho2","rho2",this,_rho2)
 Constructor

RooBukinPdf(const RooBukinPdf& other, const char *name): RooAbsPdf(other,name), x("x",this,other.x), Xp("Xp",this,other.Xp), sigp("sigp",this,other.sigp), xi("xi",this,other.xi), rho1("rho1",this,other.rho1), rho2("rho2",this,other.rho2)
 Copy constructor

Double_t evaluate() const
 Implementation



Inline Functions


               void ~RooBukinPdf()
           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:13 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.