ROOT  6.06/09
Reference Guide
Macros | Functions
TBranchElement.cxx File Reference
#include "TBranchElement.h"
#include "TBasket.h"
#include "TBranchObject.h"
#include "TBranchRef.h"
#include "TBrowser.h"
#include "TClass.h"
#include "TClassEdit.h"
#include "TClonesArray.h"
#include "TDataMember.h"
#include "TDataType.h"
#include "TError.h"
#include "TMath.h"
#include "TFile.h"
#include "TFolder.h"
#include "TLeafElement.h"
#include "TRealData.h"
#include "TStreamerElement.h"
#include "TStreamerInfo.h"
#include "TTree.h"
#include "TVirtualCollectionProxy.h"
#include "TVirtualCollectionIterators.h"
#include "TVirtualMutex.h"
#include "TVirtualPad.h"
#include "TBranchSTL.h"
#include "TVirtualArray.h"
#include "TBufferFile.h"
#include "TInterpreter.h"
#include "TROOT.h"
#include "TStreamerInfoActions.h"
#include "TSchemaRuleSet.h"
+ Include dependency graph for TBranchElement.cxx:

Go to the source code of this file.

Macros

#define R__unlikely(expr)   expr
 
#define R__likely(expr)   expr
 

Functions

 ClassImp (TBranchElement) namespace
 
static void R__CleanName (std::string &name)
 Remove trailing dimensions and make sure there is a trailing dot. More...
 

Macro Definition Documentation

#define R__likely (   expr)    expr
#define R__unlikely (   expr)    expr

Function Documentation

ClassImp ( TBranchElement  )

Definition at line 49 of file TBranchElement.cxx.

static void R__CleanName ( std::string &  name)
static

Remove trailing dimensions and make sure there is a trailing dot.

Definition at line 1737 of file TBranchElement.cxx.

Referenced by TBranchElement::FindBranch(), and TBranchElement::FindLeaf().