A B C D E F G H I K L M N O P R S T U V W X Y Z

A

accept() - Method in interface hep.aida.IFilter
accept or not the current tuple row
add(IHistogram1D) - Method in interface hep.aida.IHistogram1D
Modifies this histogram by adding the contents of h to it.
add(IHistogram2D) - Method in interface hep.aida.IHistogram2D
Modifies this histogram by adding the contents of h to it.
add(IHistogram3D) - Method in interface hep.aida.IHistogram3D
Modifies this histogram by adding the contents of h to it.
add(IManagedObject) - Method in interface hep.aida.dev.IDevTree
 
add(String, IHistogram1D, IHistogram1D) - Method in interface hep.aida.IHistogramFactory
Adds two 1D histograms
add(String, IHistogram2D, IHistogram2D) - Method in interface hep.aida.IHistogramFactory
Adds two 2D histograms
add(String, IHistogram3D, IHistogram3D) - Method in interface hep.aida.IHistogramFactory
Adds two 3D histograms
addItem(String, String, boolean) - Method in interface hep.aida.IAnnotation
Add a key/value pair with a given visibility.
addRow() - Method in interface hep.aida.ITuple
Should be called after fill is called for the columns.
allEntries() - Method in interface hep.aida.IHistogram
Number of all entries in all (both in-range and under/overflow) bins in the histogram.
allEntries() - Method in interface hep.aida.dev.IStatisticsHistogram
Number of all entries in all (both in-range and under/overflow) bins in the histogram.
annotation() - Method in interface hep.aida.IHistogram
Get the IAnnotation object.
annotation() - Method in interface hep.aida.dev.IStatisticsHistogram
to be defined
annotation() - Method in interface hep.aida.dev.IGristogram
to be defined
axis() - Method in interface hep.aida.IHistogram1D
Returns the X axis.
axis(int) - Method in interface hep.aida.dev.IStatisticsHistogram
Returns the axis.
axis(int) - Method in interface hep.aida.dev.IGristogram
Returns the axis.

B

binCentre(int) - Method in interface hep.aida.IHistogram1D
Centre of the corresponding bin.
binCentreX(int) - Method in interface hep.aida.IHistogram3D
Centre along x, y or z of the corresponding bin.
binCentreX(int) - Method in interface hep.aida.IHistogram2D
Centre along x or y of the corresponding bin.
binCentreY(int) - Method in interface hep.aida.IHistogram3D
 
binCentreY(int) - Method in interface hep.aida.IHistogram2D
 
binCentreZ(int) - Method in interface hep.aida.IHistogram3D
 
binEntries(int) - Method in interface hep.aida.IHistogram1D
Number of entries in the corresponding bin (ie the number of times fill was called for this bin).
binEntries(int[]) - Method in interface hep.aida.dev.IStatisticsHistogram
Number of entries in the corresponding bin (ie the number of times fill was called for this bin).
binEntries(int, int) - Method in interface hep.aida.IHistogram2D
The number of entries (ie the number of times fill was called for this bin).
binEntries(int, int, int) - Method in interface hep.aida.IHistogram3D
The number of entries (ie the number of times fill was called for this bin).
binEntriesX(int) - Method in interface hep.aida.IHistogram3D
Equivalent to projectionXY().binEntriesX(indexX).
binEntriesX(int) - Method in interface hep.aida.IHistogram2D
Equivalent to projectionX().binEntries(indexX).
binEntriesY(int) - Method in interface hep.aida.IHistogram3D
Equivalent to projectionXY().binEntriesY(indexY).
binEntriesY(int) - Method in interface hep.aida.IHistogram2D
Equivalent to projectionY().binEntries(indexY).
binEntriesZ(int) - Method in interface hep.aida.IHistogram3D
Equivalent to projectionXZ().binEntriesY(indexZ).
binError(int) - Method in interface hep.aida.IHistogram1D
The error on this bin.
binError(int[]) - Method in interface hep.aida.dev.IStatisticsHistogram
The error on this bin.
binError(int[]) - Method in interface hep.aida.dev.IGristogram
The error on this bin.
binError(int, int) - Method in interface hep.aida.IHistogram2D
The error on this bin.
binError(int, int, int) - Method in interface hep.aida.IHistogram3D
The error on this bin.
binHeight(int) - Method in interface hep.aida.IHistogram1D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int[]) - Method in interface hep.aida.dev.IStatisticsHistogram
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int[]) - Method in interface hep.aida.dev.IGristogram
Number of entries in the corresponding bin (ie the number of times fill was called for this bin).
binHeight(int, int) - Method in interface hep.aida.IHistogram2D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int, int, int) - Method in interface hep.aida.IHistogram3D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeightX(int) - Method in interface hep.aida.IHistogram3D
Equivalent to projectionXY().binHeightX(indexX).
binHeightX(int) - Method in interface hep.aida.IHistogram2D
Equivalent to projectionX().binHeight(indexX).
binHeightY(int) - Method in interface hep.aida.IHistogram3D
Equivalent to projectionXY().binHeightY(indexY).
binHeightY(int) - Method in interface hep.aida.IHistogram2D
Equivalent to projectionY().binHeight(indexY).
binHeightZ(int) - Method in interface hep.aida.IHistogram3D
Equivalent to projectionXZ().binHeightY(indexZ).
binLowerEdge(int) - Method in interface hep.aida.IAxis
Lower edge of the specified bin.
bins() - Method in interface hep.aida.IAxis
The number of bins (excluding underflow and overflow) on the axis.
binUpperEdge(int) - Method in interface hep.aida.IAxis
Upper edge of the specified bin.
binWidth(int) - Method in interface hep.aida.IAxis
Width of the bin specified.

