org.freehep.jas.extension.tupleExplorer.cut
Class NTupleCutDataSet

java.lang.Object
  extended by org.freehep.jas.extension.tupleExplorer.cut.NTupleCutDataSet
All Implemented Interfaces:
CutDataSet

public class NTupleCutDataSet
extends Object
implements CutDataSet

A NTupleCutDataSet is a collection of data on which the cut is applied

Version:
$Id: NTupleCutDataSet.java 13893 2011-09-28 23:42:34Z tonyj $
Author:
The FreeHEP team @ SLAC.

Constructor Summary
protected NTupleCutDataSet()
           
 
Method Summary
 double getDataCurrentValue(hep.aida.ref.tuple.FTupleCursor cursor)
          Get the current value of the NTupleCutDataSet
 double getDataMaxValue()
          Get the maximum value of the NTupleCutDataSet
 double getDataMinValue()
          Get the minimum value of the NTupleCutDataSet
 MutableTuple getNTuple()
           
 MutableTupleColumn getNTupleColumn()
          Get the NTupleColumn
 void setDataMaxValue(double maxValue)
          Set the maximum value of the NTupleCutDataSet
 void setDataMinValue(double minValue)
          Set the minimum value of the NTupleCutDataSet
protected  void setNTupleAndColumn(MutableTuple tuple, MutableTupleColumn ntupleColumn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTupleCutDataSet

protected NTupleCutDataSet()
Method Detail

getDataMaxValue

public double getDataMaxValue()
Get the maximum value of the NTupleCutDataSet

Specified by:
getDataMaxValue in interface CutDataSet
Returns:
the maximum value

getDataMinValue

public double getDataMinValue()
Get the minimum value of the NTupleCutDataSet

Specified by:
getDataMinValue in interface CutDataSet
Returns:
the minimum value

setDataMaxValue

public void setDataMaxValue(double maxValue)
Set the maximum value of the NTupleCutDataSet

Specified by:
setDataMaxValue in interface CutDataSet
Parameters:
maxValue - the maximum value to be set

setDataMinValue

public void setDataMinValue(double minValue)
Set the minimum value of the NTupleCutDataSet

Specified by:
setDataMinValue in interface CutDataSet
Parameters:
minValue - the minimum value to be set

getDataCurrentValue

public double getDataCurrentValue(hep.aida.ref.tuple.FTupleCursor cursor)
Get the current value of the NTupleCutDataSet

Specified by:
getDataCurrentValue in interface CutDataSet
Returns:
the current value

getNTupleColumn

public MutableTupleColumn getNTupleColumn()
Get the NTupleColumn

Returns:
the NTupleColumn

getNTuple

public MutableTuple getNTuple()

setNTupleAndColumn

protected void setNTupleAndColumn(MutableTuple tuple,
                                  MutableTupleColumn ntupleColumn)


Copyright © 2013. All Rights Reserved.