Gaudi Framework, version v23r7
Home
Generated: Wed Mar 20 2013
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
src
Lib
Helpers.h
Go to the documentation of this file.
1
// $Id: Helpers.h,v 1.2 2007/05/24 14:39:11 hmd Exp $
2
// ============================================================================
3
#ifndef GAUDIMATH_HELPERS_H
4
#define GAUDIMATH_HELPERS_H 1
5
// ============================================================================
6
// Include files
7
// ============================================================================
8
9
17
// ============================================================================
18
namespace
Genfun
19
{
20
namespace
GaudiMathImplementation
21
{
28
class
GSL_Helper
29
{
30
public
:
32
GSL_Helper
33
(
const
Genfun::AbsFunction&
function
,
34
Genfun::Argument& argument ,
35
const
size_t
index ) ;
37
~GSL_Helper
();
38
public
:
39
const
Genfun::AbsFunction&
m_function
;
40
Genfun::Argument&
m_argument
;
41
size_t
m_index
;
42
private
:
43
GSL_Helper
();
44
GSL_Helper
&
operator=
(
GSL_Helper
&);
45
};
46
47
double
GSL_Adaptor
(
double
x ,
void
* params ) ;
48
49
}
// end of namespace GaudiMathImplementation
50
}
// end of namespace Genfun
51
// ============================================================================
52
53
54
55
// ============================================================================
56
// The END
57
// ============================================================================
58
#endif // GAUDIMATH_HELPERS_H
59
// ============================================================================
Generated at Wed Mar 20 2013 17:59:37 for Gaudi Framework, version v23r7 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004