13#ifndef ROOT_ROOFIT_TESTSTATISTICS_likelihood_builders
14#define ROOT_ROOFIT_TESTSTATISTICS_likelihood_builders
26namespace TestStatistics {
31 std::unique_ptr<RooAbsL>
build();
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
RooAbsData is the common abstract base class for binned and unbinned datasets.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooArgSet _globalObservables
std::unique_ptr< RooAbsL > build()
std::vector< std::unique_ptr< RooAbsL > > getSimultaneousComponents()
RooArgSet _externalConstraints
RooFit::BatchModeOption _batchMode
std::string _globalObservablesTag
RooAbsL::Extended _extended
NLLFactory & BatchMode(RooFit::BatchModeOption batchMode)
NLLFactory & ExternalConstraints(const RooArgSet &externalconstraints)
NLLFactory & Extended(RooAbsL::Extended extended)
NLLFactory & GlobalObservables(const RooArgSet &globalObservables)
NLLFactory & ConstrainedParameters(const RooArgSet &constrainedParameters)
RooArgSet _constrainedParameters
NLLFactory & GlobalObservablesTag(const char *globalObservablesTag)
std::unique_ptr< RooAbsL > buildLikelihood(RooAbsPdf *pdf, RooAbsData *data)
Delegating function to build a likelihood without additional arguments.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
BatchModeOption
For setting the batch mode flag with the BatchMode() command argument to RooAbsPdf::fitTo()