|
ROOT 6.14/05 Reference Guide |
#include <vector>#include <string>#include "TTree.h"#include "ROOT/RDataFrame.hxx"#include "Rtypes.h"#include <utility>Namespaces | |
| PyROOT | |
Functions | |
| ULong64_t | PyROOT::GetAddress (std::vector< std::string > &p) |
| ULong64_t | PyROOT::GetAddress (TTree &p) |
| template<typename dtype > | |
| ULong64_t | PyROOT::GetVectorAddress (std::vector< dtype > &p) |
| template<typename BufType , typename... ColTypes, std::size_t... Idx> | |
| void | PyROOT::TTreeAsFlatMatrix (std::index_sequence< Idx... >, TTree &tree, std::vector< BufType > &matrix, std::vector< std::string > &columns) |
| template<typename BufType , typename... ColTypes> | |
| void | PyROOT::TTreeAsFlatMatrixHelper (TTree &tree, std::vector< BufType > &matrix, std::vector< std::string > &columns) |