FreeHEP API
Version v1.1

hep.tuple.interfaces
Interface FillableTupleColumn

All Superinterfaces:
FTupleColumn
All Known Implementing Classes:
TupleColumn

public interface FillableTupleColumn
extends FTupleColumn

An interface implemented by all TupleColumns

Author:
The FreeHEP team @ SLAC.

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

Method Detail

value

public void value(FTupleCursor cursor,
                  Value value)
Get a value stored in the column.

Parameters:
cursor - The cursor that specifies which value to get.
value - The Value object in which the value is passed.

setValue

public void setValue(int index,
                     Value value)
Set the value of the column.

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

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.