Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
InternalTreeUtils.hxx File Reference
#include <utility>
#include <vector>
#include <string>
Include dependency graph for InternalTreeUtils.hxx:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Enric Tejedor Saavedra
Enrico Guiraud
Vincenzo Eduardo Padulano
Date
2021-03

Definition in file InternalTreeUtils.hxx.