|
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.tuple.TupleColumn hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
Nested Class Summary |
Nested classes inherited from class hep.aida.ITupleColumn |
hep.aida.ITupleColumn.B, hep.aida.ITupleColumn.C, hep.aida.ITupleColumn.D, hep.aida.ITupleColumn.F, hep.aida.ITupleColumn.I, hep.aida.ITupleColumn.ITuple, hep.aida.ITupleColumn.L, hep.aida.ITupleColumn.Object, hep.aida.ITupleColumn.S, hep.aida.ITupleColumn.String, hep.aida.ITupleColumn.Z |
Field Summary |
Fields inherited from class hep.aida.ref.tuple.TupleColumn |
arrayList, arraySize, currentArray, currentArrayIndex, defaultValue, maximumSize, nStack |
Method Summary | |
void |
addRow()
|
protected void |
createArray(int size)
Create a new array of the appropriate type with given length. |
protected void |
currentArrayUpdated()
Update the current array in the column. |
hep.aida.ITuple |
defaultValue()
|
void |
defaultValue(Value value)
|
void |
fill(hep.aida.ITuple tp)
|
void |
fill(Value value)
|
hep.aida.ITuple |
fillableObject()
|
FTuple |
fTuple()
|
protected boolean |
hasStatistics()
Does this column carry any statistic information? |
void |
reset()
|
void |
resetRow()
|
void |
resetRows(int numberOfRows)
Clears the values on the stack. |
protected void |
setCurrentArray(int index)
Set the internal current array to the one corresponding to a given value's index. |
void |
setValue(int index,
Value value)
|
hep.aida.ITuple |
value()
|
void |
value(int index,
Value value)
|
Methods inherited from class hep.aida.ref.tuple.TupleColumn |
getDefaultValue, hasDefaultValue, maximum, maxValue, mean, meanValue, minimum, minValue, name, rms, rmsValue, setDefaultValue, type, value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.aida.IBaseTupleColumn |
maximum, mean, minimum, name, rms, type |
Method Detail |
protected void createArray(int size)
TupleColumn
createArray
in class TupleColumn
size
- The size of the array to be created.public void value(int index, Value value)
value
in class TupleColumn
public void fill(Value value)
fill
in class TupleColumn
public void setValue(int index, Value value)
setValue
in class TupleColumn
public FTuple fTuple()
fTuple
in interface HasFTuple
public void fill(hep.aida.ITuple tp)
fill
in interface hep.aida.ITupleColumn.ITuple
public hep.aida.ITuple value()
value
in interface hep.aida.ITupleColumn.ITuple
public hep.aida.ITuple defaultValue()
defaultValue
in interface hep.aida.ITupleColumn.ITuple
public hep.aida.ITuple fillableObject()
fillableObject
in interface hep.aida.ITupleColumn.ITuple
protected boolean hasStatistics()
TupleColumn
hasStatistics
in class TupleColumn
true
if the statistics is updated.protected void setCurrentArray(int index)
TupleColumn
setCurrentArray
in class TupleColumn
index
- The value's index.public void addRow()
addRow
in class TupleColumn
public void resetRow()
resetRow
in class TupleColumn
public void resetRows(int numberOfRows)
TupleColumn
resetRows
in class TupleColumn
public void reset()
reset
in class TupleColumn
public void defaultValue(Value value)
defaultValue
in interface FTupleColumn
defaultValue
in class TupleColumn
protected void currentArrayUpdated()
TupleColumn
currentArrayUpdated
in class TupleColumn
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |