Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
BatchModeDataHelpers.h File Reference
#include <RooSpan.h>
#include <RooFit/Detail/DataMap.h>
#include <ROOT/RStringView.hxx>
#include <map>
#include <memory>
#include <stack>
#include <vector>
Include dependency graph for BatchModeDataHelpers.h:
This graph shows which files directly or indirectly include this file:

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.