hep.aida
Interface ITupleFactory


public interface ITupleFactory

A factory for creating ITuples.

Version:
$Id: ITupleFactory.html,v 1.1 2002/10/08 00:51:18 tonyj Exp $
Author:
Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson, Andreas Pfeiffer, Mark Donszelmann, Guy Barrand
Source Code:
ITupleFactory.java

Method Summary
 ITuple create(String name, String label, String[] columnNames, Class[] columnType, String options)
          Create an NTuple
 ITuple create(String name, String label, String columns, String options)
          Create an NTuple
 

Method Detail

create

public ITuple create(String name,
                     String label,
                     String[] columnNames,
                     Class[] columnType,
                     String options)
Create an NTuple
Parameters:
name - The persistency name of the n-tuple
label - The label of the n-tuple
columnNames - The names of the columns
columnType - The types of the columns
options - NTuple options (currently undefined)

create

public ITuple create(String name,
                     String label,
                     String columns,
                     String options)
Create an NTuple
Parameters:
name - The persistency name of the n-tuple
label - The label of the n-tuple
columns - The names and types of the columns e.g. "float px, py, pz, float energy, int charge"
options - NTuple options (currently undefined)


Copyright © 2000, 2001 AIDA Team, All Rights Reserved.