#include "TChain.h"
#include "TNotifyLink.h"
#include "TObjArray.h"
#include <utility>
#include <vector>
#include <string>
Classes | |
struct | ROOT::Internal::TreeUtils::RFriendInfo |
Information about friend trees of a certain TTree or TChain object. More... | |
class | ROOT::Internal::TreeUtils::RNoCleanupNotifier |
class | ROOT::Internal::TreeUtils::RNoCleanupNotifierHelper |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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. More... | |
Functions | |
void | ROOT::Internal::TreeUtils::ClearMustCleanupBits (TObjArray &branches) |
Reset the kMustCleanup bit of a TObjArray of TBranch objects (e.g. More... | |
std::vector< std::string > | ROOT::Internal::TreeUtils::GetFileNamesFromTree (const TTree &tree) |
Get and store the file names associated with the input tree. More... | |
RFriendInfo | ROOT::Internal::TreeUtils::GetFriendInfo (const TTree &tree) |
Get and store the names, aliases and file names of the direct friends of the tree. More... | |
std::vector< std::string > | ROOT::Internal::TreeUtils::GetTreeFullPaths (const TTree &tree) |
Retrieve the full path(s) to a TTree or the trees in a TChain. More... | |
Definition in file InternalTreeUtils.hxx.