library: libRooFit
#include "RooNovosibirsk.h"

RooNovosibirsk


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

class RooNovosibirsk : public RooAbsPdf

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

    protected:
virtual Double_t evaluate() const public:
RooNovosibirsk(const char* name, const char* title, RooAbsReal& _x, RooAbsReal& _peak, RooAbsReal& _width, RooAbsReal& _tail) RooNovosibirsk(const RooNovosibirsk& other, const char* name = "0") virtual ~RooNovosibirsk() 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 width RooRealProxy peak RooRealProxy tail

Class Description

RooNovosibirsk(const char *name, const char *title, RooAbsReal& _x, RooAbsReal& _peak, RooAbsReal& _width, RooAbsReal& _tail)
 The two addresses refer to our first dependent variable and
 parameter, respectively, as declared in the rdl file
RooNovosibirsk(const RooNovosibirsk& other, const char *name)
Double_t evaluate()
 Put the formula for your PDF's value here. Use the pre-computed
 value of _norm to normalize the result.
TObject* clone(const char* newname)
virtual ~RooNovosibirsk()
 An empty constructor is usually ok

Last update: Tue Jul 11 11:46:01 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.