ROOT 6.18/05 Reference Guide |
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Internal |
Typedefs | |
using | ROOT::Internal::ClustersAndEntries = std::pair< std::vector< std::vector< EntryCluster > >, std::vector< Long64_t > > |
Return a vector of cluster boundaries for the given tree and files. More... | |
Functions | |
std::vector< std::string > | CheckAndConvert (const std::vector< std::string_view > &views) |
std::vector< std::string > | GetFilesFromTree (TTree &tree) |
static std::vector< std::vector< Long64_t > > | ROOT::Internal::GetFriendEntries (const std::vector< std::pair< std::string, std::string > > &friendNames, const std::vector< std::vector< std::string > > &friendFileNames) |
Return a vector containing the number of entries of each file of each friend TChain. More... | |
static std::string | ROOT::Internal::GetTreeFullPath (const TTree &tree) |
Return the full path of the tree. More... | |
static ClustersAndEntries | ROOT::Internal::MakeClusters (const std::string &treeName, const std::vector< std::string > &fileNames) |
std::vector< std::string > CheckAndConvert | ( | const std::vector< std::string_view > & | views | ) |
Definition at line 397 of file TTreeProcessorMT.cxx.
std::vector< std::string > GetFilesFromTree | ( | TTree & | tree | ) |
Definition at line 420 of file TTreeProcessorMT.cxx.