Definition at line 53 of file TTreeProcessorMT.hxx.
Public Attributes | |
std::vector< std::vector< std::string > > | fFriendFileNames |
Names of the files where each friend is stored. More... | |
std::vector< Internal::NameAlias > | fFriendNames |
Pairs of names and aliases of friend trees/chains. More... | |
#include <ROOT/TTreeProcessorMT.hxx>
std::vector<std::vector<std::string> > ROOT::Internal::FriendInfo::fFriendFileNames |
Names of the files where each friend is stored.
fFriendFileNames[i] is the list of files for friend with name fFriendNames[i]
Definition at line 58 of file TTreeProcessorMT.hxx.
std::vector<Internal::NameAlias> ROOT::Internal::FriendInfo::fFriendNames |
Pairs of names and aliases of friend trees/chains.
Definition at line 55 of file TTreeProcessorMT.hxx.