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, bool suppressMissingBranchError)
 TNamedBranchProxy (TBranchProxyDirector *boss, TBranch *branch, const char *fullname, const char *proxyname, const char *membername, bool suppressMissingBranchError)
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,
bool suppressMissingBranchError )
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,
bool suppressMissingBranchError )
inline

Definition at line 57 of file TTreeReaderUtils.h.

Member Function Documentation

◆ GetContentDict()

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

Definition at line 71 of file TTreeReaderUtils.h.

◆ GetDict()

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

Definition at line 69 of file TTreeReaderUtils.h.

◆ GetName()

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

Definition at line 66 of file TTreeReaderUtils.h.

◆ GetProxy() [1/2]

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

Definition at line 68 of file TTreeReaderUtils.h.

◆ GetProxy() [2/2]

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

Definition at line 67 of file TTreeReaderUtils.h.

◆ SetContentDict()

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

Definition at line 72 of file TTreeReaderUtils.h.

◆ SetDict()

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

Definition at line 70 of file TTreeReaderUtils.h.

Member Data Documentation

◆ fContentDict

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

Definition at line 77 of file TTreeReaderUtils.h.

◆ fDict

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

Definition at line 76 of file TTreeReaderUtils.h.

◆ fFullName

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

Definition at line 78 of file TTreeReaderUtils.h.

◆ fProxy

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

Definition at line 75 of file TTreeReaderUtils.h.


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