#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_view rangeName, RooAbsCategory const *indexCat, std::stack< std::vector< double > > &buffers, bool skipZeroWeights) |
Extract all content from a RooFit datasets as a map of spans. | |