C

cd(String) - Method in interface hep.aida.ITree
 
chiSquare() - Method in interface hep.aida.IFitFunction
 
clearBounds(String) - Method in interface hep.aida.IFitFunction
 
clearPage() - Method in interface hep.aida.IPlotter
Clear all regions.
clearRegion() - Method in interface hep.aida.IPlotter
Clear the list of things to plot for the current region.
close() - Method in interface hep.aida.ITree
 
close() - Method in interface hep.aida.dev.IStore
 
columnMax(int) - Method in interface hep.aida.ITuple
 
columnMean(int) - Method in interface hep.aida.ITuple
 
columnMin(int) - Method in interface hep.aida.ITuple
 
columnName(int) - Method in interface hep.aida.ITuple
Gets the name of a column from its index
columnRms(int) - Method in interface hep.aida.ITuple
 
columns() - Method in interface hep.aida.ITuple
Number of columns in ntuple
columnType(int) - Method in interface hep.aida.ITuple
Returns the type of the column (maybe a String in C++)
commit() - Method in interface hep.aida.ITree
 
commit() - Method in interface hep.aida.dev.IStore
 
convert(int, double, double) - Method in interface hep.aida.ICloud1D
 
convert(int, double, double, int, double, double) - Method in interface hep.aida.ICloud2D
 
convert(int, double, double, int, double, double, int, double, double) - Method in interface hep.aida.ICloud3D
 
coordToIndex(double) - Method in interface hep.aida.IAxis
Converts a coordinate on the axis to a bin number.
coordToIndex(double) - Method in interface hep.aida.IHistogram1D
Convenience method, equivalent to axis().coordToIndex(coord).
coordToIndexX(double) - Method in interface hep.aida.IHistogram3D
Convenience method, equivalent to xAxis().coordToIndex(coord).
coordToIndexX(double) - Method in interface hep.aida.IHistogram2D
Convenience method, equivalent to xAxis().coordToIndex(coord).
coordToIndexY(double) - Method in interface hep.aida.IHistogram3D
Convenience method, equivalent to yAxis().coordToIndex(coord).
coordToIndexY(double) - Method in interface hep.aida.IHistogram2D
Convenience method, equivalent to yAxis().coordToIndex(coord).
coordToIndexZ(double) - Method in interface hep.aida.IHistogram3D
Convenience method, equivalent to zAxis().coordToIndex(coord).
cp(String, String) - Method in interface hep.aida.ITree
 
cp(String, String, boolean) - Method in interface hep.aida.ITree
 
create() - Method in interface hep.aida.ITreeFactory
Creates an in memory tree.
create() - Static method in class hep.aida.IAnalysisFactory
Create an instance of an IAnalysisFactory.
create(ITuple, String) - Method in interface hep.aida.IFilterFactory
Create an evaluator that uses some interpreter.
create(ITuple, String) - Method in interface hep.aida.IEvaluatorFactory
Create an evaluator that uses some interpreter.
create(String) - Method in interface hep.aida.ITreeFactory
Creates a new tree and associates it with a store.
create(String) - Method in interface hep.aida.IPlotterFactory
 
create(String, boolean, boolean) - Method in interface hep.aida.ITreeFactory
Creates a new tree and associates it with a store.
create(String, boolean, boolean, String) - Method in interface hep.aida.ITreeFactory
Creates a new tree and associates it with a store.
create(String, String) - Method in interface hep.aida.ITreeFactory
Creates a new tree and associates it with a store.
create(String, String, String[], Class[], String) - Method in interface hep.aida.ITupleFactory
Create an NTuple
create(String, String, String, double[]) - Method in interface hep.aida.IFunctionFactory
 
create(String, String, String, double[], String) - Method in interface hep.aida.IFunctionFactory
 
create(String, String, String, String) - Method in interface hep.aida.ITupleFactory
Create an NTuple
create1D(String) - Method in interface hep.aida.ICloudFactory
 
create1D(String, int, double, double) - Method in interface hep.aida.IHistogramFactory
 
