18#ifndef ROOT_RFRIENDINFO_H
19#define ROOT_RFRIENDINFO_H
36 std::vector<std::pair<std::string, std::string>>
52 void AddFriend(
const std::string &treeName,
const std::string &fileNameGlob,
const std::string &alias =
"");
55 AddFriend(
const std::string &treeName,
const std::vector<std::string> &fileNameGlobs,
const std::string &alias =
"");
57 void AddFriend(
const std::vector<std::pair<std::string, std::string>> &treeAndFileNameGlobs,
58 const std::string &alias =
"");
A TTree represents a columnar dataset.
Different standalone functions to work with trees and tuples, not reqiuired to be a member of any cla...
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
Information about friend trees of a certain TTree or TChain object.
std::vector< std::pair< std::string, std::string > > fFriendNames
Pairs of names and aliases of friend trees/chains.
void AddFriend(const std::string &treeName, const std::string &fileNameGlob, const std::string &alias="")
Add information of a single friend.
std::vector< std::vector< std::string > > fFriendChainSubNames
Names of the subtrees of a friend TChain.
std::vector< std::vector< std::string > > fFriendFileNames
Names of the files where each friend is stored.