Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
PyROOTHelpers.hxx File Reference
#include "ROOT/RDataFrame.hxx"
#include <vector>
#include <string>
#include <utility>
Include dependency graph for PyROOTHelpers.hxx:

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

ULong64_t ROOT::Internal::RDF::GetAddress (std::vector< std::string > &p)
 
ULong64_t ROOT::Internal::RDF::GetAddress (TTree &p)
 
template<typename dtype >
ULong64_t ROOT::Internal::RDF::GetVectorAddress (std::vector< dtype > &p)
 
template<typename T >
ROOT::RDF::RResultPtr< std::vector< T > > ROOT::Internal::RDF::RDataFrameTake (ROOT::RDF::RNode df, std::string_view column)
 
template<typename BufType , typename... ColTypes, std::size_t... Idx>
void ROOT::Internal::RDF::TTreeAsFlatMatrix (std::index_sequence< Idx... >, TTree &tree, std::vector< BufType > &matrix, std::vector< std::string > &columns)
 
template<typename BufType , typename... ColTypes>
void ROOT::Internal::RDF::TTreeAsFlatMatrixHelper (TTree &tree, std::vector< BufType > &matrix, std::vector< std::string > &columns)