Namespace hosting functions and classes to retrieve tree information for internal use. More...
Classes | |
| struct | RFriendInfo |
| Information about friend trees of a certain TTree or TChain object. More... | |
Typedefs | |
| using | NameAlias = std::pair< std::string, std::string > |
| A pair of name and alias of a TTree's friend tree. | |
Functions | |
| std::vector< std::string > | GetFileNamesFromTree (const TTree &tree) |
| RFriendInfo | GetFriendInfo (const TTree &tree) |
| std::vector< std::string > | GetTreeFullPaths (const TTree &tree) |
Namespace hosting functions and classes to retrieve tree information for internal use.
| using ROOT::Internal::TreeUtils::NameAlias = typedef std::pair<std::string, std::string> |
A pair of name and alias of a TTree's friend tree.
Definition at line 36 of file InternalTreeUtils.hxx.
| std::vector< std::string > ROOT::Internal::TreeUtils::GetFileNamesFromTree | ( | const TTree & | tree | ) |
Definition at line 85 of file InternalTreeUtils.cxx.
| RFriendInfo ROOT::Internal::TreeUtils::GetFriendInfo | ( | const TTree & | tree | ) |
Definition at line 152 of file InternalTreeUtils.cxx.
| std::vector< std::string > ROOT::Internal::TreeUtils::GetTreeFullPaths | ( | const TTree & | tree | ) |
Definition at line 244 of file InternalTreeUtils.cxx.