15#ifndef RooFit_BatchModeDataHelpers_h
16#define RooFit_BatchModeDataHelpers_h
37namespace BatchModeDataHelpers {
39std::map<RooFit::Detail::DataKey, std::span<const double>>
40getDataSpans(RooAbsData
const &
data, std::string
const &rangeName, RooSimultaneous
const *simPdf,
bool skipZeroWeights,
41 bool takeGlobalObservablesFromData, std::stack<std::vector<double>> &buffers);
43std::map<RooFit::Detail::DataKey, std::size_t>
44determineOutputSizes(RooAbsArg
const &topNode, std::function<
int(RooFit::Detail::DataKey)>
const &inputSizeFunc);
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
A space to attach TBranches.
Abstract base class for binned and unbinned datasets.
Facilitates simultaneous fitting of multiple PDFs to subsets of a given dataset.
The TNamed class is the base class for all named ROOT classes.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...