Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TBranchProxy.cxx File Reference
#include "TBranchProxy.h"
#include "TLeaf.h"
#include "TBranchElement.h"
#include "TBranchObject.h"
#include "TStreamerElement.h"
#include "TStreamerInfo.h"
Include dependency graph for TBranchProxy.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

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.
 

Function Documentation

◆ GetFriendBranchName()

static std::string GetFriendBranchName ( TTree directorTree,
TBranch branch,
const char *  fullBranchName 
)
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 120 of file TBranchProxy.cxx.