Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RVecDS.hxx File Reference
#include <ROOT/RDataFrame.hxx>
#include <ROOT/RDataSource.hxx>
#include <ROOT/RVec.hxx>
#include <ROOT/TSeq.hxx>
#include <algorithm>
#include <any>
#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...
class  ROOT::Internal::RDF::RVecDSColumnReader

Namespaces

namespace  ROOT
namespace  ROOT::Internal
namespace  ROOT::Internal::RDF

Functions

template<typename... ColumnTypes>
std::unique_ptr< RDataFrameROOT::Internal::RDF::MakeRVecDataFrame (std::any lifeline, std::pair< std::string, ROOT::RVec< ColumnTypes > > const &...colNameProxyPairs)