FreeHEP API
Version v1.2.2

hep.io.hbook
Class RowwiseTuple

java.lang.Object
  |
  +--hep.io.hbook.HbookObject
        |
        +--hep.io.hbook.CompositeHbookObject
              |
              +--hep.io.hbook.Tuple
                    |
                    +--hep.io.hbook.RowwiseTuple

public class RowwiseTuple
extends Tuple

Represents a row-wise tuple read from an hbook file. The children of a RowwiseTuple will be instances of RowwiseTupleColumn

See Also:
RowwiseTupleColumn

Method Summary
 int id()
          The id for this tuple
 void setCurrentRow(int row)
          Set the current row.
 String toString()
           
 
Methods inherited from class hep.io.hbook.Tuple
getCurrentRow, getRows
 
Methods inherited from class hep.io.hbook.CompositeHbookObject
getChild, getChild, getChildren, getIndex, nChildren
 
Methods inherited from class hep.io.hbook.HbookObject
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class CompositeHbookObject

id

public int id()
The id for this tuple


setCurrentRow

public void setCurrentRow(int row)
Description copied from class: Tuple
Set the current row.

Overrides:
setCurrentRow in class Tuple
Parameters:
row - The new current row (1-nRows)

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.