|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.ref.fitter.fitData.FitData
Constructor Summary | |
FitData()
Creates a new instance of FitData |
Method Summary | |
void |
create1DConnection(double[] x,
double[] y,
double[] corrMatrix)
|
void |
create1DConnection(hep.aida.ICloud1D cloud)
|
void |
create1DConnection(hep.aida.IDataPointSet dataPointSet,
int xIndex,
int valIndex)
|
void |
create1DConnection(hep.aida.IHistogram1D hist)
1D connections. |
void |
create1DConnection(hep.aida.IProfile1D profile)
|
void |
create1DConnection(Object data)
|
void |
create2DConnection(hep.aida.ICloud2D cloud)
|
void |
create2DConnection(hep.aida.ICloud2D cloud,
int xIndex,
int yIndex)
|
void |
create2DConnection(hep.aida.IDataPointSet dataPointSet,
int xIndex,
int yIndex,
int valIndex)
|
void |
create2DConnection(hep.aida.IHistogram2D hist)
2D connections. |
void |
create2DConnection(hep.aida.IHistogram2D hist,
int xIndex,
int yIndex)
|
void |
create2DConnection(hep.aida.IProfile2D profile)
|
void |
create2DConnection(hep.aida.IProfile2D profile,
int xIndex,
int yIndex)
|
void |
create3DConnection(hep.aida.ICloud3D cloud)
|
void |
create3DConnection(hep.aida.ICloud3D cloud,
int xIndex,
int yIndex,
int zIndex)
|
void |
create3DConnection(hep.aida.IDataPointSet dataPointSet,
int xIndex,
int yIndex,
int zIndex,
int valIndex)
|
void |
create3DConnection(hep.aida.IHistogram3D hist)
3D connections. |
void |
create3DConnection(hep.aida.IHistogram3D hist,
int xIndex,
int yIndex,
int zIndex)
|
void |
createConnection(hep.aida.IDataPointSet dataPointSet,
int[] indeces,
int valIndex)
Generic connections. |
void |
createConnection(hep.aida.ITuple tuple,
hep.aida.IEvaluator[] evals)
|
void |
createConnection(hep.aida.ITuple tuple,
String[] colNames)
|
String |
dataDescription()
|
hep.aida.dev.IDevFitDataIterator |
dataIterator()
|
int |
dimension()
|
int |
fitType()
|
hep.aida.IRangeSet |
range(int index)
|
void |
reset()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FitData()
Method Detail |
public void create1DConnection(Object data)
public void create1DConnection(hep.aida.IHistogram1D hist) throws IllegalArgumentException
create1DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create1DConnection(hep.aida.IProfile1D profile) throws IllegalArgumentException
create1DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create1DConnection(hep.aida.ICloud1D cloud) throws IllegalArgumentException
create1DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create1DConnection(hep.aida.IDataPointSet dataPointSet, int xIndex, int valIndex) throws IllegalArgumentException
create1DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create1DConnection(double[] x, double[] y, double[] corrMatrix) throws IllegalArgumentException
create1DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create2DConnection(hep.aida.IHistogram2D hist) throws IllegalArgumentException
create2DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create2DConnection(hep.aida.IHistogram2D hist, int xIndex, int yIndex) throws IllegalArgumentException
create2DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create2DConnection(hep.aida.IProfile2D profile) throws IllegalArgumentException
create2DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create2DConnection(hep.aida.IProfile2D profile, int xIndex, int yIndex) throws IllegalArgumentException
create2DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create2DConnection(hep.aida.ICloud2D cloud) throws IllegalArgumentException
create2DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create2DConnection(hep.aida.ICloud2D cloud, int xIndex, int yIndex) throws IllegalArgumentException
create2DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create2DConnection(hep.aida.IDataPointSet dataPointSet, int xIndex, int yIndex, int valIndex) throws IllegalArgumentException
create2DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create3DConnection(hep.aida.IHistogram3D hist) throws IllegalArgumentException
create3DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create3DConnection(hep.aida.IHistogram3D hist, int xIndex, int yIndex, int zIndex) throws IllegalArgumentException
create3DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create3DConnection(hep.aida.ICloud3D cloud) throws IllegalArgumentException
create3DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create3DConnection(hep.aida.ICloud3D cloud, int xIndex, int yIndex, int zIndex) throws IllegalArgumentException
create3DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void create3DConnection(hep.aida.IDataPointSet dataPointSet, int xIndex, int yIndex, int zIndex, int valIndex) throws IllegalArgumentException
create3DConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void createConnection(hep.aida.IDataPointSet dataPointSet, int[] indeces, int valIndex) throws IllegalArgumentException
createConnection
in interface hep.aida.IFitData
IllegalArgumentException
public void createConnection(hep.aida.ITuple tuple, hep.aida.IEvaluator[] evals)
createConnection
in interface hep.aida.IFitData
public void createConnection(hep.aida.ITuple tuple, String[] colNames)
createConnection
in interface hep.aida.IFitData
public hep.aida.IRangeSet range(int index) throws IllegalArgumentException
range
in interface hep.aida.IFitData
IllegalArgumentException
public hep.aida.dev.IDevFitDataIterator dataIterator()
dataIterator
in interface hep.aida.dev.IDevFitData
public int dimension()
dimension
in interface hep.aida.IFitData
public String dataDescription()
dataDescription
in interface hep.aida.IFitData
public void reset()
reset
in interface hep.aida.IFitData
public int fitType()
fitType
in interface hep.aida.dev.IDevFitData
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |