Logo ROOT  
Reference Guide
ROOT::Internal::FriendInfo Struct Reference

Definition at line 51 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::NameAliasfFriendNames
 Pairs of names and aliases of friend trees/chains. More...
 

#include <ROOT/TTreeProcessorMT.hxx>

Member Data Documentation

◆ fFriendFileNames

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 56 of file TTreeProcessorMT.hxx.

◆ fFriendNames

std::vector<Internal::NameAlias> ROOT::Internal::FriendInfo::fFriendNames

Pairs of names and aliases of friend trees/chains.

Definition at line 53 of file TTreeProcessorMT.hxx.

Collaboration diagram for ROOT::Internal::FriendInfo:
[legend]

The documentation for this struct was generated from the following file: