ROOT
6.07/01
Reference Guide
|
A TTree is a list of TBranches.
A TBranch supports:
See TBranch structure in TTree.
See also specialized branches:
Public Member Functions | |
TBranch () | |
TBranch (TTree *tree, const char *name, void *address, const char *leaflist, Int_t basketsize=32000, Int_t compress=-1) | |
Create a Branch as a child of a Tree. More... | |
TBranch (TBranch *parent, const char *name, void *address, const char *leaflist, Int_t basketsize=32000, Int_t compress=-1) | |
Create a Branch as a child of another Branch. More... | |
virtual | ~TBranch () |
Destructor. More... | |
virtual void | AddBasket (TBasket &b, Bool_t ondisk, Long64_t startEntry) |
Add the basket to this branch. More... | |
virtual void | AddLastBasket (Long64_t startEntry) |
Add the start entry of the write basket (not yet created) More... | |
virtual void | Browse (TBrowser *b) |
Browser interface. More... | |
virtual void | DeleteBaskets (Option_t *option="") |
Loop on all branch baskets. More... | |
virtual void | DropBaskets (Option_t *option="") |
Loop on all branch baskets. More... | |
void | ExpandBasketArrays () |
Increase BasketEntry buffer of a minimum of 10 locations and a maximum of 50 per cent of current size. More... | |
virtual Int_t | Fill () |
Loop on all leaves of this branch to fill Basket buffer. More... | |
virtual TBranch * | FindBranch (const char *name) |
Find the immediate sub-branch with passed name. More... | |
virtual TLeaf * | FindLeaf (const char *name) |
Find the leaf corresponding to the name 'searchname'. More... | |
Int_t | FlushBaskets () |
Flush to disk all the baskets of this branch and any of subbranches. More... | |
Int_t | FlushOneBasket (UInt_t which) |
If we have a write basket in memory and it contains some entries and has not yet been written to disk, we write it and delete it from memory. More... | |
virtual char * | GetAddress () const |
TBasket * | GetBasket (Int_t basket) |
Return pointer to basket basketnumber in this Branch. More... | |
Int_t * | GetBasketBytes () const |
Long64_t * | GetBasketEntry () const |
virtual Long64_t | GetBasketSeek (Int_t basket) const |
Return address of basket in the file. More... | |
virtual Int_t | GetBasketSize () const |
virtual TList * | GetBrowsables () |
Returns (and, if 0, creates) browsable objects for this branch See TVirtualBranchBrowsable::FillListOfBrowsables. More... | |
virtual const char * | GetClassName () const |
Return the name of the user class whose content is stored in this branch, if any. More... | |
Int_t | GetCompressionAlgorithm () const |
Int_t | GetCompressionLevel () const |
Int_t | GetCompressionSettings () const |
TDirectory * | GetDirectory () const |
virtual Int_t | GetEntry (Long64_t entry=0, Int_t getall=0) |
Read all leaves of entry and return total number of bytes read. More... | |
virtual Int_t | GetEntryExport (Long64_t entry, Int_t getall, TClonesArray *list, Int_t n) |
Read all leaves of an entry and export buffers to real objects in a TClonesArray list. More... | |
Int_t | GetEntryOffsetLen () const |
Int_t | GetEvent (Long64_t entry=0) |
const char * | GetIconName () const |
Return icon name depending on type of branch. More... | |
virtual Int_t | GetExpectedType (TClass *&clptr, EDataType &type) |
Fill expectedClass and expectedType with information on the data type of the object/values contained in this branch (and thus the type of pointers expected to be passed to Set[Branch]Address return 0 in case of success and > 0 in case of failure. More... | |
virtual TLeaf * | GetLeaf (const char *name) const |
Return pointer to the 1st Leaf named name in thisBranch. More... | |
virtual TFile * | GetFile (Int_t mode=0) |
Return pointer to the file where branch buffers reside, returns 0 in case branch buffers reside in the same file as tree header. More... | |
const char * | GetFileName () const |
Int_t | GetOffset () const |
Int_t | GetReadBasket () const |
Long64_t | GetReadEntry () const |
Int_t | GetWriteBasket () const |
Long64_t | GetTotalSize (Option_t *option="") const |
Return total number of bytes in the branch (including current buffer) More... | |
Long64_t | GetTotBytes (Option_t *option="") const |
Return total number of bytes in the branch (excluding current buffer) if option ="*" includes all sub-branches of this branch too. More... | |
Long64_t | GetZipBytes (Option_t *option="") const |
Return total number of zip bytes in the branch if option ="*" includes all sub-branches of this branch too. More... | |
Long64_t | GetEntryNumber () const |
Long64_t | GetFirstEntry () const |
TObjArray * | GetListOfBaskets () |
TObjArray * | GetListOfBranches () |
TObjArray * | GetListOfLeaves () |
Int_t | GetMaxBaskets () const |
Int_t | GetNleaves () const |
Int_t | GetSplitLevel () const |
Long64_t | GetEntries () const |
TTree * | GetTree () const |
virtual Int_t | GetRow (Int_t row) |
Return all elements of one row unpacked in internal array fValues [Actually just returns 1 (?)]. More... | |
virtual Bool_t | GetMakeClass () const |
Return whether this branch is in a mode where the object are decomposed or not (Also known as MakeClass mode). More... | |
TBranch * | GetMother () const |
Get our top-level parent branch in the tree. More... | |
TBranch * | GetSubBranch (const TBranch *br) const |
Find the parent branch of child. More... | |
Bool_t | IsAutoDelete () const |
Return kTRUE if an existing object in a TBranchObject must be deleted. More... | |
Bool_t | IsFolder () const |
Return kTRUE if more than one leaf or browsables, kFALSE otherwise. More... | |
virtual void | KeepCircular (Long64_t maxEntries) |
keep a maximum of fMaxEntries in memory More... | |
virtual Int_t | LoadBaskets () |
Baskets associated to this branch are forced to be in memory. More... | |
virtual void | Print (Option_t *option="") const |
Print TBranch parameters. More... | |
virtual void | ReadBasket (TBuffer &b) |
Loop on all leaves of this branch to read Basket buffer. More... | |
virtual void | Refresh (TBranch *b) |
Refresh this branch using new information in b This function is called by TTree::Refresh. More... | |
virtual void | Reset (Option_t *option="") |
Reset a Branch. More... | |
virtual void | ResetAfterMerge (TFileMergeInfo *) |
Reset a Branch. More... | |
virtual void | ResetAddress () |
Reset the address of the branch. More... | |
virtual void | ResetReadEntry () |
virtual void | SetAddress (void *add) |
Set address of this branch. More... | |
virtual void | SetObject (void *objadd) |
Set object this branch is pointing to. More... | |
virtual void | SetAutoDelete (Bool_t autodel=kTRUE) |
Set the automatic delete bit. More... | |
virtual void | SetBasketSize (Int_t buffsize) |
Set the basket size The function makes sure that the basket size is greater than fEntryOffsetlen. More... | |
virtual void | SetBufferAddress (TBuffer *entryBuffer) |
Set address of this branch directly from a TBuffer to avoid streaming. More... | |
void | SetCompressionAlgorithm (Int_t algorithm=0) |
Set compression algorithm. More... | |
void | SetCompressionLevel (Int_t level=1) |
Set compression level. More... | |
void | SetCompressionSettings (Int_t settings=1) |
Set compression settings. More... | |
virtual void | SetEntries (Long64_t entries) |
Set the number of entries in this branch. More... | |
virtual void | SetEntryOffsetLen (Int_t len, Bool_t updateSubBranches=kFALSE) |
Update the default value for the branch's fEntryOffsetLen if and only if it was already non zero (and the new value is not zero) If updateExisting is true, also update all the existing branches. More... | |
virtual void | SetFirstEntry (Long64_t entry) |
set the first entry number (case of TBranchSTL) More... | |
virtual void | SetFile (TFile *file=0) |
Set file where this branch writes/reads its buffers. More... | |
virtual void | SetFile (const char *filename) |
Set file where this branch writes/reads its buffers. More... | |
virtual Bool_t | SetMakeClass (Bool_t decomposeObj=kTRUE) |
Set the branch in a mode where the object are decomposed (Also known as MakeClass mode). More... | |
virtual void | SetOffset (Int_t offset=0) |
virtual void | SetStatus (Bool_t status=1) |
Set branch status to Process or DoNotProcess. More... | |
virtual void | SetTree (TTree *tree) |
virtual void | SetupAddresses () |
If the branch address is not set, we set all addresses starting with the top level parent branch. More... | |
virtual void | UpdateAddress () |
virtual void | UpdateFile () |
Refresh the value of fDirectory (i.e. More... | |
ClassDef (TBranch, 12) | |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TString &name, const TString &title) | |
TNamed (const TNamed &named) | |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. More... | |
virtual | ~TNamed () |
virtual void | Clear (Option_t *option="") |
Set name and title to empty strings (""). More... | |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare two TNamed objects. More... | |
virtual void | Copy (TObject &named) const |
Copy this to obj. More... | |
virtual void | FillBuffer (char *&buffer) |
Encode TNamed into output buffer. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | IsSortable () const |
virtual void | SetName (const char *name) |
Change (i.e. More... | |
virtual void | SetNameTitle (const char *name, const char *title) |
Change (i.e. set) all the TNamed parameters (name and title). More... | |
virtual void | SetTitle (const char *title="") |
Change (i.e. set) the title of the TNamed. More... | |
virtual void | ls (Option_t *option="") const |
List TNamed name and title. More... | |
virtual Int_t | Sizeof () const |
Return size of the TNamed part of the TObject. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Public Member Functions inherited from TAttFill | |
TAttFill () | |
TAttFill (Color_t fcolor, Style_t fstyle) | |
AttFill normal constructor. More... | |
virtual | ~TAttFill () |
AttFill destructor. More... | |
void | Copy (TAttFill &attfill) const |
Copy this fill attributes to a new TAttFill. More... | |
virtual Color_t | GetFillColor () const |
virtual Style_t | GetFillStyle () const |
virtual Bool_t | IsTransparent () const |
virtual void | Modify () |
Change current fill area attributes if necessary. More... | |
virtual void | ResetAttFill (Option_t *option="") |
Reset this fill attributes to default values. More... | |
virtual void | SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
Save fill attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetFillAttributes () |
Invoke the DialogCanvas Fill attributes. More... | |
virtual void | SetFillColor (Color_t fcolor) |
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
Set a transparent fill color. More... | |
virtual void | SetFillStyle (Style_t fstyle) |
Static Public Member Functions | |
static void | ResetCount () |
Static function resetting fgCount. More... | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Types | |
enum | EStatusBits { kAutoDelete = BIT(15), kDoNotUseBufferMap = BIT(22) } |
typedef void(TBranch::* | ReadLeaves_t )(TBuffer &b) |
After being read, the buffer will not be unziped. More... | |
typedef void(TBranch::* | FillLeaves_t )(TBuffer &b) |
Pointer to the ReadLeaves implementation to use. More... | |
Protected Member Functions | |
void | ReadLeavesImpl (TBuffer &b) |
Pointer to the FillLeaves implementation to use. More... | |
void | ReadLeaves0Impl (TBuffer &b) |
Read zero leaves without the overhead of a loop. More... | |
void | ReadLeaves1Impl (TBuffer &b) |
Read one leaf without the overhead of a loop. More... | |
void | ReadLeaves2Impl (TBuffer &b) |
Read two leaves without the overhead of a loop. More... | |
void | FillLeavesImpl (TBuffer &b) |
Loop on all leaves of this branch to fill Basket buffer. More... | |
void | SetSkipZip (Bool_t skip=kTRUE) |
void | Init (const char *name, const char *leaflist, Int_t compress) |
TBasket * | GetFreshBasket () |
Return a fresh basket by either resusing an existing basket that needs to be drop (according to TTree::MemoryFull) or create a new one. More... | |
Int_t | WriteBasket (TBasket *basket, Int_t where) |
Write the current basket to disk and return the number of bytes written to the file. More... | |
TString | GetRealFileName () const |
Get real file name. More... | |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
Static Protected Attributes | |
static Int_t | fgCount = 0 |
Private Member Functions | |
Int_t | FillEntryBuffer (TBasket *basket, TBuffer *buf, Int_t &lnew) |
Copy the data from fEntryBuffer into the current basket. More... | |
TBranch (const TBranch &) | |
TBranch & | operator= (const TBranch &) |
Friends | |
class | TTreeCloner |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
#include <TBranch.h>
|
protected |
|
private |
TBranch::TBranch | ( | ) |
Referenced by TBranchClones::Init().
TBranch::TBranch | ( | TTree * | tree, |
const char * | name, | ||
void * | address, | ||
const char * | leaflist, | ||
Int_t | basketsize = 32000 , |
||
Int_t | compress = -1 |
||
) |
Create a Branch as a child of a Tree.
leaflist is the concatenation of all the variable names and types separated by a colon character : The variable name and the variable type are separated by a slash (/). The variable type must be 1 character. (Characters after the first are legal and will be appended to the visible name of the leaf, but have no effect.) If no type is given, the type of the variable is assumed to be the same as the previous variable. If the first variable does not have a type, it is assumed of type F by default. The list of currently supported types is given below:
Arrays of values are supported with the following syntax:
Note that the TTree will assume that all the item are contiguous in memory. On some platform, this is not always true of the member of a struct or a class, due to padding and alignment. Sorting your data member in order of decreasing sizeof usually leads to their being contiguous in memory.
See an example of a Branch definition in the TTree constructor.
Note that in case the data type is an object, this branch can contain only this object.
Note that this function is invoked by TTree::Branch
Definition at line 183 of file TBranch.cxx.
TBranch::TBranch | ( | TBranch * | parent, |
const char * | name, | ||
void * | address, | ||
const char * | leaflist, | ||
Int_t | basketsize = 32000 , |
||
Int_t | compress = -1 |
||
) |
Create a Branch as a child of another Branch.
See documentation for TBranch::TBranch(TTree *, const char *, void *, const char *, Int_t, Int_t)
Definition at line 232 of file TBranch.cxx.
|
virtual |
Destructor.
Definition at line 411 of file TBranch.cxx.
Add the basket to this branch.
Definition at line 477 of file TBranch.cxx.
Referenced by TTreeCloner::CopyMemoryBaskets(), and TTreeCloner::WriteBaskets().
Add the start entry of the write basket (not yet created)
Definition at line 550 of file TBranch.cxx.
Referenced by TTreeCloner::CopyMemoryBaskets().
Browser interface.
Reimplemented from TObject.
Reimplemented in TBranchElement, TBranchClones, TBranchObject, THbookBranch, and TBranchSTL.
Definition at line 570 of file TBranch.cxx.
Referenced by THbookBranch::Browse().
TBranch::ClassDef | ( | TBranch | , |
12 | |||
) |
Loop on all branch baskets.
If the file where branch buffers reside is writable, free the disk space associated to the baskets of the branch, then call Reset(). If the option contains "all", delete also the baskets for the subbranches. The branch is reset. NOTE that this function must be used with extreme care. Deleting branch baskets fragments the file and may introduce inefficiencies when adding new entries in the Tree or later on when reading the Tree.
Definition at line 596 of file TBranch.cxx.
Referenced by DeleteBaskets().
Loop on all branch baskets.
Drop all baskets from memory except readbasket. If the option contains "all", drop all baskets including read- and write-baskets (unless they are not stored individually on disk). The option "all" also lead to DropBaskets being called on the sub-branches.
Definition at line 627 of file TBranch.cxx.
Referenced by DeleteBaskets(), DropBaskets(), TTree::DropBaskets(), and GetFreshBasket().
void TBranch::ExpandBasketArrays | ( | ) |
Increase BasketEntry buffer of a minimum of 10 locations and a maximum of 50 per cent of current size.
Definition at line 695 of file TBranch.cxx.
Referenced by AddBasket(), AddLastBasket(), and WriteBasket().
|
virtual |
Loop on all leaves of this branch to fill Basket buffer.
The function returns the number of bytes committed to the memory basket. If a write error occurs, the number of bytes returned is -1. If no data are written, because e.g. the branch is disabled, the number of bytes returned is 0.
Reimplemented in TBranchElement, TBranchClones, TBranchRef, TBranchObject, and TBranchSTL.
Definition at line 724 of file TBranch.cxx.
Referenced by TBranchSTL::Fill(), TBranchObject::Fill(), TBranchRef::Fill(), TBranchClones::Fill(), TBranchElement::Fill(), TTree::Fill(), FillEntryBuffer(), RooAbsString::fillTreeBranch(), RooAbsCategory::fillTreeBranch(), and RooAbsReal::fillTreeBranch().
Copy the data from fEntryBuffer into the current basket.
Definition at line 795 of file TBranch.cxx.
Referenced by Fill().
Loop on all leaves of this branch to fill Basket buffer.
Definition at line 1863 of file TBranch.cxx.
Referenced by ClassImp(), and TBranchSTL::TBranchSTL().
|
virtual |
Find the immediate sub-branch with passed name.
Reimplemented in TBranchElement.
Definition at line 894 of file TBranch.cxx.
Referenced by TBranchElement::FindBranch(), TTree::FindBranch(), TTreeFormula::FindLeafForExpression(), and R__FindBranchHelper().
|
virtual |
Find the leaf corresponding to the name 'searchname'.
Reimplemented in TBranchElement.
Definition at line 940 of file TBranch.cxx.
Referenced by TBranchElement::FindLeaf(), and TTreeFormula::FindLeafForExpression().
Int_t TBranch::FlushBaskets | ( | ) |
Flush to disk all the baskets of this branch and any of subbranches.
Return the number of bytes written or -1 in case of write error.
Definition at line 995 of file TBranch.cxx.
Referenced by FlushBaskets(), and TTree::FlushBaskets().
If we have a write basket in memory and it contains some entries and has not yet been written to disk, we write it and delete it from memory.
Return the number of bytes written;
Definition at line 1041 of file TBranch.cxx.
Referenced by TTreeCloner::CloseOutWriteBaskets(), FlushBaskets(), and TTreeCloner::WriteBaskets().
|
inlinevirtual |
Reimplemented in TBranchElement.
Definition at line 146 of file TBranch.h.
Referenced by TTree::CopyAddresses(), TTreeFormula::LoadCurrentDim(), TChain::SetBranchAddress(), TTree::SetBranchAddressImp(), ROOT::Detail::TBranchProxy::Setup(), and PyROOT::TTreeGetAttr().
Return pointer to basket basketnumber in this Branch.
Definition at line 1082 of file TBranch.cxx.
Referenced by TTreeSQL::CheckBasket(), TTreeSQL::CheckBranch(), TTreeCloner::CopyMemoryBaskets(), Fill(), GetEntry(), GetEntryExport(), TLeafC::ReadBasket(), and TTreeCloner::WriteBaskets().
|
inline |
Definition at line 148 of file TBranch.h.
Referenced by TFileDrawMap::AnimateTree(), TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), TFileDrawMap::GetObjectInfoDir(), TFileDrawMap::PaintDir(), and TTreeCloner::WriteBaskets().
|
inline |
Definition at line 149 of file TBranch.h.
Referenced by TFileDrawMap::AnimateTree(), TTreeCloner::CollectBaskets(), TTreeCloner::CopyMemoryBaskets(), TTreeSQL::CreateBranches(), TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), TFileDrawMap::GetObjectInfoDir(), TLeafC::ReadBasket(), and TTreeCloner::WriteBaskets().
Return address of basket in the file.
Definition at line 1144 of file TBranch.cxx.
Referenced by TFileDrawMap::AnimateTree(), TTreeCloner::CollectBaskets(), TTree::Delete(), TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), TFileDrawMap::GetObjectInfoDir(), TFileDrawMap::PaintDir(), and TTreeCloner::WriteBaskets().
|
inlinevirtual |
Definition at line 151 of file TBranch.h.
Referenced by TBasketSQL::CreateBuffer(), TTree::OptimizeBaskets(), TBasket::Reset(), TBasket::TBasket(), and TBasketSQL::TBasketSQL().
|
virtual |
Returns (and, if 0, creates) browsable objects for this branch See TVirtualBranchBrowsable::FillListOfBrowsables.
Definition at line 1154 of file TBranch.cxx.
Referenced by TBranchObject::Browse(), TBranchElement::Browse(), TBranchObject::IsFolder(), IsFolder(), and TBranchElement::IsFolder().
|
virtual |
Return the name of the user class whose content is stored in this branch, if any.
If this branch was created using the 'leaflist' technique, this function returns an empty string.
Reimplemented in TBranchElement, TBranchClones, TBranchObject, and TBranchSTL.
Definition at line 1166 of file TBranch.cxx.
Referenced by ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderArrayBase::GetBranchContentDataType(), ROOT::Internal::TTreeReaderValueBase::GetBranchDataType(), TTreePlayer::MakeClass(), and PyROOT::TTreeGetAttr().
|
inline |
Definition at line 226 of file TBranch.h.
Referenced by TBasket::WriteBuffer().
|
inline |
Definition at line 232 of file TBranch.h.
Referenced by RooAbsString::attachToTree(), RooAbsCategory::attachToTree(), RooAbsReal::attachToTree(), TBasket::ReadBasketBuffers(), and TBasket::WriteBuffer().
|
inline |
Definition at line 157 of file TBranch.h.
Referenced by TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), TBasket::ReadBasketBuffers(), and TBasket::TBasket().
|
inline |
Definition at line 182 of file TBranch.h.
Referenced by TTreeCloner::CopyMemoryBaskets(), TBranchElement::FindLeaf(), TTree::OptimizeBaskets(), TTreeFormula::ParseWithLeaf(), and TTree::SetEntries().
Read all leaves of entry and return total number of bytes read.
The input argument "entry" is the entry number in the current tree. In case of a TChain, the entry number in the current Tree must be found before calling this function. For example:
The function returns the number of bytes read from the input buffer. If entry does not exist, the function returns 0. If an I/O error occurs, the function returns -1.
See IMPORTANT REMARKS in TTree::GetEntry.
Reimplemented in TBranchElement, TBranchClones, TBranchObject, THbookBranch, and TBranchSTL.
Definition at line 1199 of file TBranch.cxx.
Referenced by ROOT::Internal::TTreeProxyGenerator::AnalyzeElement(), FillUnBinData(), TVirtualBranchBrowsable::GetCollectionContainedType(), TBranchSTL::GetEntry(), TBranchObject::GetEntry(), TBranchClones::GetEntry(), TBranchElement::GetEntry(), TTree::GetEntry(), TTree::GetEntryWithIndex(), GetEvent(), TTree::GetMaximum(), TTree::GetMinimum(), TRefProxy::GetObject(), TBranchRef::Notify(), TSelEvent::Process(), ROOT::Detail::TBranchProxy::Read(), TLeafD::ReadBasket(), TLeafF::ReadBasket(), TLeafO::ReadBasket(), TLeafS::ReadBasket(), TLeafB::ReadBasket(), TLeafI::ReadBasket(), TLeafL::ReadBasket(), TBranchElement::ReadLeavesCollection(), TBranchElement::ReadLeavesMakeClass(), StockReturn(), and tv3Read2().
|
virtual |
Read all leaves of an entry and export buffers to real objects in a TClonesArray list.
Returns total number of bytes read.
Definition at line 1291 of file TBranch.cxx.
Referenced by TBranchClones::GetEntry().
|
inline |
Definition at line 160 of file TBranch.h.
Referenced by TBasketSQL::CreateBuffer(), TFileDrawMap::GetObjectInfoDir(), TBasket::ReadBasketBuffers(), TBasket::Reset(), TBasket::TBasket(), and TBasketSQL::TBasketSQL().
Fill expectedClass and expectedType with information on the data type of the object/values contained in this branch (and thus the type of pointers expected to be passed to Set[Branch]Address return 0 in case of success and > 0 in case of failure.
Reimplemented in TBranchElement, TBranchObject, and TBranchSTL.
Definition at line 1363 of file TBranch.cxx.
Referenced by TTree::CheckBranchAddressType().
Return pointer to the file where branch buffers reside, returns 0 in case branch buffers reside in the same file as tree header.
If mode is 1 the branch buffer file is recreated.
Definition at line 1382 of file TBranch.cxx.
Referenced by TTree::Delete(), DeleteBaskets(), GetBasket(), GetEntry(), LoadBaskets(), TBasket::TBasket(), TTreeCloner::WriteBaskets(), and TBasket::WriteBuffer().
|
protected |
Return a fresh basket by either resusing an existing basket that needs to be drop (according to TTree::MemoryFull) or create a new one.
Definition at line 1417 of file TBranch.cxx.
Referenced by GetBasket(), and LoadBaskets().
|
virtual |
Return icon name depending on type of branch.
Reimplemented from TObject.
Reimplemented in TBranchElement.
Definition at line 1174 of file TBranch.cxx.
|
virtual |
Return pointer to the 1st Leaf named name in thisBranch.
Definition at line 1460 of file TBranch.cxx.
Referenced by ClassImp(), TTree::CopyAddresses(), TBranchClones::Fill(), ROOT::Internal::TTreeReaderArrayBase::GetBranchContentDataType(), ROOT::Internal::TTreeReaderValueBase::GetBranchDataType(), ROOT::Internal::TTreeReaderValueBase::GetLeaf(), TTree::GetLeafImpl(), and PyROOT::TTreeGetAttr().
|
inline |
Definition at line 176 of file TBranch.h.
Referenced by TFileDrawMap::AnimateTree(), TTreeSQL::CheckBasket(), TTreeCloner::CopyMemoryBaskets(), TTreeSQL::CreateBranches(), TTree::DropBuffers(), TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), SetFile(), TBranch__SetTree(), and UpdateFile().
|
inline |
Definition at line 177 of file TBranch.h.
Referenced by TTreeCache::AddBranch(), ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), TTree::BranchOld(), TTree::BronchExec(), TTreeSQL::CheckBasket(), TTree::CloneTree(), TTreeCloner::CollectBranches(), DeleteBaskets(), DropBaskets(), TTreeCache::DropBranch(), TTree::GetBranch(), TTreeFormula::GetLeafWithDatamember(), TBranchElement::InitializeOffsets(), TBranchElement::InitInfo(), TLeafObject::IsOnTerminalBranch(), TLeafElement::IsOnTerminalBranch(), TTreePlayer::MakeClass(), TTreePlayer::MakeCode(), TTreeViewer::MapBranch(), TTree::OptimizeBaskets(), TTreeFormula::ParseWithLeaf(), TBranchSTL::Print(), TBranchElement::Print(), R__FindBranchHelper(), TTreePlayer::Scan(), TBranchElement::SetAddress(), TTree::SetBranchStatus(), SetEntryOffsetLen(), SetFile(), TSpider::SetVariablesExpression(), TTree::Show(), TBranchElement::SwitchContainer(), TBranch__SetTree(), and UpdateFile().
|
inline |
Definition at line 178 of file TBranch.h.
Referenced by ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), ROOT::Internal::TTreeProxyGenerator::AnalyzeOldBranch(), ROOT::Internal::TTreeReaderGenerator::AnalyzeOldBranch(), RooAbsCategory::attachToTree(), RooAbsReal::attachToTree(), TTreeFormula::BranchHasMethod(), TTree::BranchOld(), TLeaf::Browse(), TBranchElement::BuildTitle(), TTreeSQL::CheckBranch(), TTreeCloner::CollectBranches(), THbookFile::ConvertCWN(), TTree::CopyAddresses(), TTreeSQL::CreateTable(), TBranchClones::Fill(), FindLeaf(), TBranchElement::FindLeaf(), TTreeFormula::FindLeafForExpression(), ROOT::Internal::TTreeReaderArrayBase::GetBranchContentDataType(), ROOT::Internal::TTreeReaderValueBase::GetBranchDataType(), TVirtualBranchBrowsable::GetCollectionContainedType(), TTreeSQL::GetColumnIndice(), TBranchClones::GetEntry(), TBranchObject::GetExpectedType(), GetExpectedType(), TLeaf::GetLeafCounter(), TBranchClones::Init(), TFormLeafInfoMultiVarDim::LoadSizes(), TFormLeafInfoMultiVarDimCollection::LoadSizes(), TFormLeafInfoMultiVarDimClones::LoadSizes(), TTreePlayer::MakeClass(), TTreeViewer::MapBranch(), TTree::ReadStream(), TBranchElement::SetBranchCount(), and PyROOT::TTreeGetAttr().
|
virtual |
Return whether this branch is in a mode where the object are decomposed or not (Also known as MakeClass mode).
Reimplemented in TBranchElement.
Definition at line 1523 of file TBranch.cxx.
|
inline |
Definition at line 179 of file TBranch.h.
Referenced by TTree::Delete(), TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), TFileDrawMap::GetObjectInfoDir(), and TFileDrawMap::PaintDir().
TBranch * TBranch::GetMother | ( | ) | const |
Get our top-level parent branch in the tree.
Definition at line 1533 of file TBranch.cxx.
Referenced by ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), TTreeFormula::BranchHasMethod(), TBranchElement::Browse(), TTree::CheckBranchAddressType(), ClassImp(), TTreeCloner::CollectBranches(), ROOT::Internal::TTreeReaderValueBase::CreateProxy(), TBranchElement::FindBranch(), TBranchElement::FindLeaf(), TCollectionPropertyBrowsable::GetBrowsables(), ROOT::Internal::TTreeGeneratorBase::GetContainedClassName(), TTree::GetLeafImpl(), TTreeFormula::GetLeafWithDatamember(), TRefProxy::GetObject(), TVirtualBranchBrowsable::GetScope(), TBranchObject::Init(), TBranchClones::Init(), TBranchElement::Init(), TBranchElement::InitializeOffsets(), TBranchElement::InitInfo(), TTreeFormula::ParseWithLeaf(), TBranchSTL::Print(), TBranchElement::Print(), R__GetBranchPointerName(), TTreePlayer::Scan(), ROOT::Detail::TBranchProxy::Setup(), TBranchElement::SetupAddressesImpl(), and TBranchSTL::TBranchSTL().
|
inline |
Definition at line 180 of file TBranch.h.
Referenced by TTreeSQL::CheckBranch(), TTreeSQL::CreateTable(), TTreeSQL::GetColumnIndice(), TTreePlayer::MakeClass(), TTreePlayer::MakeCode(), TTreeViewer::MapBranch(), R__GetBranchPointerName(), and TTree::SetBranchStatus().
|
inline |
Definition at line 167 of file TBranch.h.
Referenced by TBranchClones::GetEntry(), TBranchElement::InitializeOffsets(), TTreeFormula::ParseWithLeaf(), TBranchElement::Print(), ROOT::Detail::TBranchProxy::Setup(), and TTreeFormula::SwitchToFormLeafInfo().
|
inline |
Definition at line 168 of file TBranch.h.
Referenced by TTree::DropBuffers(), and TLeafC::ReadBasket().
|
inline |
Definition at line 169 of file TBranch.h.
Referenced by TTreeCache::AddBranch(), TVirtualBranchBrowsable::GetCollectionContainedType(), TBranchElement::GetEntry(), TRefProxy::GetObject(), TBranchElement::GetTypedValue(), TBranchRef::Notify(), TLeafD::ReadBasket(), TLeafF::ReadBasket(), TLeafB::ReadBasket(), TLeafS::ReadBasket(), TLeafO::ReadBasket(), TLeafC::ReadBasket(), TLeafI::ReadBasket(), TLeafL::ReadBasket(), TBranchElement::ReadLeavesClones(), TBranchElement::ReadLeavesCollection(), and TBranchElement::ReadLeavesMakeClass().
|
protected |
Get real file name.
Definition at line 1473 of file TBranch.cxx.
Referenced by GetFile(), and ~TBranch().
Return all elements of one row unpacked in internal array fValues [Actually just returns 1 (?)].
Definition at line 1514 of file TBranch.cxx.
|
inline |
Definition at line 181 of file TBranch.h.
Referenced by ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), and ROOT::Internal::TTreeReaderArrayBase::GetBranchContentDataType().
Find the parent branch of child.
Return 0 if child is not in this branch hierarchy.
Definition at line 1554 of file TBranch.cxx.
Referenced by ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), TBranchElement::FindBranch(), TBranchElement::FindLeaf(), ROOT::Internal::TTreeGeneratorBase::GetContainedClassName(), GetMother(), GetSubBranch(), TBranchElement::InitializeOffsets(), TBranchElement::InitInfo(), TBranchSTL::Print(), TBranchElement::Print(), and TBranchElement::SetupAddressesImpl().
Return total number of bytes in the branch (including current buffer)
Definition at line 1592 of file TBranch.cxx.
Referenced by Print().
Return total number of bytes in the branch (excluding current buffer) if option ="*" includes all sub-branches of this branch too.
Definition at line 1618 of file TBranch.cxx.
Referenced by GetTotBytes(), TTree::OptimizeBaskets(), and TBasket::Reset().
|
inline |
Definition at line 183 of file TBranch.h.
Referenced by TTreeCache::AddBranch(), TBasket::AdjustSize(), ROOT::Internal::TTreeProxyGenerator::AnalyzeElement(), THbookBranch::Browse(), TVirtualBranchBrowsable::Browse(), TLeaf::Browse(), Browse(), TCollectionPropertyBrowsable::Browse(), TBranchElement::Browse(), ClassImp(), TBasketSQL::CreateBuffer(), ROOT::Internal::TTreeReaderValueBase::CreateProxy(), TTreeCache::DropBranch(), TBasket::DropBuffers(), TTreeFormula::EvalInstance(), TTreeFormula::EvalObject(), TTreeFormula::EvalStringInstance(), ROOT::Internal::TTreeReaderValueBase::GetBranchDataType(), TNonSplitBrowsable::GetBrowsables(), TBranchElement::GetCollectionProxy(), ROOT::Internal::TTreeGeneratorBase::GetContainedClassName(), THbookBranch::GetEntry(), GetFreshBasket(), TLeaf::GetLeafCounter(), TFormLeafInfo::GetObjectAddress(), ROOT::Internal::TTreeGeneratorBase::GetStreamerInfo(), TBranchObject::Init(), TBranchClones::Init(), TTreeFormula::LoadBranches(), TTreeFormula::LoadCurrentDim(), TTreeFormula::ParseWithLeaf(), TBasketSQL::PrepareBasket(), TTreeFormula::PrintValue(), TBasket::ReadBasketBuffers(), TBasket::ReadBasketBuffersUncompressedCase(), TTree::ResetBranchAddress(), TTreeFormula::ResetDimensions(), THbookBranch::SetAddress(), ROOT::Detail::TBranchProxy::Setup(), TBasket::TBasket(), TBasketSQL::TBasketSQL(), TBranchElement::TBranchElement(), TBranchSTL::TBranchSTL(), and TLeaf::~TLeaf().
|
inline |
Definition at line 170 of file TBranch.h.
Referenced by TTreeCloner::CloseOutWriteBaskets(), TTreeCloner::CollectBaskets(), TTreeCloner::CollectBranches(), TTreeCloner::CopyMemoryBaskets(), TTree::DropBuffers(), TBasket::Reset(), TBranch__SetTree(), TBasket::Update(), TTreeCloner::WriteBaskets(), and TBasket::WriteBuffer().
Return total number of zip bytes in the branch if option ="*" includes all sub-branches of this branch too.
Definition at line 1636 of file TBranch.cxx.
Referenced by TFileDrawMap::AnimateTree(), GetZipBytes(), TTree::OptimizeBaskets(), and TTree::Print().
Definition at line 275 of file TBranch.cxx.
Referenced by TBranch().
Bool_t TBranch::IsAutoDelete | ( | ) | const |
Return kTRUE if an existing object in a TBranchObject must be deleted.
Definition at line 1653 of file TBranch.cxx.
Referenced by TBranchElement::GetEntry(), TLeafObject::ReadBasket(), and TBranchElement::ReleaseObject().
|
virtual |
Return kTRUE if more than one leaf or browsables, kFALSE otherwise.
Reimplemented from TObject.
Reimplemented in TBranchElement, TBranchClones, TBranchObject, and TBranchSTL.
Definition at line 1661 of file TBranch.cxx.
Referenced by TBranchElement::Browse(), and GetIconName().
keep a maximum of fMaxEntries in memory
Definition at line 1673 of file TBranch.cxx.
Referenced by TTree::KeepCircular(), and KeepCircular().
|
virtual |
Baskets associated to this branch are forced to be in memory.
You can call TTree::SetMaxVirtualSize(maxmemory) to instruct the system that the total size of the imported baskets does not exceed maxmemory bytes. The function returns the number of baskets that have been put in memory. This method may be called to force all baskets of one or more branches in memory when random access to entries in this branch is required. See also TTree::LoadBaskets to load all baskets of all branches in memory.
Definition at line 1698 of file TBranch.cxx.
Referenced by TTree::LoadBaskets().
Print TBranch parameters.
Reimplemented from TNamed.
Reimplemented in TBranchElement, TBranchClones, TBranchObject, TBranchRef, and TBranchSTL.
Definition at line 1727 of file TBranch.cxx.
Referenced by TBranchSTL::Print(), TBranchObject::Print(), TBranchRef::Print(), TBranchClones::Print(), TBranchElement::Print(), and TTree::Print().
Loop on all leaves of this branch to read Basket buffer.
Definition at line 1820 of file TBranch.cxx.
Referenced by ReadLeaves1Impl(), and ReadLeaves2Impl().
Read zero leaves without the overhead of a loop.
Definition at line 1839 of file TBranch.cxx.
Read one leaf without the overhead of a loop.
Definition at line 1846 of file TBranch.cxx.
Read two leaves without the overhead of a loop.
Definition at line 1854 of file TBranch.cxx.
Pointer to the FillLeaves implementation to use.
Loop on all leaves of this branch to read Basket buffer.
Definition at line 1828 of file TBranch.cxx.
Referenced by ClassImp(), and TBranchSTL::TBranchSTL().
Refresh this branch using new information in b This function is called by TTree::Refresh.
Definition at line 1875 of file TBranch.cxx.
Referenced by TTree::Refresh().
Reset a Branch.
Reimplemented in TBranchElement, TBranchClones, TBranchObject, and TBranchRef.
Definition at line 1924 of file TBranch.cxx.
Referenced by DeleteBaskets(), TBranchObject::Reset(), TBranchRef::Reset(), TBranchClones::Reset(), TBranchElement::Reset(), and TTree::Reset().
|
virtual |
Reset the address of the branch.
Reimplemented in TBranchElement.
Definition at line 2018 of file TBranch.cxx.
Referenced by TTreeSQL::CreateBranches(), ResetAddress(), TBranchElement::ResetAddress(), TTree::ResetBranchAddress(), and TTree::ResetBranchAddresses().
|
virtual |
Reset a Branch.
Reimplemented in TBranchElement, TBranchClones, TBranchObject, and TBranchRef.
Definition at line 1965 of file TBranch.cxx.
Referenced by TBranchObject::ResetAfterMerge(), TBranchRef::ResetAfterMerge(), TBranchClones::ResetAfterMerge(), TBranchElement::ResetAfterMerge(), and TTree::ResetAfterMerge().
|
static |
Static function resetting fgCount.
Definition at line 2041 of file TBranch.cxx.
Referenced by TTree::Print().
|
inlinevirtual |
Definition at line 198 of file TBranch.h.
Referenced by TTreeFormula::LoadCurrentDim(), and TTreeFormula::UpdateFormulaLeaves().
Set address of this branch.
Reimplemented in TBranchElement, TBranchClones, TBranchObject, THbookBranch, and TBranchSTL.
Definition at line 2049 of file TBranch.cxx.
Referenced by TTree::BronchExec(), TTree::CopyAddresses(), FillUnBinData(), TChain::LoadTree(), TLeafObject::ReadBasket(), TTree::ReadStream(), TNtupleD::ResetBranchAddress(), TNtuple::ResetBranchAddress(), TNtupleD::ResetBranchAddresses(), TNtuple::ResetBranchAddresses(), THbookBranch::SetAddress(), TBranchObject::SetAddress(), TBranchClones::SetAddress(), TBranchElement::SetAddress(), TChain::SetBranchAddress(), TTree::SetBranchAddressImp(), and ROOT::Detail::TBranchProxy::Setup().
Set the automatic delete bit.
This bit is used by TBranchObject::ReadBasket to decide if an object referenced by a TBranchObject must be deleted or not before reading a new entry.
If autodel is kTRUE, this existing object will be deleted, a new object created by the default constructor, then read from disk by the streamer.
If autodel is kFALSE, the existing object is not deleted. Root assumes that the user is taking care of deleting any internal object or array (this can be done in the streamer).
Reimplemented in TBranchObject.
Definition at line 2083 of file TBranch.cxx.
Referenced by TBranchElement::Init(), TChain::LoadTree(), and TBranchObject::SetAutoDelete().
Set the basket size The function makes sure that the basket size is greater than fEntryOffsetlen.
Reimplemented in TBranchElement, TBranchClones, and TBranchObject.
Definition at line 2096 of file TBranch.cxx.
Referenced by TChain::Merge(), TTree::OptimizeBaskets(), TBranchObject::SetBasketSize(), TBranchClones::SetBasketSize(), TBranchElement::SetBasketSize(), and TTree::SetBasketSize().
Set address of this branch directly from a TBuffer to avoid streaming.
Note: We do not take ownership of the buffer.
Definition at line 2112 of file TBranch.cxx.
Set compression algorithm.
Definition at line 2130 of file TBranch.cxx.
Referenced by SetCompressionAlgorithm().
Set compression level.
Definition at line 2150 of file TBranch.cxx.
Referenced by RooAbsString::attachToTree(), RooAbsCategory::attachToTree(), RooAbsReal::attachToTree(), and SetCompressionLevel().
Set compression settings.
Definition at line 2172 of file TBranch.cxx.
Referenced by TTree::CloneTree(), TChain::Merge(), TTree::OptimizeBaskets(), TTree::SetCircular(), and SetCompressionSettings().
Set the number of entries in this branch.
Reimplemented in THbookBranch.
Definition at line 2205 of file TBranch.cxx.
Referenced by TTreeCloner::CopyMemoryBaskets(), and TTreeSQL::CreateBranches().
Update the default value for the branch's fEntryOffsetLen if and only if it was already non zero (and the new value is not zero) If updateExisting is true, also update all the existing branches.
Definition at line 2188 of file TBranch.cxx.
Referenced by TTree::SetDefaultEntryOffsetLen(), SetEntryOffsetLen(), and TBasket::Update().
Set file where this branch writes/reads its buffers.
By default the branch buffers reside in the file where the Tree was created. If the file name where the tree was created is an absolute path name or an URL (e.g. /castor/... or root://host/...) and if the fname is not an absolute path name or an URL then the path of the tree file is prepended to fname to make the branch file relative to the tree file. In this case one can move the tree + all branch files to a different location in the file system and still access the branch files. The ROOT file will be connected only when necessary. If called by TBranch::Fill (via TBasket::WriteFile), the file will be created with the option "recreate". If called by TBranch::GetEntry (via TBranch::GetBasket), the file will be opened in read mode. To open a file in "update" mode or with a certain compression level, use TBranch::SetFile(TFile *file).
Definition at line 2230 of file TBranch.cxx.
Referenced by TTree::ChangeFile(), TTree::SetDirectory(), and SetFile().
|
virtual |
Set file where this branch writes/reads its buffers.
By default the branch buffers reside in the file where the Tree was created. If the file name where the tree was created is an absolute path name or an URL (e.g. /castor/... or root://host/...) and if the fname is not an absolute path name or an URL then the path of the tree file is prepended to fname to make the branch file relative to the tree file. In this case one can move the tree + all branch files to a different location in the file system and still access the branch files. The ROOT file will be connected only when necessary. If called by TBranch::Fill (via TBasket::WriteFile), the file will be created with the option "recreate". If called by TBranch::GetEntry (via TBranch::GetBasket), the file will be opened in read mode. To open a file in "update" mode or with a certain compression level, use TBranch::SetFile(TFile *file).
Definition at line 2275 of file TBranch.cxx.
set the first entry number (case of TBranchSTL)
Definition at line 2619 of file TBranch.cxx.
Referenced by TBranchSTL::Fill().
Set the branch in a mode where the object are decomposed (Also known as MakeClass mode).
Return whether the setting was possible (it is not possible for TBranch and TBranchObject).
Reimplemented in TBranchElement.
Definition at line 2294 of file TBranch.cxx.
Referenced by TTree::SetMakeClass().
Set object this branch is pointing to.
Reimplemented in TBranchElement.
Definition at line 2303 of file TBranch.cxx.
Referenced by TTree::BronchExec().
Reimplemented in TBranchElement.
Definition at line 213 of file TBranch.h.
Referenced by TTree::BranchOld().
Set branch status to Process or DoNotProcess.
Definition at line 2314 of file TBranch.cxx.
Reimplemented in TBranchClones.
Definition at line 215 of file TBranch.h.
Referenced by TBranchClones::SetTree(), and TBranch__SetTree().
|
virtual |
If the branch address is not set, we set all addresses starting with the top level parent branch.
Reimplemented in TBranchElement, and TBranchObject.
Definition at line 2634 of file TBranch.cxx.
Referenced by TTree::CopyAddresses().
|
inlinevirtual |
Reimplemented in TBranchObject.
Definition at line 217 of file TBranch.h.
Referenced by TTree::Fill().
|
virtual |
Refresh the value of fDirectory (i.e.
where this branch writes/reads its buffers) with the current value of fTree->GetCurrentFile unless this branch has been redirected to a different file. Also update the sub-branches.
Reimplemented in TBranchElement, and TBranchClones.
Definition at line 2644 of file TBranch.cxx.
Referenced by TTree::DirectoryAutoAdd(), TBranchClones::UpdateFile(), UpdateFile(), and TBranchElement::UpdateFile().
Write the current basket to disk and return the number of bytes written to the file.
Definition at line 2558 of file TBranch.cxx.
Referenced by Fill(), FillEntryBuffer(), and FlushOneBasket().
|
friend |
|
protected |
Pointer to parent branch.
Definition at line 97 of file TBranch.h.
Referenced by TBranchSTL::Fill(), TBranchClones::Fill(), TBranchElement::FillLeavesMakeClass(), GetAddress(), TBranchElement::GetAddress(), TBranchSTL::GetEntry(), TBranchObject::GetEntry(), TBranchElement::GetEntry(), TBranchElement::GetTypedValue(), TBranchElement::GetValuePointer(), TBranchObject::Init(), TBranchClones::Init(), Init(), TBranchElement::Notify(), TBranchElement::PrintValue(), TBranchElement::ReadLeavesMakeClass(), TBranchElement::ReleaseObject(), ResetAddress(), TBranchElement::ResetAddress(), TBranchSTL::SetAddress(), TBranchObject::SetAddress(), TBranchClones::SetAddress(), SetAddress(), TBranchElement::SetAddress(), TBranchObject::SetupAddresses(), TBranchElement::SetupAddresses(), TBranchRef::TBranchRef(), TBranchObject::UpdateAddress(), and TBranchElement::ValidateAddress().
|
protected |
Definition at line 91 of file TBranch.h.
Referenced by AddBasket(), DeleteBaskets(), DropBaskets(), ExpandBasketArrays(), GetBasket(), GetBasketBytes(), GetEntry(), GetFreshBasket(), TBranchObject::Init(), Init(), TBranchElement::Init(), LoadBaskets(), Refresh(), Reset(), ResetAfterMerge(), TBranchRef::TBranchRef(), TBranchSTL::TBranchSTL(), WriteBasket(), and ~TBranch().
|
protected |
Definition at line 92 of file TBranch.h.
Referenced by AddBasket(), AddLastBasket(), ExpandBasketArrays(), GetBasketEntry(), GetEntry(), GetEntryExport(), TBranchObject::Init(), Init(), TBranchElement::Init(), TBranchElement::IsMissingCollection(), Refresh(), Reset(), ResetAfterMerge(), SetFirstEntry(), TBranchRef::TBranchRef(), TBranchSTL::TBranchSTL(), WriteBasket(), and ~TBranch().
|
protected |
Definition at line 90 of file TBranch.h.
Referenced by AddBasket(), AddLastBasket(), DropBaskets(), ExpandBasketArrays(), Fill(), FlushBaskets(), FlushOneBasket(), GetBasket(), GetEntry(), GetFreshBasket(), GetListOfBaskets(), GetTotalSize(), TBranchElement::IsMissingCollection(), KeepCircular(), LoadBaskets(), Refresh(), Reset(), ResetAfterMerge(), SetBasketSize(), WriteBasket(), and ~TBranch().
|
protected |
Definition at line 93 of file TBranch.h.
Referenced by AddBasket(), DeleteBaskets(), ExpandBasketArrays(), FlushOneBasket(), GetBasket(), GetBasketSeek(), GetEntry(), TBranchObject::Init(), Init(), TBranchElement::Init(), LoadBaskets(), Refresh(), Reset(), ResetAfterMerge(), TBranchRef::TBranchRef(), TBranchSTL::TBranchSTL(), WriteBasket(), and ~TBranch().
|
protected |
Definition at line 70 of file TBranch.h.
Referenced by TBranchSTL::Fill(), Fill(), GetBasketSize(), TBranchObject::Init(), TBranchElement::Init(), Print(), TBranchObject::SetBasketSize(), TBranchClones::SetBasketSize(), SetBasketSize(), TBranchElement::SetBasketSize(), TBranchRef::TBranchRef(), and TBranchSTL::TBranchSTL().
|
protected |
Definition at line 88 of file TBranch.h.
Referenced by TBranchSTL::Browse(), TBranchObject::Browse(), TBranchClones::Browse(), TBranchElement::Browse(), TBranchElement::BuildTitle(), TBranchSTL::Fill(), TBranchObject::Fill(), TBranchClones::Fill(), TBranchElement::Fill(), FindBranch(), TBranchElement::FindBranch(), FlushBaskets(), TBranchSTL::GetEntry(), TBranchObject::GetEntry(), TBranchClones::GetEntry(), TBranchElement::GetEntry(), GetListOfBranches(), GetSubBranch(), GetTotBytes(), GetZipBytes(), TBranchClones::Init(), TBranchElement::Init(), TBranchElement::InitializeOffsets(), TBranchSTL::IsFolder(), TBranchObject::IsFolder(), TBranchElement::IsFolder(), KeepCircular(), TBranchSTL::Print(), TBranchObject::Print(), TBranchClones::Print(), TBranchElement::Print(), TBranchElement::ReadLeavesCollection(), TBranchElement::ReadLeavesMakeClass(), TBranchObject::Reset(), TBranchClones::Reset(), TBranchElement::Reset(), ResetAddress(), TBranchElement::ResetAddress(), TBranchObject::ResetAfterMerge(), TBranchClones::ResetAfterMerge(), TBranchElement::ResetAfterMerge(), TBranchElement::ResetDeleteObject(), TBranchObject::SetAddress(), TBranchElement::SetAddress(), TBranchObject::SetAutoDelete(), TBranchObject::SetBasketSize(), TBranchClones::SetBasketSize(), TBranchElement::SetBasketSize(), SetCompressionAlgorithm(), SetCompressionLevel(), SetCompressionSettings(), SetFirstEntry(), TBranchElement::SetMakeClass(), TBranchElement::SetTargetClass(), TBranchElement::Unroll(), ~TBranch(), TBranchClones::~TBranchClones(), and TBranchObject::~TBranchObject().
|
protected |
Buffer used to directly pass the content without streaming.
Definition at line 101 of file TBranch.h.
Referenced by GetBrowsables(), and ~TBranch().
|
protected |
branch counter
Definition at line 69 of file TBranch.h.
Referenced by GetCompressionAlgorithm(), GetCompressionLevel(), GetCompressionSettings(), TBranchObject::Init(), Init(), TBranchElement::Init(), SetCompressionAlgorithm(), SetCompressionLevel(), SetCompressionSettings(), SetFile(), and TBranchRef::TBranchRef().
|
protected |
Next entry that will requires us to go to the next basket.
Definition at line 83 of file TBranch.h.
Referenced by DropBaskets(), FlushOneBasket(), GetEntry(), GetEntryExport(), GetFreshBasket(), Refresh(), Reset(), ResetAfterMerge(), WriteBasket(), and ~TBranch().
|
protected |
Address of 1st leaf (variable or object)
Definition at line 98 of file TBranch.h.
Referenced by DeleteBaskets(), FlushOneBasket(), GetDirectory(), GetFile(), TBranchObject::Init(), TBranchClones::Init(), TBranchElement::Init(), SetFile(), TBranchRef::TBranchRef(), TBranchSTL::TBranchSTL(), UpdateFile(), and ~TBranch().
|
protected |
Pointer to the current basket.
Definition at line 84 of file TBranch.h.
Referenced by AddBasket(), TBranchObject::Fill(), TBranchClones::Fill(), Fill(), TBranchElement::Fill(), FillEntryBuffer(), GetEntries(), TBranchElement::InitializeOffsets(), KeepCircular(), TBranchObject::Print(), Print(), TBranchElement::Print(), Refresh(), TBranchClones::Reset(), Reset(), TBranchClones::ResetAfterMerge(), ResetAfterMerge(), THbookBranch::SetEntries(), SetEntries(), and SetFirstEntry().
|
protected |
Definition at line 100 of file TBranch.h.
Referenced by Fill(), FillEntryBuffer(), SetBufferAddress(), and ~TBranch().
|
protected |
Definition at line 73 of file TBranch.h.
Referenced by AddBasket(), TBranchSTL::Fill(), Fill(), FillEntryBuffer(), TBranchSTL::GetEntry(), GetEntry(), GetEntryExport(), GetEntryNumber(), TBranchElement::IsMissingCollection(), KeepCircular(), Refresh(), Reset(), ResetAfterMerge(), SetEntries(), SetFirstEntry(), and WriteBasket().
|
protected |
Definition at line 71 of file TBranch.h.
Referenced by Fill(), GetEntryOffsetLen(), Init(), TBranchElement::Init(), Refresh(), SetBasketSize(), and SetEntryOffsetLen().
|
protected |
Pointer to directory where this branch buffers are stored.
Definition at line 99 of file TBranch.h.
Referenced by GetFile(), GetFileName(), GetRealFileName(), TBranchObject::Init(), TBranchClones::Init(), TBranchElement::Init(), SetFile(), TBranchRef::TBranchRef(), TBranchSTL::TBranchSTL(), and UpdateFile().
|
protected |
Definition at line 108 of file TBranch.h.
Referenced by Fill(), TBranchElement::Init(), TBranchElement::SetFillLeavesPtr(), TBranchElement::TBranchElement(), TBranchRef::TBranchRef(), and TBranchSTL::TBranchSTL().
|
protected |
Current entry number when reading.
Definition at line 81 of file TBranch.h.
Referenced by DropBaskets(), FlushOneBasket(), GetEntry(), GetEntryExport(), GetFreshBasket(), Refresh(), Reset(), ResetAfterMerge(), SetAddress(), SetBufferAddress(), WriteBasket(), and ~TBranch().
|
protected |
Definition at line 85 of file TBranch.h.
Referenced by TBranchSTL::GetEntry(), GetEntry(), GetFirstEntry(), and SetFirstEntry().
|
staticprotected |
Definition at line 68 of file TBranch.h.
Referenced by Print(), and ResetCount().
|
protected |
Definition at line 89 of file TBranch.h.
Referenced by Browse(), FillLeavesImpl(), TBranchElement::FillLeavesMakeClass(), GetEntryExport(), GetLeaf(), GetListOfLeaves(), TBranchObject::Init(), Init(), TBranchElement::Init(), TBranchElement::InitInfo(), Print(), TBranchElement::PrintValue(), ReadLeaves1Impl(), ReadLeaves2Impl(), ReadLeavesImpl(), TBranchElement::ReadLeavesMakeClass(), ResetAddress(), TBranchElement::ResetAddress(), TBranchObject::SetAddress(), SetAddress(), SetBufferAddress(), and ~TBranch().
|
protected |
Definition at line 75 of file TBranch.h.
Referenced by AddBasket(), AddLastBasket(), ExpandBasketArrays(), GetMaxBaskets(), TBranchObject::Init(), Init(), TBranchElement::Init(), Refresh(), Reset(), ResetAfterMerge(), TBranchRef::TBranchRef(), and TBranchSTL::TBranchSTL().
|
protected |
Pointer to Tree header.
Definition at line 95 of file TBranch.h.
Referenced by GetMother(), TBranchObject::Init(), TBranchClones::Init(), TBranchElement::Init(), TBranchRef::TBranchRef(), and TBranchSTL::TBranchSTL().
|
protected |
Definition at line 76 of file TBranch.h.
Referenced by AddBasket(), DropBaskets(), Fill(), FlushOneBasket(), GetBasket(), GetFreshBasket(), GetTotalSize(), LoadBaskets(), Refresh(), Reset(), ResetAfterMerge(), WriteBasket(), and ~TBranch().
|
protected |
First entry in the current basket.
Definition at line 82 of file TBranch.h.
Referenced by DropBaskets(), FlushOneBasket(), GetEntry(), GetEntryExport(), GetFreshBasket(), Refresh(), Reset(), ResetAfterMerge(), SetAddress(), SetBufferAddress(), WriteBasket(), and ~TBranch().
|
protected |
Definition at line 78 of file TBranch.h.
Referenced by Browse(), FillLeavesImpl(), GetLeaf(), GetNleaves(), TBranchObject::Init(), Init(), TBranchElement::Init(), IsFolder(), ReadLeavesImpl(), ResetAddress(), TBranchElement::ResetAddress(), SetAddress(), SetBufferAddress(), TBranchElement::TBranchElement(), and TBranchSTL::TBranchSTL().
|
protected |
Definition at line 74 of file TBranch.h.
Referenced by GetOffset(), TBranchElement::GetTypedValue(), TBranchElement::PrintValue(), TBranchElement::SetFillActionSequence(), SetOffset(), TBranchElement::SetOffset(), and TBranchElement::SetReadActionSequence().
|
protected |
Pointer to top-level parent branch in the tree.
Definition at line 96 of file TBranch.h.
Referenced by GetSubBranch(), TBranchObject::Init(), TBranchClones::Init(), TBranchElement::Init(), and TBranchElement::InitializeOffsets().
|
protected |
Number of leaves.
Definition at line 79 of file TBranch.h.
Referenced by DropBaskets(), GetEntry(), GetEntryExport(), GetReadBasket(), TBranchElement::IsMissingCollection(), Refresh(), Reset(), and ResetAfterMerge().
|
protected |
Current basket number when reading.
Definition at line 80 of file TBranch.h.
Referenced by GetBasket(), GetEntry(), TBranchElement::GetEntry(), GetEntryExport(), GetReadEntry(), TBranchRef::Notify(), Refresh(), Reset(), ResetAddress(), ResetAfterMerge(), ResetReadEntry(), TBranchObject::SetAddress(), TBranchClones::SetAddress(), SetAddress(), TBranchElement::SetAddress(), and SetBufferAddress().
|
protected |
Definition at line 106 of file TBranch.h.
Referenced by GetEntry(), TBranchElement::Init(), TBranchElement::SetReadLeavesPtr(), TBranchElement::TBranchElement(), TBranchRef::TBranchRef(), and TBranchSTL::TBranchSTL().
|
protected |
List of TVirtualBranchBrowsables used for Browse()
Definition at line 103 of file TBranch.h.
Referenced by Fill(), GetBasket(), and SetSkipZip().
|
protected |
Number of baskets in memory.
Definition at line 77 of file TBranch.h.
Referenced by TBranchSTL::Fill(), TBranchElement::FillLeavesCollection(), GetSplitLevel(), TBranchElement::GetTypedValue(), TBranchClones::Init(), TBranchElement::Init(), TBranchElement::ReadLeavesCollection(), TBranchElement::SetAddress(), TBranchElement::SetFillActionSequence(), TBranchElement::SetFillLeavesPtr(), TBranchElement::SetReadActionSequence(), TBranchElement::SetReadLeavesPtr(), TBranchElement::SetupAddressesImpl(), and TBranchSTL::TBranchSTL().
|
protected |
Definition at line 86 of file TBranch.h.
Referenced by AddBasket(), GetTotalSize(), GetTotBytes(), Print(), Refresh(), TBranchClones::Reset(), Reset(), TBranchClones::ResetAfterMerge(), ResetAfterMerge(), and WriteBasket().
|
protected |
Definition at line 94 of file TBranch.h.
Referenced by AddBasket(), Fill(), TBranchElement::Fill(), GetBasket(), TBranchElement::GetEntry(), GetFreshBasket(), GetMother(), GetRealFileName(), GetTree(), TBranchElement::GetTypedValue(), TBranchElement::GetValuePointer(), TBranchObject::Init(), TBranchClones::Init(), Init(), TBranchElement::Init(), TBranchElement::IsMissingCollection(), TBranchRef::Notify(), TBranchElement::PrintValue(), TBranchElement::ReadLeavesMakeClass(), TBranchElement::SetAddress(), SetFile(), TBranchElement::SetFillLeavesPtr(), TBranchClones::SetTree(), SetTree(), TBranchElement::SetupAddresses(), TBranchRef::TBranchRef(), TBranchSTL::TBranchSTL(), TBranchElement::Unroll(), UpdateFile(), TBranchElement::ValidateAddress(), WriteBasket(), and ~TBranch().
|
protected |
Definition at line 72 of file TBranch.h.
Referenced by AddBasket(), AddLastBasket(), DeleteBaskets(), DropBaskets(), ExpandBasketArrays(), Fill(), FillEntryBuffer(), FlushBaskets(), FlushOneBasket(), GetBasket(), GetBasketSeek(), GetEntry(), GetEntryExport(), GetTotalSize(), GetWriteBasket(), TBranchElement::IsMissingCollection(), LoadBaskets(), Print(), Refresh(), Reset(), ResetAfterMerge(), SetBasketSize(), and WriteBasket().
|
protected |
Definition at line 87 of file TBranch.h.
Referenced by AddBasket(), GetTotalSize(), GetZipBytes(), Print(), Refresh(), TBranchClones::Reset(), Reset(), TBranchClones::ResetAfterMerge(), ResetAfterMerge(), and WriteBasket().