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  

IFitParameterSettings.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_IFITPARAMETERSETTINGS_H
00008 #define AIDA_IFITPARAMETERSETTINGS_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 
00017 namespace AIDA {
00018 
00027 class IFitParameterSettings {
00028 
00029 public: 
00031     virtual ~IFitParameterSettings() { /* nop */; }
00032 
00034     virtual std::string name() const = 0;
00035 
00038     virtual double stepSize() const = 0;
00039 
00041     virtual double upperBound() const = 0;
00042 
00043     virtual double lowerBound() const = 0;
00044 
00046     virtual bool isBound() const = 0;
00047 
00050     virtual bool isFixed() const = 0;
00051 
00053     virtual void setStepSize(double step) = 0;
00054 
00056     virtual void setBounds(double lo, double up) = 0;
00057 
00059     virtual void removeBounds() = 0;
00060 
00062     virtual void setFixed(bool isFixed) = 0;
00063 
00071     virtual void setLowerBound(double lowerBound) = 0;
00072 
00080     virtual void setUpperBound(double upperBound) = 0;
00081 
00083     virtual void reset() = 0;
00084 }; // class
00085 }; // namespace AIDA
00086 #endif /* ifndef AIDA_IFITPARAMETERSETTINGS_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