Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::TNamedBranchProxy Class Reference

Definition at line 43 of file TTreeReaderUtils.h.

Public Member Functions

 TNamedBranchProxy ()
 
 TNamedBranchProxy (TBranchProxyDirector *boss, TBranch *branch, const char *fullname, const char *membername)
 
 TNamedBranchProxy (TBranchProxyDirector *boss, TBranch *branch, const char *fullname, const char *proxyname, const char *membername)
 
TDictionaryGetContentDict () const
 
TDictionaryGetDict () const
 
const char * GetName () const
 
Detail::TBranchProxyGetProxy ()
 
const Detail::TBranchProxyGetProxy () const
 
void SetContentDict (TDictionary *dict)
 
void SetDict (TDictionary *dict)
 

Private Attributes

TDictionaryfContentDict
 
TDictionaryfDict
 
std::string fFullName
 
Detail::TBranchProxy fProxy
 

#include <TTreeReaderUtils.h>

Constructor & Destructor Documentation

◆ TNamedBranchProxy() [1/3]

ROOT::Internal::TNamedBranchProxy::TNamedBranchProxy ( )
inline

Definition at line 45 of file TTreeReaderUtils.h.

◆ TNamedBranchProxy() [2/3]

ROOT::Internal::TNamedBranchProxy::TNamedBranchProxy ( TBranchProxyDirector boss,
TBranch branch,
const char *  fullname,
const char *  membername 
)
inline

Definition at line 46 of file TTreeReaderUtils.h.

◆ TNamedBranchProxy() [3/3]

ROOT::Internal::TNamedBranchProxy::TNamedBranchProxy ( TBranchProxyDirector boss,
TBranch branch,
const char *  fullname,
const char *  proxyname,
const char *  membername 
)
inline

Definition at line 51 of file TTreeReaderUtils.h.

Member Function Documentation

◆ GetContentDict()

TDictionary * ROOT::Internal::TNamedBranchProxy::GetContentDict ( ) const
inline

Definition at line 59 of file TTreeReaderUtils.h.

◆ GetDict()

TDictionary * ROOT::Internal::TNamedBranchProxy::GetDict ( ) const
inline

Definition at line 57 of file TTreeReaderUtils.h.

◆ GetName()

const char * ROOT::Internal::TNamedBranchProxy::GetName ( ) const
inline

Definition at line 54 of file TTreeReaderUtils.h.

◆ GetProxy() [1/2]

Detail::TBranchProxy * ROOT::Internal::TNamedBranchProxy::GetProxy ( )
inline

Definition at line 56 of file TTreeReaderUtils.h.

◆ GetProxy() [2/2]

const Detail::TBranchProxy * ROOT::Internal::TNamedBranchProxy::GetProxy ( ) const
inline

Definition at line 55 of file TTreeReaderUtils.h.

◆ SetContentDict()

void ROOT::Internal::TNamedBranchProxy::SetContentDict ( TDictionary dict)
inline

Definition at line 60 of file TTreeReaderUtils.h.

◆ SetDict()

void ROOT::Internal::TNamedBranchProxy::SetDict ( TDictionary dict)
inline

Definition at line 58 of file TTreeReaderUtils.h.

Member Data Documentation

◆ fContentDict

TDictionary* ROOT::Internal::TNamedBranchProxy::fContentDict
private

Definition at line 65 of file TTreeReaderUtils.h.

◆ fDict

TDictionary* ROOT::Internal::TNamedBranchProxy::fDict
private

Definition at line 64 of file TTreeReaderUtils.h.

◆ fFullName

std::string ROOT::Internal::TNamedBranchProxy::fFullName
private

Definition at line 66 of file TTreeReaderUtils.h.

◆ fProxy

Detail::TBranchProxy ROOT::Internal::TNamedBranchProxy::fProxy
private

Definition at line 63 of file TTreeReaderUtils.h.

Libraries for ROOT::Internal::TNamedBranchProxy:

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