Gaudi Framework, version v23r5
Home
Generated: Wed Nov 28 2012
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiGSL
GaudiGSL
IFuncMinimum.h
Go to the documentation of this file.
1
// $Id: IFuncMinimum.h,v 1.4 2005/01/10 14:35:09 mato Exp $
2
// =============================================================================
3
#ifndef GAUDIGSL_IFUNCMINIMUM_H
4
#define GAUDIGSL_IFUNCMINIMUM_H 1
5
// Include files
6
// from STL
7
#include <
vector
>
8
#include <
string
>
9
// from Gaudi
10
#include "
GaudiKernel/IAlgTool.h
"
11
12
// forward declarations
13
namespace
Genfun
14
{
15
class
AbsFunction ;
16
class
Argument ;
17
}
18
namespace
CLHEP {
19
class
HepSymMatrix ;
20
}
21
29
class
GAUDI_API
IFuncMinimum
:
virtual
public
IAlgTool
{
30
public
:
32
DeclareInterfaceID
(
IFuncMinimum
,2,0);
33
35
typedef
Genfun::AbsFunction
GenFunc
;
37
typedef
Genfun::Argument
Arg
;
39
typedef
CLHEP::HepSymMatrix
Covariance
;
40
42
48
virtual
StatusCode
minimum(
const
GenFunc
& fun ,
49
Arg
& pars )
const
= 0 ;
50
58
virtual
StatusCode
minimum(
const
GenFunc
& fun ,
59
Arg
& pars ,
60
Covariance
& covar )
const
= 0 ;
61
62
};
63
#endif // GAUDIGSL_IFUNCMINIMUM_H
Generated at Wed Nov 28 2012 12:17:12 for Gaudi Framework, version v23r5 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004