FreeHEP API
Version current

hep.aida.jni
Class CIFitData

java.lang.Object
  extended byhep.aida.jni.CAIDRef
      extended byhep.aida.jni.CProxy
          extended byhep.aida.jni.CIFitData
All Implemented Interfaces:
hep.aida.IFitData

public class CIFitData
extends CProxy
implements hep.aida.IFitData

Source Code:
CIFitData.java

Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CIFitData(long crefID)
           
 
Method Summary
 void create1DConnection(hep.aida.ICloud1D c)
           
 void create1DConnection(hep.aida.IDataPointSet dp, int xIndex, int valIndex)
           
 void create1DConnection(hep.aida.IHistogram1D h)
           
 void create1DConnection(hep.aida.IProfile1D p)
           
 void create2DConnection(hep.aida.ICloud2D c)
           
 void create2DConnection(hep.aida.ICloud2D c, int xIndex, int yIndex)
           
 void create2DConnection(hep.aida.IDataPointSet dp, int xIndex, int yIndex, int valIndex)
           
 void create2DConnection(hep.aida.IHistogram2D h)
           
 void create2DConnection(hep.aida.IHistogram2D h, int xIndex, int yIndex)
           
 void create2DConnection(hep.aida.IProfile2D p)
           
 void create2DConnection(hep.aida.IProfile2D p, int xIndex, int yIndex)
           
 void create3DConnection(hep.aida.ICloud3D c)
           
 void create3DConnection(hep.aida.ICloud3D c, int xIndex, int yIndex, int zIndex)
           
 void create3DConnection(hep.aida.IDataPointSet dp, int xIndex, int yIndex, int zIndex, int valIndex)
           
 void create3DConnection(hep.aida.IHistogram3D h)
           
 void create3DConnection(hep.aida.IHistogram3D h, int xIndex, int yIndex, int zIndex)
           
 void createConnection(hep.aida.IDataPointSet dp, int[] indices, int valIndex)
           
 void createConnection(hep.aida.ITuple t, hep.aida.IEvaluator[] evals)
           
 void createConnection(hep.aida.ITuple t, String[] colNames)
           
 String dataDescription()
           
 int dimension()
           
 hep.aida.IRangeSet range(int index)
           
 void reset()
           
 
Methods inherited from class hep.aida.jni.CProxy
finalize, finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.aida.IFitData
create1DConnection
 

Constructor Detail

CIFitData

public CIFitData(long crefID)
Method Detail

create1DConnection

public void create1DConnection(hep.aida.IHistogram1D h)
                        throws IllegalArgumentException
Specified by:
create1DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create1DConnection

public void create1DConnection(hep.aida.ICloud1D c)
                        throws IllegalArgumentException
Specified by:
create1DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create1DConnection

public void create1DConnection(hep.aida.IProfile1D p)
                        throws IllegalArgumentException
Specified by:
create1DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create1DConnection

public void create1DConnection(hep.aida.IDataPointSet dp,
                               int xIndex,
                               int valIndex)
                        throws IllegalArgumentException
Specified by:
create1DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create2DConnection

public void create2DConnection(hep.aida.IHistogram2D h)
                        throws IllegalArgumentException
Specified by:
create2DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create2DConnection

public void create2DConnection(hep.aida.IHistogram2D h,
                               int xIndex,
                               int yIndex)
                        throws IllegalArgumentException
Specified by:
create2DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create2DConnection

public void create2DConnection(hep.aida.ICloud2D c)
                        throws IllegalArgumentException
Specified by:
create2DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create2DConnection

public void create2DConnection(hep.aida.ICloud2D c,
                               int xIndex,
                               int yIndex)
                        throws IllegalArgumentException
Specified by:
create2DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create2DConnection

public void create2DConnection(hep.aida.IProfile2D p)
                        throws IllegalArgumentException
Specified by:
create2DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create2DConnection

public void create2DConnection(hep.aida.IProfile2D p,
                               int xIndex,
                               int yIndex)
                        throws IllegalArgumentException
Specified by:
create2DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create2DConnection

public void create2DConnection(hep.aida.IDataPointSet dp,
                               int xIndex,
                               int yIndex,
                               int valIndex)
                        throws IllegalArgumentException
Specified by:
create2DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create3DConnection

public void create3DConnection(hep.aida.IHistogram3D h)
                        throws IllegalArgumentException
Specified by:
create3DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create3DConnection

public void create3DConnection(hep.aida.IHistogram3D h,
                               int xIndex,
                               int yIndex,
                               int zIndex)
                        throws IllegalArgumentException
Specified by:
create3DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create3DConnection

public void create3DConnection(hep.aida.ICloud3D c)
                        throws IllegalArgumentException
Specified by:
create3DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create3DConnection

public void create3DConnection(hep.aida.ICloud3D c,
                               int xIndex,
                               int yIndex,
                               int zIndex)
                        throws IllegalArgumentException
Specified by:
create3DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

create3DConnection

public void create3DConnection(hep.aida.IDataPointSet dp,
                               int xIndex,
                               int yIndex,
                               int zIndex,
                               int valIndex)
                        throws IllegalArgumentException
Specified by:
create3DConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

createConnection

public void createConnection(hep.aida.ITuple t,
                             String[] colNames)
                      throws IllegalArgumentException
Specified by:
createConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

createConnection

public void createConnection(hep.aida.ITuple t,
                             hep.aida.IEvaluator[] evals)
                      throws IllegalArgumentException
Specified by:
createConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

createConnection

public void createConnection(hep.aida.IDataPointSet dp,
                             int[] indices,
                             int valIndex)
                      throws IllegalArgumentException
Specified by:
createConnection in interface hep.aida.IFitData
Throws:
IllegalArgumentException

reset

public void reset()
Specified by:
reset in interface hep.aida.IFitData

dimension

public int dimension()
Specified by:
dimension in interface hep.aida.IFitData

dataDescription

public String dataDescription()
Specified by:
dataDescription in interface hep.aida.IFitData

range

public hep.aida.IRangeSet range(int index)
                         throws IllegalArgumentException
Specified by:
range in interface hep.aida.IFitData
Throws:
IllegalArgumentException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.