hep.aida.ref
Class BatchAnalysisFactory
java.lang.Object
hep.aida.IAnalysisFactory
hep.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
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 |
BatchAnalysisFactory
public BatchAnalysisFactory()
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)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.