FreeHEP API
Version current

hep.aida.ref
Class BatchAnalysisFactory

java.lang.Object
  extended byhep.aida.IAnalysisFactory
      extended byhep.aida.ref.BatchAnalysisFactory
Direct Known Subclasses:
AnalysisFactory

public class BatchAnalysisFactory
extends hep.aida.IAnalysisFactory

Version:
$Id: BatchAnalysisFactory.java,v 1.5 2005/06/04 00:37:59 turri Exp $
Author:
Mark Donszelmann
Source Code:
BatchAnalysisFactory.java

Constructor Summary
BatchAnalysisFactory()
           
 
Method Summary
 hep.aida.IDataPointSetFactory createDataPointSetFactory(hep.aida.ITree iTree, String options)
           
 hep.aida.IFitFactory createFitFactory(String options)
           
 hep.aida.IFunctionFactory createFunctionFactory(hep.aida.ITree tree, String options)
           
 hep.aida.IGenericFactory createGenericFactory(String factoryType, String options)
           
 hep.aida.IHistogramFactory createHistogramFactory(hep.aida.ITree tree, String options)
           
 hep.aida.IPlotterFactory createPlotterFactory(String options)
           
 hep.aida.ITreeFactory createTreeFactory(String options)
           
 hep.aida.ITupleFactory createTupleFactory(hep.aida.ITree tree, String options)
           
 
Methods inherited from class hep.aida.IAnalysisFactory
create, create, createDataPointSetFactory, createFitFactory, createFunctionFactory, createGenericFactory, createHistogramFactory, createPlotterFactory, createTreeFactory, createTupleFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchAnalysisFactory

public BatchAnalysisFactory()
Method Detail

createTreeFactory

public hep.aida.ITreeFactory createTreeFactory(String options)

createHistogramFactory

public hep.aida.IHistogramFactory createHistogramFactory(hep.aida.ITree tree,
                                                         String options)

createTupleFactory

public hep.aida.ITupleFactory createTupleFactory(hep.aida.ITree tree,
                                                 String options)

createFunctionFactory

public hep.aida.IFunctionFactory createFunctionFactory(hep.aida.ITree tree,
                                                       String options)

createPlotterFactory

public hep.aida.IPlotterFactory createPlotterFactory(String options)

createDataPointSetFactory

public hep.aida.IDataPointSetFactory createDataPointSetFactory(hep.aida.ITree iTree,
                                                               String options)

createFitFactory

public hep.aida.IFitFactory createFitFactory(String options)

createGenericFactory

public hep.aida.IGenericFactory createGenericFactory(String factoryType,
                                                     String options)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.