FreeHEP API
Version current

hep.io.hbook
Class RowwiseTupleColumn

java.lang.Object
  extended byhep.io.hbook.HbookObject
      extended byhep.io.hbook.TupleColumn
          extended byhep.io.hbook.RowwiseTupleColumn

public class RowwiseTupleColumn
extends TupleColumn

A column in a rowwise Tuple

Version:
$Id: RowwiseTupleColumn.java,v 1.1 2002/11/03 02:38:01 tonyj Exp $
Author:
tonyj
Source Code:
RowwiseTupleColumn.java

Method Summary
 double getDouble()
          The current value of this column
 double getMax()
          The maximum value in this column
 double getMin()
          The minimum value in this column
 String toString()
           
 
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

getDouble

public double getDouble()
The current value of this column


getMin

public double getMin()
The minimum value in this column


getMax

public double getMax()
The maximum value in this column


toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.