FreeHEP API
Version current

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.5 2005/05/17 05:13:55 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
TBasket.java

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(long index, long 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(long index,
                             long basketEntry,
                             TLeaf leaf)
                      throws IOException
Throws:
IOException

readEntryOffsets

public void readEntryOffsets(int len)
                      throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.