37 Bool_t extended,
const char* rangeName=0,
const char* addCoefRangeName=0,
50 const RooArgSet& projDeps,
const char* rangeName,
const char* addCoefRangeName=0,
52 return new RooNLLVar(name,title,(
RooAbsPdf&)pdf,adata,projDeps,
_extended,rangeName, addCoefRangeName, nCPU, interleave,
verbose,splitRange,
kFALSE,binnedL) ;
74 mutable std::vector<Double_t>
_binw ;
virtual Double_t evaluatePartition(Int_t firstEvent, Int_t lastEvent, Int_t stepSize) const
Calculate and return likelihood on subset of data from firstEvent to lastEvent processed with a step ...
virtual Bool_t processEmptyDataSets() const
RooRealSumPdf * _binnedPdf
Class RooRealSumPdf implements a PDF constructed from a sum of functions:
void applyWeightSquared(Bool_t flag)
static const RooCmdArg & none()
Return reference to null argument.
#define ClassDef(name, id)
std::vector< Double_t > _binw
virtual TObject * clone(const char *newname) const
Class RooNLLVar implements a a -log(likelihood) calculation from a dataset and a PDF.
RooAbsData is the common abstract base class for binned and unbinned datasets.
virtual ~RooNLLVar()
Destructor.
static RooArgSet _emptySet
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooAbsTestStatistic is the abstract base class for all test statistics.
virtual Double_t defaultErrorLevel() const
Mother of all ROOT objects.
virtual RooAbsTestStatistic * create(const char *name, const char *title, RooAbsReal &pdf, RooAbsData &adata, const RooArgSet &projDeps, const char *rangeName, const char *addCoefRangeName=0, Int_t nCPU=1, RooFit::MPSplit interleave=RooFit::BulkPartition, Bool_t verbose=kTRUE, Bool_t splitRange=kFALSE, Bool_t binnedL=kFALSE)
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Double_t _offsetCarrySaveW2
RooAbsOptTestStatistic is the abstract base class for test statistics objects that evaluate a functio...
RooCmdArg is a named container for two doubles, two integers two object points and three string point...