#include "ROOT/InternalTreeUtils.hxx"
#include "TTree.h"
#include "TChain.h"
#include "TFile.h"
#include "TFriendElement.h"
#include <utility>
#include <vector>
#include <stdexcept>
#include <string>
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. | |
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) |