#include "Python.h"#include "ROOT/RDataSource.hxx"#include "ROOT/TSeq.hxx"#include "ROOT/RVec.hxx"#include <algorithm>#include <map>#include <memory>#include <tuple>#include <string>#include <typeinfo>#include <utility>#include <vector>Classes | |
| class | ROOT::Internal::RDF::RNumpyDS< ColumnTypes > |
| A RDataSource implementation which takes a collection of RVecs, which are able to adopt data from Numpy arrays. More... | |
Namespaces | |
| namespace | ROOT |
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
| namespace | ROOT::Internal |
| namespace | ROOT::Internal::RDF |
Functions | |
| template<typename... ColumnTypes> | |
| RDataFrame * | ROOT::Internal::RDF::MakeNumpyDataFrame (PyObject *pyRVecs, std::pair< std::string, ROOT::RVec< ColumnTypes > * > &&... colNameProxyPairs) |