ROOT
6.06/09
Reference Guide
|
#include "RConfig.h"
#include "TTree.h"
#include "TArrayC.h"
#include "TBufferFile.h"
#include "TBaseClass.h"
#include "TBasket.h"
#include "TBranchClones.h"
#include "TBranchElement.h"
#include "TBranchObject.h"
#include "TBranchRef.h"
#include "TBrowser.h"
#include "TClass.h"
#include "TClassEdit.h"
#include "TClonesArray.h"
#include "TCut.h"
#include "TDataMember.h"
#include "TDataType.h"
#include "TDirectory.h"
#include "TError.h"
#include "TEntryList.h"
#include "TEnv.h"
#include "TEventList.h"
#include "TFile.h"
#include "TFolder.h"
#include "TFriendElement.h"
#include "TInterpreter.h"
#include "TLeaf.h"
#include "TLeafB.h"
#include "TLeafC.h"
#include "TLeafD.h"
#include "TLeafElement.h"
#include "TLeafF.h"
#include "TLeafI.h"
#include "TLeafL.h"
#include "TLeafObject.h"
#include "TLeafS.h"
#include "TList.h"
#include "TMath.h"
#include "TROOT.h"
#include "TRealData.h"
#include "TRegexp.h"
#include "TStreamerElement.h"
#include "TStreamerInfo.h"
#include "TStyle.h"
#include "TSystem.h"
#include "TTreeCloner.h"
#include "TTreeCache.h"
#include "TTreeCacheUnzip.h"
#include "TVirtualCollectionProxy.h"
#include "TEmulatedCollectionProxy.h"
#include "TVirtualFitter.h"
#include "TVirtualIndex.h"
#include "TVirtualPerfStats.h"
#include "TVirtualPad.h"
#include "TBranchSTL.h"
#include "TSchemaRuleSet.h"
#include "TFileMergeInfo.h"
#include "ROOT/StringConv.h"
#include <cstddef>
#include <fstream>
#include <sstream>
#include <string>
#include <stdio.h>
#include <limits.h>
Go to the source code of this file.
Enumerations | |
enum | EOnIndexError |
Functions | |
ClassImp (TTree) static char DataTypeToChar(EDataType datatype) | |
static TBranch * | R__FindBranchHelper (TObjArray *list, const char *branchname) |
Search in the array for a branch matching the branch name, with the branch possibly expressed as a 'full' path name (with dots). More... | |
static void | TBranch__SetTree (TTree *tree, TObjArray &branches) |
Set the fTree member for all branches and sub branches. More... | |
void | TFriendElement__SetTree (TTree *tree, TList *frlist) |
Set the fTree member for all friend elements. More... | |
ClassImp (TTreeFriendLeafIter) TTreeFriendLeafIter | |
Create a new iterator. More... | |
enum EOnIndexError |
ClassImp | ( | TTreeFriendLeafIter | ) |
Search in the array for a branch matching the branch name, with the branch possibly expressed as a 'full' path name (with dots).
Definition at line 4463 of file TTree.cxx.
Referenced by TTree::FindBranch().