#include <TBasket.h>
Inheritance diagram for TBasket:


Public Types | |
| enum | { kNotDecompressed = BIT(15) } |
Public Methods | |
| TBasket () | |
| TBasket (const char *name, const char *title, TBranch *branch) | |
| virtual | ~TBasket () |
| virtual void | AdjustSize (Int_t newsize) |
| virtual void | DeleteEntryOffset () |
| virtual Int_t | DropBuffers () |
| TBranch * | GetBranch () const |
| Int_t | GetBufferSize () const |
| Int_t * | GetDisplacement () const |
| Int_t * | GetEntryOffset () const |
| Int_t | GetEntryPointer (Int_t Entry) |
| Int_t | GetNevBuf () const |
| Int_t | GetNevBufSize () const |
| Int_t | GetLast () const |
| Int_t | ReadBasketBuffers (Seek_t pos, Int_t len, TFile *file) |
| Int_t | ReadBasketBytes (Seek_t pos, TFile *file) |
| void | SetBranch (TBranch *branch) |
| void | SetNevBufSize (Int_t n) |
| virtual void | SetReadMode () |
| virtual void | SetWriteMode () |
| void | Update (Int_t newlast) |
| virtual void | Update (Int_t newlast, Int_t skipped) |
| virtual Int_t | WriteBuffer () |
Protected Attributes | |
| Int_t | fBufferSize |
| Int_t | fNevBufSize |
| Int_t | fNevBuf |
| Int_t | fLast |
| Bool_t | fHeaderOnly |
| Int_t * | fDisplacement |
| Int_t * | fEntryOffset |
| [fNevBuf] Displacement of entries in fBuffer(TKey) | |
| TBranch * | fBranch |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 61 of file TBasket.h. References fBufferSize. |
|
|
Definition at line 62 of file TBasket.h. References fDisplacement. |
|
|
Definition at line 63 of file TBasket.h. References fEntryOffset. |
|
|
|
|
|
Definition at line 65 of file TBasket.h. References fNevBuf. |
|
|
Definition at line 66 of file TBasket.h. References fNevBufSize. |
|
|
Definition at line 67 of file TBasket.h. References fLast. |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 72 of file TBasket.h. References fNevBufSize. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 41 of file TBasket.h. Referenced by GetBufferSize(). |
|
|
Definition at line 42 of file TBasket.h. Referenced by GetNevBufSize(), and SetNevBufSize(). |
|
|
Definition at line 43 of file TBasket.h. Referenced by GetNevBuf(). |
|
|
Definition at line 44 of file TBasket.h. Referenced by GetLast(). |
|
|
|
|
|
Definition at line 46 of file TBasket.h. Referenced by GetDisplacement(). |
|
|
[fNevBuf] Displacement of entries in fBuffer(TKey)
Definition at line 47 of file TBasket.h. Referenced by GetEntryOffset(). |
|
|
|
1.2.16