#include <utility>
#include <vector>
#include <string>
Classes | |
struct | ROOT::Internal::TreeUtils::RFriendInfo |
Information about friend trees of a certain TTree or TChain object. 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::TreeUtils |
Namespace hosting functions and classes to retrieve tree information for internal use. | |
Typedefs | |
using | ROOT::Internal::TreeUtils::NameAlias = std::pair< std::string, std::string > |
A pair of name and alias of a TTree's friend tree. | |
Functions | |
std::vector< std::string > | ROOT::Internal::TreeUtils::GetFileNamesFromTree (const TTree &tree) |
RFriendInfo | ROOT::Internal::TreeUtils::GetFriendInfo (const TTree &tree) |
std::vector< std::string > | ROOT::Internal::TreeUtils::GetTreeFullPaths (const TTree &tree) |
Definition in file InternalTreeUtils.hxx.