library: libRooFit
#include "RooNLLVar.h"

RooNLLVar


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

class RooNLLVar : public RooAbsOptGoodnessOfFit

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsArg
<-
RooAbsReal
<-
RooAbsGoodnessOfFit
<-
RooAbsOptGoodnessOfFit
<-
RooNLLVar

    protected:
virtual Double_t evaluatePartition(Int_t firstEvent, Int_t lastEvent) const public:
RooNLLVar(const char* name, const char* title, RooAbsPdf& pdf, RooAbsData& data, const RooCmdArg& arg1, const RooCmdArg& arg2 = RooCmdArg::none, const RooCmdArg& arg3 = RooCmdArg::none, const RooCmdArg& arg4 = RooCmdArg::none, const RooCmdArg& arg5 = RooCmdArg::none, const RooCmdArg& arg6 = RooCmdArg::none, const RooCmdArg& arg7 = RooCmdArg::none, const RooCmdArg& arg8 = RooCmdArg::none, const RooCmdArg& arg9 = RooCmdArg::none) RooNLLVar(const char* name, const char* title, RooAbsPdf& pdf, RooAbsData& data, Bool_t extended = kFALSE, const char* rangeName = "0", Int_t nCPU = 1, Bool_t verbose = kTRUE, Bool_t splitRange = kFALSE) RooNLLVar(const char* name, const char* title, RooAbsPdf& pdf, RooAbsData& data, const RooArgSet& projDeps, Bool_t extended = kFALSE, const char* rangeName = "0", Int_t nCPU = 1, Bool_t verbose = kTRUE, Bool_t splitRange = kFALSE) RooNLLVar(const RooNLLVar& other, const char* name = "0") virtual ~RooNLLVar() static TClass* Class() virtual TObject* clone(const char* newname) const virtual RooAbsGoodnessOfFit* create(const char* name, const char* title, RooAbsPdf& pdf, RooAbsData& data, const RooArgSet& projDeps, const char* rangeName, Int_t nCPU = 1, Bool_t verbose = kTRUE, Bool_t splitRange = kFALSE) virtual Double_t defaultErrorLevel() const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
static RooArgSet _emptySet Supports named argument constructor Bool_t _extended

Class Description


RooNLLVar(const char *name, const char *title, RooAbsPdf& pdf, RooAbsData& data, Bool_t extended, const char* rangeName, Int_t nCPU, Bool_t verbose, Bool_t splitRange) : RooAbsOptGoodnessOfFit(name,title,pdf,data,RooArgSet(),rangeName,nCPU,verbose,splitRange), _extended(extended)

RooNLLVar(const char *name, const char *title, RooAbsPdf& pdf, RooAbsData& data, const RooArgSet& projDeps, Bool_t extended, const char* rangeName,Int_t nCPU,Bool_t verbose, Bool_t splitRange) : RooAbsOptGoodnessOfFit(name,title,pdf,data,projDeps,rangeName,nCPU,verbose,splitRange), _extended(extended)

RooNLLVar(const RooNLLVar& other, const char* name) : RooAbsOptGoodnessOfFit(other,name), _extended(other._extended)

~RooNLLVar()

Double_t evaluatePartition(Int_t firstEvent, Int_t lastEvent) const



Inline Functions


                   RooNLLVar RooNLLVar(const RooNLLVar& other, const char* name = "0")
                    TObject* clone(const char* newname) const
        RooAbsGoodnessOfFit* create(const char* name, const char* title, RooAbsPdf& pdf, RooAbsData& data, const RooArgSet& projDeps, const char* rangeName, Int_t nCPU = 1, Bool_t verbose = kTRUE, Bool_t splitRange = kFALSE)
                    Double_t defaultErrorLevel() 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:13:54 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.