create1D(String, String) - Method in interface hep.aida.ICloudFactory
 
create1D(String, String, double[], String) - Method in interface hep.aida.IHistogramFactory
 
create1D(String, String, int, double, double) - Method in interface hep.aida.IHistogramFactory
 
create1D(String, String, int, double, double, String) - Method in interface hep.aida.IHistogramFactory
 
create1D(String, String, int, String) - Method in interface hep.aida.ICloudFactory
 
create2D(String) - Method in interface hep.aida.ICloudFactory
 
create2D(String, int, double, double, int, double, double) - Method in interface hep.aida.IHistogramFactory
 
create2D(String, String) - Method in interface hep.aida.ICloudFactory
 
create2D(String, String, double[], double[], String) - Method in interface hep.aida.IHistogramFactory
 
create2D(String, String, int, double, double, int, double, double) - Method in interface hep.aida.IHistogramFactory
 
create2D(String, String, int, double, double, int, double, double, String) - Method in interface hep.aida.IHistogramFactory
 
create2D(String, String, int, String) - Method in interface hep.aida.ICloudFactory
 
create3D(String) - Method in interface hep.aida.ICloudFactory
 
create3D(String, int, double, double, int, double, double, int, double, double) - Method in interface hep.aida.IHistogramFactory
 
create3D(String, String) - Method in interface hep.aida.ICloudFactory
 
create3D(String, String, double[], double[], double[], String) - Method in interface hep.aida.IHistogramFactory
 
create3D(String, String, int, double, double, int, double, double, int, double, double) - Method in interface hep.aida.IHistogramFactory
 
create3D(String, String, int, double, double, int, double, double, int, double, double, String) - Method in interface hep.aida.IHistogramFactory
 
create3D(String, String, int, String) - Method in interface hep.aida.ICloudFactory
 
createCloudFactory(ITree) - Method in class hep.aida.IAnalysisFactory
Create an ICloudFactory.
createEvaluatorFactory() - Method in class hep.aida.IAnalysisFactory
Create an IEvaluatorFactory.
createFilterFactory() - Method in class hep.aida.IAnalysisFactory
Create an IFilterFactory.
createFit(String, String, String, String) - Method in interface hep.aida.IFunctionFactory
 
createFunctionFactory(ITree) - Method in class hep.aida.IAnalysisFactory
Create an IFunctionFactory.
createHistogramFactory(ITree) - Method in class hep.aida.IAnalysisFactory
Create an IHistogramFactory.
createPlotterFactory() - Method in class hep.aida.IAnalysisFactory
Create an IPlotterFactory.
createRegion(double, double, double, double) - Method in interface hep.aida.IPlotter
Create a new region.
createRegions(int, int) - Method in interface hep.aida.IPlotter
Create a grid of regions, replacing any existing regions.
createRegions(int, int, int) - Method in interface hep.aida.IPlotter
Create a grid of regions, replacing any existing regions.
createScripted(String, String, String) - Method in interface hep.aida.IFunctionFactory
 
createTreeFactory() - Method in class hep.aida.IAnalysisFactory
Create an ITreeFactory.
createTupleFactory(ITree) - Method in class hep.aida.IAnalysisFactory
Create an ITupleFactory.
currentRegion() - Method in interface hep.aida.IPlotter
Get the current region

D

degreeOfFreedom() - Method in interface hep.aida.IFitFunction
 
dimension() - Method in interface hep.aida.IFunction
 
dimension() - Method in interface hep.aida.ICloud
 
dimension() - Method in interface hep.aida.IHistogram
 
dimension() - Method in interface hep.aida.dev.IStatisticsHistogram
Returns the dimension of the histogram.
dimension() - Method in interface hep.aida.dev.IGristogram
Returns 1 for one-dimensional histograms, 2 for two-dimensional histograms, and so on.
div(String, IHistogram1D, IHistogram1D) - Method in interface hep.aida.IHistogramFactory
Divides two 1D histograms
div(String, IHistogram2D, IHistogram2D) - Method in interface hep.aida.IHistogramFactory
Divides two 2D histograms
div(String, IHistogram3D, IHistogram3D) - Method in interface hep.aida.IHistogramFactory
Divides two 3D histograms

E

entries() - Method in interface hep.aida.ICloud
 
entries() - Method in interface hep.aida.IHistogram
Number of in-range entries in the histogram.
entries() - Method in interface hep.aida.dev.IStatisticsHistogram
Number of in-range entries in the histogram.
equivalentBinEntries() - Method in interface hep.aida.IHistogram
Number of equivalent entries.
equivalentBinEntries() - Method in interface hep.aida.dev.IStatisticsHistogram
Number of equivalent entries.
error(String) - Method in interface hep.aida.IFitFunction
 
errors() - Method in interface hep.aida.IFitFunction
 
