FreeHEP API
Version current

hep.tuple.interfaces
Interface FillableTupleColumn

All Superinterfaces:
FTupleColumn
All Known Implementing Classes:
TupleColumn

public interface FillableTupleColumn
extends FTupleColumn

An interface implemented by all TupleColumns that can be filled.

Author:
The FreeHEP team @ SLAC.
Source Code:
FillableTupleColumn.java

Method Summary
 void setValue(int index, Value value)
          Set the value of the column.
 
Methods inherited from interface hep.tuple.interfaces.FTupleColumn
defaultValue, hasDefaultValue, maxValue, meanValue, minValue, name, rmsValue, type
 

Method Detail

setValue

public void setValue(int index,
                     Value value)
Set the value of the column. This method should only be used internally; not by the user filling the tuple. The fill() and addRow() methods on the FillableTuple should be used instead.

Parameters:
index - The position in the FTupleColumn.
value - The Value carrying the value to be set.

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.