org.freehep.jas.extension.tupleExplorer.cut
Interface CutDataSet

All Known Implementing Classes:
DummyCutDataSet, NTupleCutDataSet

public interface CutDataSet

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

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

Method Summary
 double getDataCurrentValue(hep.aida.ref.tuple.FTupleCursor cursor)
          Get the current value of the CutDataSet
 double getDataMaxValue()
          Get the maximum value of the CutDataSet
 double getDataMinValue()
          Get the minimum value of the CutDataSet
 void setDataMaxValue(double maxValue)
          Set the maximum value of the CutDataSet
 void setDataMinValue(double minValue)
          Set the minimum value of the CutDataSet
 

Method Detail

getDataMaxValue

double getDataMaxValue()
Get the maximum value of the CutDataSet

Returns:
the maximum value

getDataMinValue

double getDataMinValue()
Get the minimum value of the CutDataSet

Returns:
the minimum value

setDataMaxValue

void setDataMaxValue(double maxValue)
Set the maximum value of the CutDataSet

Parameters:
maxValue - the maximum value to be set

setDataMinValue

void setDataMinValue(double minValue)
Set the minimum value of the CutDataSet

Parameters:
minValue - the minimum value to be set

getDataCurrentValue

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

Returns:
the current value


Copyright © 2013. All Rights Reserved.