FreeHEP API
Version current

hep.aida.jni
Class CITuple

java.lang.Object
  extended byhep.aida.jni.CAIDRef
      extended byhep.aida.jni.CProxy
          extended byhep.aida.jni.CITuple
All Implemented Interfaces:
hep.aida.ITuple

public class CITuple
extends CProxy
implements hep.aida.ITuple

Source Code:
CITuple.java

Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CITuple(long crefID)
           
 
Method Summary
 void addRow()
           
 hep.aida.IAnnotation annotation()
           
 double columnMax(int column)
           
 double columnMean(int column)
           
 double columnMin(int column)
           
 String columnName(int column)
           
 String[] columnNames()
           
 double columnRms(int column)
           
 int columns()
           
 Class columnType(int column)
           
 Class[] columnTypes()
           
 void fill(double[] values)
           
 void fill(float[] values)
           
 void fill(int column, boolean value)
           
 void fill(int column, byte value)
           
 void fill(int column, char value)
           
 void fill(int column, double value)
           
 void fill(int column, float value)
           
 void fill(int column, int value)
           
 void fill(int column, long value)
           
 void fill(int column, Object value)
           
 void fill(int column, short value)
           
 void fill(int column, String value)
           
 int findColumn(String name)
           
 boolean getBoolean(int column)
           
 byte getByte(int column)
           
 char getChar(int column)
           
 double getDouble(int column)
           
 float getFloat(int column)
           
 int getInt(int column)
           
 long getLong(int column)
           
 Object getObject(int column)
           
 short getShort(int column)
           
 String getString(int column)
           
 hep.aida.ITuple getTuple(int column)
           
 boolean next()
           
 void project(hep.aida.ICloud1D cloud, hep.aida.IEvaluator evaluatorX)
           
 void project(hep.aida.ICloud1D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator weight)
           
 void project(hep.aida.ICloud1D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IFilter filter)
           
 void project(hep.aida.ICloud1D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IFilter filter, hep.aida.IEvaluator weight)
           
 void project(hep.aida.ICloud2D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY)
           
 void project(hep.aida.ICloud2D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator weight)
           
 void project(hep.aida.ICloud2D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter)
           
 void project(hep.aida.ICloud2D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter, hep.aida.IEvaluator weight)
           
 void project(hep.aida.ICloud3D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ)
           
 void project(hep.aida.ICloud3D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IEvaluator weight)
           
 void project(hep.aida.ICloud3D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter)
           
 void project(hep.aida.ICloud3D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IHistogram1D histogram, hep.aida.IEvaluator evaluatorX)
           
 void project(hep.aida.IHistogram1D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IHistogram1D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IFilter filter)
           
 void project(hep.aida.IHistogram1D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IFilter filter, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IHistogram2D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY)
           
 void project(hep.aida.IHistogram2D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IHistogram2D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter)
           
 void project(hep.aida.IHistogram2D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IHistogram3D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ)
           
 void project(hep.aida.IHistogram3D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IHistogram3D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter)
           
 void project(hep.aida.IHistogram3D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IProfile1D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY)
           
 void project(hep.aida.IProfile1D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IProfile1D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter)
           
 void project(hep.aida.IProfile1D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IProfile2D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ)
           
 void project(hep.aida.IProfile2D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IEvaluator weight)
           
 void project(hep.aida.IProfile2D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter)
           
 void project(hep.aida.IProfile2D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter, hep.aida.IEvaluator weight)
           
 void reset()
           
 void resetRow()
           
 int rows()
           
 void setRow(int rowIndex)
           
 void setTitle(String title)
           
 void skip(int rows)
           
 void start()
           
 String title()
           
 
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.ITuple
column, column, columnDefaultValue, evaluateMax, evaluateMax, evaluateMin, evaluateMin, findTuple
 

Constructor Detail

CITuple

public CITuple(long crefID)
Method Detail

title

public String title()
Specified by:
title in interface hep.aida.ITuple

setTitle

public void setTitle(String title)
              throws IllegalArgumentException
Specified by:
setTitle in interface hep.aida.ITuple
Throws:
IllegalArgumentException

annotation

public hep.aida.IAnnotation annotation()
Specified by:
annotation in interface hep.aida.ITuple

fill

