All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GaudiGSL.cpp
Go to the documentation of this file.
1 // $Id: GaudiGSL.cpp,v 1.1 2003/11/19 16:55:59 mato Exp $
2 // ============================================================================
3 //
4 // ============================================================================
5 // local
6 #include "GaudiGSL/GaudiGSL.h"
7 
8 // ============================================================================
16 // ============================================================================
17 
18 // ============================================================================
21 // ============================================================================
22 const IGslSvc* GaudiGSL::s_gslSvc = 0;
23 // ============================================================================
24 
25 // ============================================================================
29 // ============================================================================
30 const IGslSvc* GaudiGSL::gslSvc () { return s_gslSvc ; }
31 // ============================================================================
32 
33 // ============================================================================
37 // ============================================================================
39 { s_gslSvc = value ; return gslSvc() ; }
40 // ============================================================================
41 
42 // ============================================================================
43 // The END
44 // ============================================================================
The abstract interface to "deal" with GNU Scientific Library (GLS) The main task is the error handlin...
Definition: IGslSvc.h:18
static const IGslSvc * s_gslSvc
define the initial value for static variable
Definition: GaudiGSL.h:36
static const IGslSvc * setGslSvc(const IGslSvc *value)
set new value for static Gaudi GSL Service
Definition: GaudiGSL.cpp:38
static const IGslSvc * gslSvc()
static accessor to Gaudi GSL Service
Definition: GaudiGSL.cpp:30