#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 "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 "TVirtualPad.h"#include "TBranchSTL.h"#include "TSchemaRuleSet.h"#include <cstddef>#include <fstream>#include <sstream>#include <string>#include <stdio.h>Go to the source code of this file.
Enumerations | |
| enum | EOnIndexError |
Functions | |
| ClassImp (TTree) static char DataTypeToChar(EDataType datatype) | |
| static bool | R__HandleIndex (EOnIndexError onIndexError, TTree *newtree, TTree *oldtree) |
| static TBranch * | R__FindBranchHelper (TObjArray *list, const char *branchname) |
| ClassImp (TTreeFriendLeafIter) TTreeFriendLeafIter | |
Variables | |
| TTree * | gTree |
| enum EOnIndexError |
| ClassImp | ( | TTreeFriendLeafIter | ) |
| ClassImp | ( | TTree | ) |
Definition at line 3836 of file TTree.cxx.
References RootCsg::dot(), TBranch::FindBranch(), len, list, name, and size_t.
Referenced by TTree::FindBranch().
| static bool @8688::R__HandleIndex | ( | EOnIndexError | onIndexError, | |
| TTree * | newtree, | |||
| TTree * | oldtree | |||
| ) | [static] |
Definition at line 2763 of file TTree.cxx.
References TVirtualIndex::Append(), TTree::BuildIndex(), TNamed::Clone(), TTree::GetEntries(), TVirtualIndex::GetMajorName(), TVirtualIndex::GetMinorName(), TTree::GetTree(), TTree::GetTreeIndex(), kDrop, kFALSE, kKeep, kTRUE, and TTree::SetTreeIndex().
Referenced by TTree::CopyEntries().
1.5.1