evaluateDouble() - Method in interface hep.aida.IEvaluator
evaluate from current tuple row data
extraEntries() - Method in interface hep.aida.IHistogram
Number of under and overflow entries in the histogram.
extraEntries() - Method in interface hep.aida.dev.IStatisticsHistogram
Number of under and overflow entries in the histogram.

F

fill(double) - Method in interface hep.aida.ICloud1D
 
fill(double) - Method in interface hep.aida.IHistogram1D
Fill histogram with weight 1.
fill(double) - Method in interface hep.aida.dev.IStatisticsHistogram
Fill histogram with weight 1.
fill(double[]) - Method in interface hep.aida.ITuple
 
fill(double[]) - Method in interface hep.aida.dev.IStatisticsHistogram
Fill histogram with weight 1.
fill(double, double) - Method in interface hep.aida.ICloud2D
 
fill(double, double) - Method in interface hep.aida.ICloud1D
 
fill(double, double) - Method in interface hep.aida.IHistogram2D
Fill the histogram with weight 1.
fill(double, double) - Method in interface hep.aida.IHistogram1D
Fill histogram with specified weight.
fill(double, double) - Method in interface hep.aida.dev.IStatisticsHistogram
Fill histogram with weight 1.
fill(double, double, double) - Method in interface hep.aida.ICloud3D
 
fill(double, double, double) - Method in interface hep.aida.IHistogram3D
Fill the histogram with weight 1.
fill(double, double, double) - Method in interface hep.aida.ICloud2D
 
fill(double, double, double) - Method in interface hep.aida.IHistogram2D
Fill the histogram with specified weight.
fill(double, double, double) - Method in interface hep.aida.dev.IStatisticsHistogram
Fill histogram with weight 1.
fill(double, double, double, double) - Method in interface hep.aida.ICloud3D
 
fill(double, double, double, double) - Method in interface hep.aida.IHistogram3D
Fill the histogram with specified weight.
fill(float[]) - Method in interface hep.aida.ITuple
 
fill(int, boolean) - Method in interface hep.aida.ITuple
 
fill(int, byte) - Method in interface hep.aida.ITuple
 
fill(int, char) - Method in interface hep.aida.ITuple
 
fill(int, double) - Method in interface hep.aida.ITuple
 
fill(int, float) - Method in interface hep.aida.ITuple
 
fill(int, int) - Method in interface hep.aida.ITuple
 
fill(int, long) - Method in interface hep.aida.ITuple
 
fill(int, Object) - Method in interface hep.aida.ITuple
 
fill(int, short) - Method in interface hep.aida.ITuple
 
fill(int, String) - Method in interface hep.aida.ITuple
 
fillWeighted(double[], double) - Method in interface hep.aida.dev.IStatisticsHistogram
Fill histogram with specified weight.
fillWeighted(double, double) - Method in interface hep.aida.dev.IStatisticsHistogram
Fill histogram with specified weight.
fillWeighted(double, double, double) - Method in interface hep.aida.dev.IStatisticsHistogram
Fill histogram with specified weight.
fillWeighted(double, double, double, double) - Method in interface hep.aida.dev.IStatisticsHistogram
Fill histogram with specified weight.
find(String) - Method in interface hep.aida.ITree
 
findColumn(String) - Method in interface hep.aida.ITuple
Convert a name to a column index.
findPath(IManagedObject) - Method in interface hep.aida.ITree
 
fit(IHistogram) - Method in interface hep.aida.IFitFunction
 

G

getBoolean(int) - Method in interface hep.aida.ITuple
 
getByte(int) - Method in interface hep.aida.ITuple
 
getChar(int) - Method in interface hep.aida.ITuple
 
getDouble(int) - Method in interface hep.aida.ITuple
 
getFloat(int) - Method in interface hep.aida.ITuple
 
getGradient(double[], double[]) - Method in interface hep.aida.IFitFunction
FIXME: We need a Fitter expert here!
getInt(int) - Method in interface hep.aida.ITuple
 
getLong(int) - Method in interface hep.aida.ITuple
 
getObject(int) - Method in interface hep.aida.ITuple
 
getShort(int) - Method in interface hep.aida.ITuple
 
getString(int) - Method in interface hep.aida.ITuple
 

H

hasGradient() - Method in interface hep.aida.IFitFunction
 
hep.aida - package hep.aida
User level interfaces for compact, extensible, modular and performant histogramming functionality.
hep.aida.dev - package hep.aida.dev
Developer level interfaces.
hide() - Method in interface hep.aida.IPlotter
Unmap the plotter on the screen.
histogram() - Method in interface hep.aida.ICloud3D
 
histogram() - Method in interface hep.aida.ICloud2D
 
histogram() - Method in interface hep.aida.ICloud1D
 

I

IAnalysisFactory - class hep.aida.IAnalysisFactory.
The "master" factory from which other factories are obtained.
IAnalysisFactory() - Constructor for class hep.aida.IAnalysisFactory
 
IAnnotation - interface hep.aida.IAnnotation.
An interface for "annotating" histograms, clouds, etc.
IAxis - interface hep.aida.IAxis.
An IAxis represents a binned histogram axis.
IBackingStore - interface hep.aida.dev.IBackingStore.
Only for Tuples and Clouds Question: Use of backing store for large numbers of histograms?
ICloud - interface hep.aida.ICloud.
User level interface to a Cloud.
ICloud1D - interface hep.aida.ICloud1D.
User level interface to a 1D Cloud.
ICloud2D - interface hep.aida.ICloud2D.
User level interface to a 1D Cloud.
ICloud3D - interface hep.aida.ICloud3D.
User level interface to a 1D Cloud.
ICloudFactory - interface hep.aida.ICloudFactory.
A factory for creating clouds.
IConstants - interface hep.aida.IConstants.
Command constants used throughout AIDA.
IDevTree - interface hep.aida.dev.IDevTree.
Developer level interface to a Tree.
IEvaluator - interface hep.aida.IEvaluator.
 
IEvaluatorFactory - interface hep.aida.IEvaluatorFactory.
 
IFilter - interface hep.aida.IFilter.
 
IFilterFactory - interface hep.aida.IFilterFactory.
 
IFitFunction - interface hep.aida.IFitFunction.
A fittable function.
IFunction - interface hep.aida.IFunction.
A function which can be dispayed on a plot or fitted to a hsitogram.
IFunctionFactory - interface hep.aida.IFunctionFactory.
 
IGristogram - interface hep.aida.dev.IGristogram.
 
IHistogram - interface hep.aida.IHistogram.
User level interface to Histogram.
IHistogram1D - interface hep.aida.IHistogram1D.
User level interface to 1D Histogram.
IHistogram2D - interface hep.aida.IHistogram2D.
User level interface to 2D Histogram.
IHistogram3D - interface hep.aida.IHistogram3D.
User level interface to 3D Histogram.
IHistogramFactory - interface hep.aida.IHistogramFactory.
 
IManagedObject - interface hep.aida.IManagedObject.
An object which can be stored in a tree.
interact() - Method in interface hep.aida.IPlotter
Give control to the plotter GUI.
IPlotter - interface hep.aida.IPlotter.
User level interface for plotting histograms, clounds and functions.
IPlotterFactory - interface hep.aida.IPlotterFactory.
 
IStatisticsHistogram - interface hep.aida.dev.IStatisticsHistogram.
A class for N-dimensional Histograms.
IStore - interface hep.aida.dev.IStore.
Developer level interface to Store.
ITree - interface hep.aida.ITree.
User level interface to a Tree.
ITreeFactory - interface hep.aida.ITreeFactory.
The creator of trees.
ITuple - interface hep.aida.ITuple.
User level interface to a Tuple.
ITupleFactory - interface hep.aida.ITupleFactory.
A factory for creating ITuples.

K

key(int) - Method in interface hep.aida.IAnnotation
 

L

label() - Method in interface hep.aida.IFunction
 
label() - Method in interface hep.aida.ICloud
 
label() - Method in interface hep.aida.IHistogram
Label of the histogram
label() - Method in interface hep.aida.ITuple
The label for this n-tuple
label() - Method in interface hep.aida.dev.IStatisticsHistogram
Label of the histogram (will be set only in the constructor).
label() - Method in interface hep.aida.dev.IGristogram
Label of the histogram (will be set only in the constructor).
lowerEdge() - Method in interface hep.aida.IAxis
Lower axis edge.
lowerEdge() - Method in interface hep.aida.ICloud1D
 
lowerEdgeX() - Method in interface hep.aida.ICloud3D
 
lowerEdgeX() - Method in interface hep.aida.ICloud2D
 
lowerEdgeY() - Method in interface hep.aida.ICloud3D
 
lowerEdgeY() - Method in interface hep.aida.ICloud2D
 
lowerEdgeZ() - Method in interface hep.aida.ICloud3D
 
ls() - Method in interface hep.aida.ITree
 
ls(boolean) - Method in interface hep.aida.ITree
 
ls(String) - Method in interface hep.aida.ITree
 
ls(String, boolean) - Method in interface hep.aida.ITree
 

M

maxBinHeight() - Method in interface hep.aida.IHistogram
Maximum height of in-range bins in the histogram.
maxBinHeight() - Method in interface hep.aida.dev.IStatisticsHistogram
Maximum height of in-range bins in the histogram.
maxBinHeight() - Method in interface hep.aida.dev.IGristogram
Maximum height of in-range bins in the histogram.
mean() - Method in interface hep.aida.ICloud1D
 
mean() - Method in interface hep.aida.IHistogram1D
Returns the mean of the whole histogram as calculated on filling-time.
mean(int) - Method in interface hep.aida.dev.IStatisticsHistogram
Returns the mean of the whole histogram as calculated on filling-time.
mean(int) - Method in interface hep.aida.dev.IGristogram
Returns the mean of the whole histogram as calculated on filling-time.
meanX() - Method in interface hep.aida.ICloud3D
 
meanX() - Method in interface hep.aida.IHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the X axis.
meanX() - Method in interface hep.aida.ICloud2D
 
meanX() - Method in interface hep.aida.IHistogram2D
Returns the mean of the histogram, as calculated on filling-time projected on the X axis.
meanY() - Method in interface hep.aida.ICloud3D
 
meanY() - Method in interface hep.aida.IHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the Y axis.
meanY() - Method in interface hep.aida.ICloud2D
 
meanY() - Method in interface hep.aida.IHistogram2D
Returns the mean of the histogram, as calculated on filling-time projected on the Y axis.
meanZ() - Method in interface hep.aida.ICloud3D
 
meanZ() - Method in interface hep.aida.IHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the Z axis.
minBinHeight() - Method in interface hep.aida.IHistogram
Minimum height of in-range bins in the histogram.
minBinHeight() - Method in interface hep.aida.dev.IStatisticsHistogram
Minimum height of in-range bins in the histogram.
minBinHeight() - Method in interface hep.aida.dev.IGristogram
Minimum height of in-range bins in the histogram.
mkdir(String) - Method in interface hep.aida.ITree
 
mkdirs(String) - Method in interface hep.aida.ITree
 
mount(String, ITree, String) - Method in interface hep.aida.ITree
Mounts a tree within another (target) tree.
mul(String, IHistogram1D, IHistogram1D) - Method in interface hep.aida.IHistogramFactory
Multiplies two 1D histograms
mul(String, IHistogram2D, IHistogram2D) - Method in interface hep.aida.IHistogramFactory
Multiplies two 2D histograms
mul(String, IHistogram3D, IHistogram3D) - Method in interface hep.aida.IHistogramFactory
Multiplies two 3D histograms
mv(String, String) - Method in interface hep.aida.ITree
 

N

name() - Method in interface hep.aida.IManagedObject
distinct from the label in IHistogram, ICloud...
next() - Method in interface hep.aida.IPlotter
Set current region to be the "next" one.
next() - Method in interface hep.aida.ITuple
Positions the cursor at the next row.

O

OutOfStorageException - exception hep.aida.OutOfStorageException.
Exception thrown if an ITuple or ICloud runs out of memory.
OutOfStorageException() - Constructor for class hep.aida.OutOfStorageException
 
OutOfStorageException(String) - Constructor for class hep.aida.OutOfStorageException
 
OVERFLOW_BIN - Static variable in interface hep.aida.IConstants
Constant specifying the overflow bin (can be passed to any method expecting a bin number).

P

parameterNames() - Method in interface hep.aida.IFunction
 
parameterValues() - Method in interface hep.aida.IFunction
 
plot(ICloud) - Method in interface hep.aida.IPlotter
Add a cloud to the list of things to plot in the current region.
plot(IFunction) - Method in interface hep.aida.IPlotter
Add a function to the list of things to plot in the current region.
plot(IHistogram) - Method in interface hep.aida.IPlotter
Add a histogram to the list of things to plot in the current region.
project(IHistogram1D, IEvaluator, IFilter) - Method in interface hep.aida.ITuple
Fill an IHistogram1D from the tuple.
project(IHistogram2D, IEvaluator, IEvaluator, IFilter) - Method in interface hep.aida.ITuple
Fill an IHistogram2D from the tuple.
project(IHistogram3D, IEvaluator, IEvaluator, IEvaluator, IFilter) - Method in interface hep.aida.ITuple
Fill an IHistogram3D from the tuple.
projectionX(String, IHistogram2D) - Method in interface hep.aida.IHistogramFactory
Create a projection from a 2D histogram parallel to the X axis.
projectionXY(String, IHistogram3D) - Method in interface hep.aida.IHistogramFactory
Create a projection parallel to the X axis from a 3D histogram.
projectionXZ(String, IHistogram3D) - Method in interface hep.aida.IHistogramFactory
Create a projection parallel to the Z axis from a 3D histogram.
projectionY(String, IHistogram2D) - Method in interface hep.aida.IHistogramFactory
Create a projection from a 2D histogram parallel to the Y axis.
projectionYZ(String, IHistogram3D) - Method in interface hep.aida.IHistogramFactory
Create a projection parallel to the Y axis from a 3D histogram.
pwd() - Method in interface hep.aida.ITree
 

R

