FreeHEP API
Version v1.1

hep.tuple.interfaces
Interface FTupleFactory

All Known Implementing Classes:
TupleFactory

public interface FTupleFactory

Author:
The FreeHEP team @SLAC.

Method Summary
 FillableTuple createFTuple(String name, String title)
           
 FillableTuple createFTuple(String name, String title, String options)
           
 FillableTupleColumn createFTupleColumn(String name, Class type, Value value)
           
 FillableTupleColumn createFTupleColumn(String name, Class type, Value value, String options)
           
 

Method Detail

createFTuple

public FillableTuple createFTuple(String name,
                                  String title)

createFTuple

public FillableTuple createFTuple(String name,
                                  String title,
                                  String options)

createFTupleColumn

public FillableTupleColumn createFTupleColumn(String name,
                                              Class type,
                                              Value value)

createFTupleColumn

public FillableTupleColumn createFTupleColumn(String name,
                                              Class type,
                                              Value value,
                                              String options)

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.