CERN Accelerating science

This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

IAnalysisFactory.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // AID-GENERATED
00003 // =========================================================================
00004 // This class was generated by AID - Abstract Interface Definition          
00005 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. 
00006 // =========================================================================
00007 #ifndef AIDA_IANALYSISFACTORY_H
00008 #define AIDA_IANALYSISFACTORY_H 1
00009 
00010 //  This file is part of the AIDA library
00011 //  Copyright (C) 2002 by the AIDA team.  All rights reserved.
00012 //  This library is free software and under the terms of the
00013 //  GNU Library General Public License described in the LGPL.txt 
00014 
00015 namespace AIDA {
00016 
00017 class IDataPointSetFactory;
00018 class IFitFactory;
00019 class IFunctionFactory;
00020 class IHistogramFactory;
00021 class IPlotterFactory;
00022 class ITree;
00023 class ITreeFactory;
00024 class ITupleFactory;
00025 
00038 class IAnalysisFactory {
00039 
00040 public: 
00042     virtual ~IAnalysisFactory() { /* nop */; }
00043 
00049     virtual ITreeFactory * createTreeFactory() = 0;
00050 
00057     virtual IHistogramFactory * createHistogramFactory(ITree & tree) = 0;
00058 
00065     virtual IDataPointSetFactory * createDataPointSetFactory(ITree & tree) = 0;
00066 
00073     virtual ITupleFactory * createTupleFactory(ITree & tree) = 0;
00074 
00081     virtual IFunctionFactory * createFunctionFactory(ITree & tree) = 0;
00082 
00094     virtual IPlotterFactory * createPlotterFactory(int argc = 0, char * * args = 0) = 0;
00095 
00101     virtual IFitFactory * createFitFactory() = 0;
00102 }; // class
00103 }; // namespace AIDA
00104 
00105 
00106 
00116 extern "C" {
00117  AIDA::IAnalysisFactory* AIDA_createAnalysisFactory();
00118 }
00119 #endif /* ifndef AIDA_IANALYSISFACTORY_H */

Generated at Tue Feb 18 15:48:23 2003 for AIDA_Interfaces by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001