|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.RootObject |
getRootClass |
Methods inherited from interface hep.io.root.interfaces.TNamed |
getName, getTitle |
Methods inherited from interface hep.io.root.interfaces.TObject |
getBits, getUniqueID |
Field Detail |
public static final int rootIOVersion
public static final int rootCheckSum
Method Detail |
public int[] getBasketBytes()
public long[] getBasketEntry()
public long[] getBasketSeek()
public int getBasketSize()
public TObjArray getBaskets()
public TBranch getBranchForMangledName(String name)
public TBranch getBranchForName(String name)
public TObjArray getBranches()
public int getCompress()
public long getEntries()
public long getEntryNumber()
public int getEntryOffsetLen()
public String getFileName()
public TObjArray getLeaves()
public int getMaxBaskets()
public int getOffset()
public RootInput setPosition(TLeaf leaf, long index) throws IOException
IOException
public long getTotBytes()
public int getWriteBasket()
public long getZipBytes()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |