FreeHEP API
Version v1.2.2

hep.io.root.interfaces
Interface TBasket

All Superinterfaces:
RootObject, TKey, TNamed, TObject
All Known Implementing Classes:
TBasketRep

public interface TBasket
extends RootObject, TKey

Version:
$Id: TBasket.java,v 1.3 2003/05/23 20:59:15 duns Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TNamed
rootIOVersion
 
Method Summary
 int getBufferSize()
           
 int[] getDisplacement()
           
 int[] getEntryOffset()
           
 byte getFlag()
           
 int getLast()
           
 int getNevBuf()
           
 int getNevBufSize()
           
 void readEntryOffsets(int len)
           
 RootInput setPosition(int index, int basketEntry, TLeaf leaf)
           
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TKey
getCycle, getObject, getObjectClass
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 

Method Detail

getBufferSize

public int getBufferSize()

getDisplacement

public int[] getDisplacement()

getEntryOffset

public int[] getEntryOffset()

getFlag

public byte getFlag()

getLast

public int getLast()

getNevBuf

public int getNevBuf()

getNevBufSize

public int getNevBufSize()

setPosition

public RootInput setPosition(int index,
                             int basketEntry,
                             TLeaf leaf)
                      throws IOException
IOException

readEntryOffsets

public void readEntryOffsets(int len)
                      throws IOException
IOException

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.