#include <ROOT/RDataFrame.hxx>
#include <ROOT/RDataSource.hxx>
#include <ROOT/RVec.hxx>
#include <ROOT/TSeq.hxx>
#include <algorithm>
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <tuple>
#include <typeinfo>
#include <utility>
#include <vector>
Classes | |
class | ROOT::Internal::RDF::RVecDS< ColumnTypes > |
A RDataSource implementation which takes a collection of RVecs, which are able to adopt data from Numpy arrays. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Internal |
namespace | ROOT::Internal::RDF |
Functions | |
template<typename... ColumnTypes> | |
std::unique_ptr< RDataFrame > | ROOT::Internal::RDF::MakeRVecDataFrame (std::function< void()> deleteRVecs, std::pair< std::string, ROOT::RVec< ColumnTypes > > const &...colNameProxyPairs) |