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   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

IFitter.h

Go to the documentation of this file.
00001 /* Generated by Together */
00002 
00003 #ifndef IFITTER_H
00004 #define IFITTER_H
00005 #include "IFitFunction.h"
00006 #include "IFitResult.h"
00007 #include "IFitDataSelector.h"
00008 class IFitDataIterator;
00009 
00010 
00011 class IFitter {
00012 public:    
00013     virtual  IFitResult* fit(IFitDataSelector * d, IFitFunction * f   ) = 0;
00014 
00016     virtual bool setMethod(string name) = 0;
00017 
00018     virtual  bool setEngine(string name) = 0;
00019 };
00020 #endif //IFITTER_H

Generated on Thu May 30 16:15:02 2002 for Proposed AIDA 2.3 Fitting by doxygen1.2.16