#include <RooSpan.h>
#include <RooFit/Detail/DataMap.h>
#include <ROOT/RStringView.hxx>
#include <map>
#include <memory>
#include <stack>
#include <vector>
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::BatchModeDataHelpers |
Functions | |
std::map< RooFit::Detail::DataKey, RooSpan< const double > > | RooFit::BatchModeDataHelpers::getDataSpans (RooAbsData const &data, std::string const &rangeName, RooSimultaneous const *simPdf, bool skipZeroWeights, bool takeGlobalObservablesFromData, std::stack< std::vector< double > > &buffers) |
Extract all content from a RooFit datasets as a map of spans. | |