FreeHEP API
Version v1.2.2

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.

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 v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.