Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
H
I
N
O
P
R
S
T
C
close()
- Method in class hep.io.hbook.
HbookFile
Close the file.
ColumnwiseTuple
- Class in
hep.io.hbook
Represents a column-wise tuple.
ColumnwiseTupleColumn
- Class in
hep.io.hbook
A column in a ColumnwiseTuple
CompositeHbookObject
- Class in
hep.io.hbook
An HbookObject which can have children.
F
finalize()
- Method in class hep.io.hbook.
OneDHistogram
finalize()
- Method in class hep.io.hbook.
TwoDHistogram
G
getAsJavaArray()
- Method in interface hep.io.hbook.
PawBooleanArray
Convert the PAW array to a Java array.
getAsJavaArray()
- Method in interface hep.io.hbook.
PawDoubleArray
Convert the PAW array to a Java array.
getAsJavaArray()
- Method in interface hep.io.hbook.
PawIntegerArray
Convert the PAW array to a Java array.
getAsJavaArray()
- Method in interface hep.io.hbook.
PawStringArray
Convert the PAW array to a Java array.
getBins()
- Method in class hep.io.hbook.
OneDHistogram
Returns the contents of the bins, including the overflow and underflow bin
getBins()
- Method in class hep.io.hbook.
TwoDHistogram
Get the contents of the bins, including underflow and overflow bins
getBoolean()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
Get the value of this column as a boolean
getBoolean(int)
- Method in interface hep.io.hbook.
PawBooleanArray
Convenience method for accessing elements of 1 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getBoolean(int, int)
- Method in interface hep.io.hbook.
PawBooleanArray
Convenience method for accessing elements of 2 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getBoolean(int, int, int)
- Method in interface hep.io.hbook.
PawBooleanArray
Convenience method for accessing elements of 3 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getBoolean(int[])
- Method in interface hep.io.hbook.
PawBooleanArray
Access an element of an array of arbitrary dimension
getChild(int)
- Method in class hep.io.hbook.
CompositeHbookObject
Get child by index
getChild(String)
- Method in class hep.io.hbook.
CompositeHbookObject
Get an object by name.
getChildren()
- Method in class hep.io.hbook.
CompositeHbookObject
Get an enumeration of the children.
getColumnClass()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
Get the type of this column
getCurrentRow()
- Method in class hep.io.hbook.
Tuple
Get the current row.
getDimension(int)
- Method in interface hep.io.hbook.
PawArray
Get the size of a particular dimension of the array.
getDouble()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
Get the value of this column as a double
getDouble(int)
- Method in interface hep.io.hbook.
PawDoubleArray
Convenience method for accessing elements of 1 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getDouble(int, int)
- Method in interface hep.io.hbook.
PawDoubleArray
Convenience method for accessing elements of 2 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getDouble(int, int, int)
- Method in interface hep.io.hbook.
PawDoubleArray
Convenience method for accessing elements of 3 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getDouble(int[])
- Method in interface hep.io.hbook.
PawDoubleArray
Access an element of an array of arbitrary dimension
getDouble()
- Method in class hep.io.hbook.
RowwiseTupleColumn
The current value of this column
getErrors()
- Method in class hep.io.hbook.
OneDHistogram
Returns the error on the bins, including the overflow and underflow bin
getErrors()
- Method in class hep.io.hbook.
TwoDHistogram
Get the bin errors, including underflow and overflow bins
getIndex(String)
- Method in class hep.io.hbook.
CompositeHbookObject
Get the index of a named object.
getInt()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
Get the value of this column as an int
getInt(int)
- Method in interface hep.io.hbook.
PawIntegerArray
Convenience method for accessing elements of 1 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getInt(int, int)
- Method in interface hep.io.hbook.
PawIntegerArray
Convenience method for accessing elements of 2 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getInt(int, int, int)
- Method in interface hep.io.hbook.
PawIntegerArray
Convenience method for accessing elements of 3 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getInt(int[])
- Method in interface hep.io.hbook.
PawIntegerArray
Access an element of an array of arbitrary dimension
getMax()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
The maximum value for this column
getMax()
- Method in class hep.io.hbook.
RowwiseTupleColumn
The maximum value in this column
getMin()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
The minimum value for this column
getMin()
- Method in class hep.io.hbook.
RowwiseTupleColumn
The minimum value in this column
getName()
- Method in class hep.io.hbook.
HbookObject
Get the name for this object
getNDimensions()
- Method in interface hep.io.hbook.
PawArray
Get the number of dimensions of the array.
getNEntries()
- Method in class hep.io.hbook.
OneDHistogram
getNEntries()
- Method in class hep.io.hbook.
TwoDHistogram
getObject()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
Get the value of this column as an PawArray
getRows()
- Method in class hep.io.hbook.
Tuple
Get the number of rows in the tuple.
getString()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
Get the value of this column as a String
getString(int)
- Method in interface hep.io.hbook.
PawStringArray
Convenience method for accessing elements of 1 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getString(int, int)
- Method in interface hep.io.hbook.
PawStringArray
Convenience method for accessing elements of 2 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getString(int, int, int)
- Method in interface hep.io.hbook.
PawStringArray
Convenience method for accessing elements of 3 dimension arrays
Note
for compatibility with Fortran/PAW all arrays are indexed from 1
getString(int[])
- Method in interface hep.io.hbook.
PawStringArray
Access an element of an array of arbitrary dimension
getTopLevelDirectory()
- Method in class hep.io.hbook.
HbookFile
Returns the top level directory for this file.
getXEquivBinEntries()
- Method in class hep.io.hbook.
OneDHistogram
getXEquivBinEntries()
- Method in class hep.io.hbook.
TwoDHistogram
getXMax()
- Method in class hep.io.hbook.
OneDHistogram
getXMax()
- Method in class hep.io.hbook.
TwoDHistogram
getXMean()
- Method in class hep.io.hbook.
OneDHistogram
getXMean()
- Method in class hep.io.hbook.
TwoDHistogram
getXMin()
- Method in class hep.io.hbook.
OneDHistogram
getXMin()
- Method in class hep.io.hbook.
TwoDHistogram
getXNBins()
- Method in class hep.io.hbook.
OneDHistogram
getXNBins()
- Method in class hep.io.hbook.
TwoDHistogram
getXRMS()
- Method in class hep.io.hbook.
OneDHistogram
getXRMS()
- Method in class hep.io.hbook.
TwoDHistogram
getYEquivBinEntries()
- Method in class hep.io.hbook.
TwoDHistogram
getYMax()
- Method in class hep.io.hbook.
TwoDHistogram
getYMean()
- Method in class hep.io.hbook.
TwoDHistogram
getYMin()
- Method in class hep.io.hbook.
TwoDHistogram
getYNBins()
- Method in class hep.io.hbook.
TwoDHistogram
getYRMS()
- Method in class hep.io.hbook.
TwoDHistogram
H
HbookFile
- Class in
hep.io.hbook
Class for reading an HBook/PAW file.
HbookFile(File)
- Constructor for class hep.io.hbook.
HbookFile
Open an hbook file.
HbookFile(String)
- Constructor for class hep.io.hbook.
HbookFile
Open an hbook file.
HbookFile(String, int)
- Constructor for class hep.io.hbook.
HbookFile
Open an hbook file.
HbookObject
- Class in
hep.io.hbook
Abstract base class for all things read from an hbook file
hep.io.hbook
- package hep.io.hbook
A low level facility for reading hbook/PAW files.
I
id()
- Method in class hep.io.hbook.
ColumnwiseTuple
The id for this tuple
id()
- Method in class hep.io.hbook.
OneDHistogram
The id of the histogram
id()
- Method in class hep.io.hbook.
RowwiseTuple
The id for this tuple
id()
- Method in class hep.io.hbook.
TwoDHistogram
Get the ID for this histogram
N
nChildren()
- Method in class hep.io.hbook.
CompositeHbookObject
Get the number of children
O
OneDHistogram
- Class in
hep.io.hbook
Represents a 1D histogram read from an hbook file.
P
PawArray
- Interface in
hep.io.hbook
Interface for accessing arrays stored in PAW ntuples.
PawBooleanArray
- Interface in
hep.io.hbook
An array whose elements are of type boolean
PawDoubleArray
- Interface in
hep.io.hbook
An array whose elements are of type double
PawIntegerArray
- Interface in
hep.io.hbook
An array whose elements are of type int
PawStringArray
- Interface in
hep.io.hbook
An array whose elements are of type String
R
RowwiseTuple
- Class in
hep.io.hbook
Represents a row-wise tuple read from an hbook file.
RowwiseTupleColumn
- Class in
hep.io.hbook
A column in a rowwise Tuple
S
setCurrentRow(int)
- Method in class hep.io.hbook.
ColumnwiseTuple
setCurrentRow(int)
- Method in class hep.io.hbook.
RowwiseTuple
setCurrentRow(int)
- Method in class hep.io.hbook.
Tuple
Set the current row.
T
toString()
- Method in class hep.io.hbook.
ColumnwiseTuple
toString()
- Method in class hep.io.hbook.
ColumnwiseTupleColumn
toString()
- Method in class hep.io.hbook.
CompositeHbookObject
toString()
- Method in class hep.io.hbook.
OneDHistogram
toString()
- Method in class hep.io.hbook.
RowwiseTuple
toString()
- Method in class hep.io.hbook.
RowwiseTupleColumn
toString()
- Method in class hep.io.hbook.
TwoDHistogram
Tuple
- Class in
hep.io.hbook
A base class for all tuples read from an hbook file.
TupleColumn
- Class in
hep.io.hbook
A base class for all tuple columns
TwoDHistogram
- Class in
hep.io.hbook
Represents a 2D histogram read from an hbook file
type
- Variable in class hep.io.hbook.
CompositeHbookObject
C
F
G
H
I
N
O
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2000-2007
FreeHEP
. All Rights Reserved.