library: libRooFit
#include "RooArgusBG.h"

RooArgusBG


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

class RooArgusBG : public RooAbsPdf

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

    protected:
virtual Double_t evaluate() const public:
RooArgusBG(const char* name, const char* title, RooAbsReal& _m, RooAbsReal& _m0, RooAbsReal& _c) RooArgusBG(const char* name, const char* title, RooAbsReal& _m, RooAbsReal& _m0, RooAbsReal& _c, RooAbsReal& _p) RooArgusBG(const RooArgusBG& other, const char* name = "0") virtual ~RooArgusBG() 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)

Data Members


    protected:
RooRealProxy m RooRealProxy m0 RooRealProxy c RooRealProxy p

Class Description


RooArgusBG(const char *name, const char *title, RooAbsReal& _m, RooAbsReal& _m0, RooAbsReal& _c) : RooAbsPdf(name, title), m("m","Mass",this,_m), m0("m0","Resonance mass",this,_m0), c("c","Slope parameter",this,_c), p("p","Power",this,(RooRealVar&)RooRealConstant::value(0.5))

RooArgusBG(const char *name, const char *title, RooAbsReal& _m, RooAbsReal& _m0, RooAbsReal& _c, RooAbsReal& _p) : RooAbsPdf(name, title), m("m","Mass",this,_m), m0("m0","Resonance mass",this,_m0), c("c","Slope parameter",this,_c), p("p","Power",this,_p)

RooArgusBG(const RooArgusBG& other, const char* name) : RooAbsPdf(other,name), m("m",this,other.m), m0("m0",this,other.m0), c("c",this,other.c), p("p",this,other.p)

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 ~RooArgusBG()
           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:10:59 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.