#include "TBranchProxy.h"
#include "TLeaf.h"
#include "TBranchElement.h"
#include "TBranchObject.h"
#include "TCollection.h"
#include "TStreamerElement.h"
#include "TStreamerInfo.h"
#include "ROOT/InternalTreeUtils.hxx"
#include <string>
#include <string_view>
Functions | |
static std::string | GetFriendBranchName (TTree *directorTree, TBranch *branch, const char *fullBranchName) |
For a fullBranchName that might contain a leading friend tree path (but access elements designating a leaf), but the leaf name such that it matches the "path" to branch. | |
|
static |
For a fullBranchName that might contain a leading friend tree path (but access elements designating a leaf), but the leaf name such that it matches the "path" to branch.
Definition at line 147 of file TBranchProxy.cxx.