|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TBranch
Field Summary | |
---|---|
static int |
rootCheckSum
|
static int |
rootIOVersion
|
Method Summary | |
---|---|
int[] |
getBasketBytes()
[fMaxBaskets] Length of baskets on file |
long[] |
getBasketEntry()
[fMaxBaskets] Table of first entry in eack basket |
TObjArray |
getBaskets()
-> List of baskets of this branch |
long[] |
getBasketSeek()
[fMaxBaskets] Addresses of baskets on file |
int |
getBasketSize()
Initial Size of Basket Buffer |
TObjArray |
getBranches()
-> List of Branches of this branch |
TBranch |
getBranchForMangledName(String name)
|
TBranch |
getBranchForName(String name)
|
int |
getCompress()
(=1 branch is compressed, 0 otherwise) |
long |
getEntries()
Number of entries |
long |
getEntryNumber()
Current entry number (last one filled in this branch) |
int |
getEntryOffsetLen()
Initial Length of fEntryOffset table in the basket buffers |
String |
getFileName()
Name of file where buffers are stored ("" if in same file as Tree header) |
TObjArray |
getLeaves()
-> List of leaves of this branch |
int |
getMaxBaskets()
Maximum number of Baskets so far |
int |
getOffset()
Offset of this branch |
long |
getTotBytes()
Total number of bytes in all leaves before compression |
int |
getWriteBasket()
Last basket number written |
long |
getZipBytes()
Total number of bytes in all leaves after compression |
RootInput |
setPosition(TLeaf leaf,
long index)
|
Methods inherited from interface hep.io.root.interfaces.TNamed |
---|
getName, getTitle |
Methods inherited from interface hep.io.root.interfaces.TObject |
---|
getBits, getUniqueID |
Methods inherited from interface hep.io.root.RootObject |
---|
getRootClass |
Field Detail |
---|
static final int rootIOVersion
static final int rootCheckSum
Method Detail |
---|
int[] getBasketBytes()
long[] getBasketEntry()
long[] getBasketSeek()
int getBasketSize()
TObjArray getBaskets()
TBranch getBranchForMangledName(String name)
TBranch getBranchForName(String name)
TObjArray getBranches()
int getCompress()
long getEntries()
long getEntryNumber()
int getEntryOffsetLen()
String getFileName()
TObjArray getLeaves()
int getMaxBaskets()
int getOffset()
RootInput setPosition(TLeaf leaf, long index) throws IOException
IOException
long getTotBytes()
int getWriteBasket()
long getZipBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |