hep.io.hbook
Class RowwiseTupleColumn

java.lang.Object
  extended by hep.io.hbook.HbookObject
      extended by hep.io.hbook.TupleColumn
          extended by hep.io.hbook.RowwiseTupleColumn

public class RowwiseTupleColumn
extends TupleColumn

A column in a rowwise Tuple

Version:
$Id: RowwiseTupleColumn.java 8584 2006-08-10 23:06:37Z duns $
Author:
tonyj

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()
Overrides:
toString in class Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.