|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.jas.extension.tupleExplorer.cut.DummyCutDataSet
public class DummyCutDataSet
A DummyCutDataSet is a collection of data on which the cut is applied
Constructor Summary | |
---|---|
DummyCutDataSet()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyCutDataSet()
Method Detail |
---|
public double getDataMaxValue()
CutDataSet
getDataMaxValue
in interface CutDataSet
public double getDataMinValue()
CutDataSet
getDataMinValue
in interface CutDataSet
public void setDataMaxValue(double maxValue)
CutDataSet
setDataMaxValue
in interface CutDataSet
maxValue
- the maximum value to be setpublic void setDataMinValue(double minValue)
CutDataSet
setDataMinValue
in interface CutDataSet
minValue
- the minimum value to be setpublic double getDataCurrentValue(hep.aida.ref.tuple.FTupleCursor cursor)
CutDataSet
getDataCurrentValue
in interface CutDataSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |