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  

IFitResult.h

Go to the documentation of this file.
00001 /* Generated by Together */
00002 
00003 #ifndef IFITRESULT_H
00004 #define IFITRESULT_H
00005 class IFitFunction;
00006 
00007 
00008 class IFitResult {
00009 public:
00010 
00011     virtual bool isValid() = 0;
00012 
00013     virtual IFitFunction *fitFunction() = 0;
00014 
00015     virtual double quality() = 0;
00016 
00017     virtual int ndf() = 0;
00018 
00019     virtual double covMatrixElement(int i, int j ) = 0;
00020 
00021     virtual IContour * createContour(int i, int j ) = 0;
00022 
00023     virtual  string methodName() = 0;
00024 
00025     virtual  string ___dataNameReference() = 0;
00026 
00027 
00028 };
00029 #endif //IFITRESULT_H

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