public void fill(int column,
                 double value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 float value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 int value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 short value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 long value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 char value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 byte value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 boolean value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 String value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(int column,
                 Object value)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(double[] values)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

fill

public void fill(float[] values)
          throws IllegalArgumentException
Specified by:
fill in interface hep.aida.ITuple
Throws:
IllegalArgumentException

addRow

public void addRow()
            throws hep.aida.OutOfStorageException
Specified by:
addRow in interface hep.aida.ITuple
Throws:
hep.aida.OutOfStorageException

resetRow

public void resetRow()
Specified by:
resetRow in interface hep.aida.ITuple

reset

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

rows

public int rows()
Specified by:
rows in interface hep.aida.ITuple

start

public void start()
Specified by:
start in interface hep.aida.ITuple

skip

public void skip(int rows)
          throws IllegalArgumentException
Specified by:
skip in interface hep.aida.ITuple
Throws:
IllegalArgumentException

next

public boolean next()
Specified by:
next in interface hep.aida.ITuple

setRow

public void setRow(int rowIndex)
            throws IllegalArgumentException
Specified by:
setRow in interface hep.aida.ITuple
Throws:
IllegalArgumentException

findColumn

public int findColumn(String name)
               throws IllegalArgumentException
Specified by:
findColumn in interface hep.aida.ITuple
Throws:
IllegalArgumentException

getDouble

public double getDouble(int column)
                 throws ClassCastException
Specified by:
getDouble in interface hep.aida.ITuple
Throws:
ClassCastException

getFloat

public float getFloat(int column)
               throws ClassCastException
Specified by:
getFloat in interface hep.aida.ITuple
Throws:
ClassCastException

getInt

public int getInt(int column)
           throws ClassCastException
Specified by:
getInt in interface hep.aida.ITuple
Throws:
ClassCastException

getShort

public short getShort(int column)
               throws ClassCastException
Specified by:
getShort in interface hep.aida.ITuple
Throws:
ClassCastException

getLong

public long getLong(int column)
             throws ClassCastException
Specified by:
getLong in interface hep.aida.ITuple
Throws:
ClassCastException

getChar

public char getChar(int column)
             throws ClassCastException
Specified by:
getChar in interface hep.aida.ITuple
Throws:
ClassCastException

getByte

public byte getByte(int column)
             throws ClassCastException
Specified by:
getByte in interface hep.aida.ITuple
Throws:
ClassCastException

getBoolean

public boolean getBoolean(int column)
                   throws ClassCastException
Specified by:
getBoolean in interface hep.aida.ITuple
Throws:
ClassCastException

getString

public String getString(int column)
                 throws ClassCastException
Specified by:
getString in interface hep.aida.ITuple
Throws:
ClassCastException

getObject

public Object getObject(int column)
                 throws ClassCastException
Specified by:
getObject in interface hep.aida.ITuple
Throws:
ClassCastException

getTuple

public hep.aida.ITuple getTuple(int column)
Specified by:
getTuple in interface hep.aida.ITuple

columns

public int columns()
Specified by:
columns in interface hep.aida.ITuple

columnName

public String columnName(int column)
                  throws IllegalArgumentException
Specified by:
columnName in interface hep.aida.ITuple
Throws:
IllegalArgumentException

columnNames

public String[] columnNames()
Specified by:
columnNames in interface hep.aida.ITuple

columnType

public Class columnType(int column)
                 throws IllegalArgumentException
Specified by:
columnType in interface hep.aida.ITuple
Throws:
IllegalArgumentException

columnTypes

public Class[] columnTypes()
Specified by:
columnTypes in interface hep.aida.ITuple

columnMin

public double columnMin(int column)
                 throws IllegalArgumentException
Specified by:
columnMin in interface hep.aida.ITuple
Throws:
IllegalArgumentException

columnMax

public double columnMax(int column)
                 throws IllegalArgumentException
Specified by:
columnMax in interface hep.aida.ITuple
Throws:
IllegalArgumentException

columnMean

public double columnMean(int column)
                  throws IllegalArgumentException
Specified by:
columnMean in interface hep.aida.ITuple
Throws:
IllegalArgumentException

columnRms

public double columnRms(int column)
                 throws IllegalArgumentException
Specified by:
columnRms in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram1D histogram,
                    hep.aida.IEvaluator evaluatorX)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram1D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IFilter filter)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram1D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram1D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IFilter filter,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram2D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram2D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IFilter filter)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram2D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram2D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IFilter filter,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram3D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram3D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IFilter filter)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram3D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IHistogram3D histogram,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IFilter filter,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud1D cloud,
                    hep.aida.IEvaluator evaluatorX)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud1D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IFilter filter)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud1D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud1D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IFilter filter,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud2D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud2D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IFilter filter)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud2D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud2D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IFilter filter,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud3D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud3D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IFilter filter)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud3D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.ICloud3D cloud,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IFilter filter,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IProfile1D profile,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IProfile1D profile,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IFilter filter)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IProfile1D profile,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IProfile1D profile,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IFilter filter,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IProfile2D profile,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IProfile2D profile,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IFilter filter)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IProfile2D profile,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

project

public void project(hep.aida.IProfile2D profile,
                    hep.aida.IEvaluator evaluatorX,
                    hep.aida.IEvaluator evaluatorY,
                    hep.aida.IEvaluator evaluatorZ,
                    hep.aida.IFilter filter,
                    hep.aida.IEvaluator weight)
             throws IllegalArgumentException
Specified by:
project in interface hep.aida.ITuple
Throws:
IllegalArgumentException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.