refresh() - Method in interface hep.aida.IPlotter
Refresh the screen window(s).
remove(ICloud) - Method in interface hep.aida.IPlotter
Remove a cloud from the list of objects to display in the current region
remove(IFunction) - Method in interface hep.aida.IPlotter
Remove a function from the list of objects to display in the current region
remove(IHistogram) - Method in interface hep.aida.IPlotter
Remove a histogram from the list of objects to display in the current region
removeItem(String) - Method in interface hep.aida.IAnnotation
Remove the item indicated by a given key
reset() - Method in interface hep.aida.IHistogram
Reset contents; as if just constructed.
reset() - Method in interface hep.aida.ITuple
Clears all rows from ntuple?
reset() - Method in interface hep.aida.IAnnotation
 
reset() - Method in interface hep.aida.dev.IStatisticsHistogram
Reset contents; as if just constructed.
resetRow() - Method in interface hep.aida.ITuple
Clears the current (not yet added) row.
rm(String) - Method in interface hep.aida.ITree
 
rmdir(String) - Method in interface hep.aida.ITree
 
rms() - Method in interface hep.aida.ICloud1D
 
rms() - Method in interface hep.aida.IHistogram1D
Returns the rms of the whole histogram as calculated on filling-time.
rms(int) - Method in interface hep.aida.dev.IStatisticsHistogram
Returns the rms of the whole histogram as calculated on filling-time.
rms(int) - Method in interface hep.aida.dev.IGristogram
Returns the rms of the whole histogram as calculated on filling-time.
rmsX() - Method in interface hep.aida.ICloud3D
 
rmsX() - Method in interface hep.aida.IHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in interface hep.aida.ICloud2D
 
rmsX() - Method in interface hep.aida.IHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsY() - Method in interface hep.aida.ICloud3D
 
rmsY() - Method in interface hep.aida.IHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in interface hep.aida.ICloud2D
 
rmsY() - Method in interface hep.aida.IHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsZ() - Method in interface hep.aida.ICloud3D
 
rmsZ() - Method in interface hep.aida.IHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Z axis.
rows() - Method in interface hep.aida.ITuple
The number of rows currently in the ntuple.

S

select(String) - Method in interface hep.aida.dev.IStore
 
setBounds(String, double, double) - Method in interface hep.aida.IFitFunction
- NOTE you may pass Double.NEGATIVE_INFINITY or Double.POSITIVE_INFINITY
setChiSquare(double) - Method in interface hep.aida.IFitFunction
 
setCurrentRegion(int) - Method in interface hep.aida.IPlotter
Set current region by giving its index [0,n-1]
setDegreeOfFreedom(double) - Method in interface hep.aida.IFitFunction
 
setErrors(double[]) - Method in interface hep.aida.IFitFunction
 
setFixed(String, boolean) - Method in interface hep.aida.IFitFunction
 
setLabel(String) - Method in interface hep.aida.ICloud
 
setLabel(String) - Method in interface hep.aida.IHistogram
 
setParameter(String, String) - Method in interface hep.aida.IPlotter
 
setParameterValue(String, double) - Method in interface hep.aida.IFunction
 
setStepSize(String, double) - Method in interface hep.aida.IFitFunction
 
setValue(String, String) - Method in interface hep.aida.IAnnotation
Set value for a given key
setVisibility(String, boolean) - Method in interface hep.aida.IAnnotation
Set visibility for a given key
show() - Method in interface hep.aida.IPlotter
Map the plotter on the screen.
size() - Method in interface hep.aida.IAnnotation
 
skip(int) - Method in interface hep.aida.ITuple
Skips rows.
sliceX(String, IHistogram2D, int) - Method in interface hep.aida.IHistogramFactory
Slice parallel to the Y axis from a 2D histogram at bin indexY and one bin wide.
sliceX(String, IHistogram2D, int, int) - Method in interface hep.aida.IHistogramFactory
Create a slice parallel to the X axis from a 2D histogram, between "indexY1" and "indexY2" (inclusive).
sliceXY(String, IHistogram3D, int, int) - Method in interface hep.aida.IHistogramFactory
Create a slice perpendicular to the Z axis from a 3D histogram, between "indexZ1" and "indexZ2" (inclusive).
sliceXZ(String, IHistogram3D, int, int) - Method in interface hep.aida.IHistogramFactory
Create a slice perpendicular to the Y axis from a 3D histogram, between "indexY1" and "indexY2" (inclusive).
sliceY(String, IHistogram2D, int) - Method in interface hep.aida.IHistogramFactory
Slice parallel to the X axis from a 2D histogram at bin indexX and one bin wide.
sliceY(String, IHistogram2D, int, int) - Method in interface hep.aida.IHistogramFactory
Create a slice parallel to the Y axis from a 2D histogram, between "indexX1" and "indexX2" (inclusive).
sliceYZ(String, IHistogram3D, int, int) - Method in interface hep.aida.IHistogramFactory
Create a slice perpendicular to the X axis from a 3D histogram, between "indexX1" and "indexX2" (inclusive).
start() - Method in interface hep.aida.ITuple
Positions the read cursor immediately before the first row.
store() - Method in interface hep.aida.dev.IDevTree
 
