Skip to content
Snippets Groups Projects
Commit c254d509 authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[TREEPROCMT][NFC] Add comment on support for friends of friends

parent 80de1a16
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,8 @@ std::vector<std::vector<Long64_t>> GetFriendEntries(const std::vector<std::pair<
////////////////////////////////////////////////////////////////////////////////
/// Get and store the names, aliases and file names of the friends of the tree.
/// \param[in] tree The main tree whose friends to
///
/// Note that "friends of friends" and circular references in the lists of friends are not supported.
Internal::FriendInfo TTreeProcessorMT::GetFriendInfo(TTree &tree)
{
std::vector<Internal::NameAlias> friendNames;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment