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 | |
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) |