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  

IFitResult.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_IFITRESULT_H
00008 #define AIDA_IFITRESULT_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 #include <string>
00016 #include <vector>
00017 
00018 namespace AIDA {
00019 
00020 class IFitParameterSettings;
00021 class IFunction;
00022 
00035 class IFitResult {
00036 
00037 public: 
00039     virtual ~IFitResult() { /* nop */; }
00040 
00042     virtual bool isValid() = 0;
00043 
00045     virtual int fitStatus() = 0;
00046 
00048     virtual IFunction * fittedFunction() = 0;
00049 
00052     virtual double quality() = 0;
00053 
00055     virtual int ndf() = 0;
00056 
00058     virtual double covMatrixElement(int i, int j) = 0;
00059 
00061     virtual std::string fitMethodName() = 0;
00062 
00064     virtual std::string engineName() = 0;
00065 
00071     virtual std::string dataDescription() = 0;
00072 
00074     virtual const std::vector<std::string>  & constraints() = 0;
00075 
00077     virtual IFitParameterSettings * fitParameterSettings(std::string name) = 0;
00078 
00084     virtual const std::vector<double>  & fittedParameters() const = 0;
00085 
00091     virtual const std::vector<std::string>  & fittedParameterNames() const = 0;
00092 
00098     virtual double fittedParameter(std::string & name) = 0;
00099 
00106     virtual const std::vector<double>  & errors() const = 0;
00107 
00114     virtual const std::vector<double>  & errorsPlus() const = 0;
00115 
00122     virtual const std::vector<double>  & errorsMinus() const = 0;
00123 
00126     /*#  IFitParameterSettings lnkIFitParameterProperty; */
00127 }; // class
00128 }; // namespace AIDA
00129 #endif /* ifndef AIDA_IFITRESULT_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