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

Packages that use CutDataSet
org.freehep.jas.extension.tupleExplorer.cut   
org.freehep.jas.extension.tupleExplorer.mutableTuple   
 

Uses of CutDataSet in org.freehep.jas.extension.tupleExplorer.cut
 

Classes in org.freehep.jas.extension.tupleExplorer.cut that implement CutDataSet
 class DummyCutDataSet
          A DummyCutDataSet is a collection of data on which the cut is applied
 class NTupleCutDataSet
          A NTupleCutDataSet is a collection of data on which the cut is applied
 

Methods in org.freehep.jas.extension.tupleExplorer.cut that return CutDataSet
 CutDataSet AbstractCutVariable.getCutDataSet()
          Get the CutDataSet corresponding to this CutVariable
 CutDataSet CutVariable.getCutDataSet()
          Get the CutDataSet corresponding to this CutVariable
 CutDataSet Cut.getCutDataSet()
          Get the CutDataSet on which the cut is applied
 CutDataSet AbstractCut.getCutDataSet()
          Get the CutDataSet on which the cut is applied
 

Methods in org.freehep.jas.extension.tupleExplorer.cut with parameters of type CutDataSet
 void AbstractCutVariable.setCutDataSet(CutDataSet cutDataSet)
          Assign to this CutVariable a CutDataSet.
 void CutVariable.setCutDataSet(CutDataSet cutDataSet)
          Assign to this CutVariable a CutDataSet.
 void Cut.setCutDataSet(CutDataSet cutDataSet)
          Set the CutDataSet on which the cut is applied
 void AbstractCut.setCutDataSet(CutDataSet cutDataSet)
          Set the CutDataSet on which the cut is applied
 

Constructors in org.freehep.jas.extension.tupleExplorer.cut with parameters of type CutDataSet
AbstractCutVariable(String cutVarName, CutDataSet cutDataSet)
          Create a new AbstractCutVariable object
Numeric1DCut(String cutName, CutDataSet cutDataSet, int cutType)
          Create a new Numeric1DCut object
Numeric1DCut(String cutName, CutDataSet cutDataSet, int cutType, Numeric1DCutVariable numeric1DCutVariable)
          Create a new Numeric1DCut object
Numeric1DCut(String cutName, CutDataSet cutDataSet, int cutType, Numeric1DCutVariable minNumeric1DCutVariable, Numeric1DCutVariable maxNumeric1DCutVariable)
          Create a new Numeric1DCut object
Numeric1DCutVariable(String cutName, CutDataSet cutDataSet)
          Create a new Numeric1DCutVariable object
 

Uses of CutDataSet in org.freehep.jas.extension.tupleExplorer.mutableTuple
 

Methods in org.freehep.jas.extension.tupleExplorer.mutableTuple that return CutDataSet
 CutDataSet MutableTupleTreeCut.getCutDataSet()
           
 

Methods in org.freehep.jas.extension.tupleExplorer.mutableTuple with parameters of type CutDataSet
 void MutableTupleTreeCut.setCutDataSet(CutDataSet cutDataSet)
           
 



Copyright © 2013. All Rights Reserved.