storeName() - Method in interface hep.aida.ITree
 
sub(String, IHistogram1D, IHistogram1D) - Method in interface hep.aida.IHistogramFactory
Subtracts two 1D histograms
sub(String, IHistogram2D, IHistogram2D) - Method in interface hep.aida.IHistogramFactory
Subtracts two 2D histograms
sub(String, IHistogram3D, IHistogram3D) - Method in interface hep.aida.IHistogramFactory
Subtracts two 3D histograms
sumAllBinHeights() - Method in interface hep.aida.IHistogram
Sum of all (both in-range and under/overflow) bin heights in the histogram.
sumAllBinHeights() - Method in interface hep.aida.dev.IStatisticsHistogram
Sum of all (both in-range and under/overflow) bin heights in the histogram.
sumAllBinHeights() - Method in interface hep.aida.dev.IGristogram
Sum of all (both in-range and under/overflow) bin heights in the histogram.
sumBinHeights() - Method in interface hep.aida.IHistogram
Sum of in-range bin heights in the histogram.
sumBinHeights() - Method in interface hep.aida.dev.IStatisticsHistogram
Sum of in-range bin heights in the histogram.
sumBinHeights() - Method in interface hep.aida.dev.IGristogram
Sum of in-range bin heights in the histogram.
sumExtraBinHeights() - Method in interface hep.aida.IHistogram
Sum of under/overflow bin heights in the histogram.
sumExtraBinHeights() - Method in interface hep.aida.dev.IStatisticsHistogram
Sum of under/overflow bin heights in the histogram.
sumExtraBinHeights() - Method in interface hep.aida.dev.IGristogram
Sum of under/overflow bin heights in the histogram.
sumOfWeights() - Method in interface hep.aida.ICloud
 
symlink(String, String) - Method in interface hep.aida.ITree
 

T

title() - Method in interface hep.aida.IHistogram
Deprecated. please use label()

U

UNDERFLOW_BIN - Static variable in interface hep.aida.IConstants
Constant specifying the underflow bin (can be passed to any method expecting a bin number).
unmount(String) - Method in interface hep.aida.ITree
 
upperEdge() - Method in interface hep.aida.IAxis
Upper axis edge.
upperEdge() - Method in interface hep.aida.ICloud1D
 
upperEdgeX() - Method in interface hep.aida.ICloud3D
 
upperEdgeX() - Method in interface hep.aida.ICloud2D
 
upperEdgeY() - Method in interface hep.aida.ICloud3D
 
upperEdgeY() - Method in interface hep.aida.ICloud2D
 
upperEdgeZ() - Method in interface hep.aida.ICloud3D
 

V

value(double[]) - Method in interface hep.aida.IFunction
 
value(int) - Method in interface hep.aida.ICloud1D
 
value(int) - Method in interface hep.aida.IAnnotation
 
value(String) - Method in interface hep.aida.IAnnotation
Retrieve the value for a given key
valueX(int) - Method in interface hep.aida.ICloud3D
 
valueX(int) - Method in interface hep.aida.ICloud2D
 
valueY(int) - Method in interface hep.aida.ICloud3D
 
valueY(int) - Method in interface hep.aida.ICloud2D
 
valueZ(int) - Method in interface hep.aida.ICloud3D
 
VERSION - Static variable in interface hep.aida.IConstants
Constant specifying the version of AIDA.
VERSION_MAJOR - Static variable in interface hep.aida.IConstants
 
VERSION_MINOR - Static variable in interface hep.aida.IConstants
 
visibility(int) - Method in interface hep.aida.IAnnotation
 
visibility(String) - Method in interface hep.aida.IAnnotation
Retrieve the visibility for a given key

W

weight(int) - Method in interface hep.aida.ICloud3D
 
weight(int) - Method in interface hep.aida.ICloud2D
 
weight(int) - Method in interface hep.aida.ICloud1D
 
write(IManagedObject, String) - Method in interface hep.aida.dev.IStore
 
write(String, String) - Method in interface hep.aida.IPlotter
Dump the contents of the page to a file.
writeCloudPoint(ICloud) - Method in interface hep.aida.dev.IBackingStore
 
writeTupleRow(ITuple) - Method in interface hep.aida.dev.IBackingStore
 

X

xAxis() - Method in interface hep.aida.IHistogram3D
Return the X axis.
xAxis() - Method in interface hep.aida.IHistogram2D
Return the X axis.

Y

yAxis() - Method in interface hep.aida.IHistogram3D
Return the Y axis.
yAxis() - Method in interface hep.aida.IHistogram2D
Return the Y axis.

Z

zAxis() - Method in interface hep.aida.IHistogram3D
Return the Z axis.

A B C D E F G H I K L M N O P R S T U V W X Y Z

Copyright © 2000, 2001 AIDA Team, All Rights Reserved.