Gaudi Framework, version v23r9
Home
Generated: Thu Jul 18 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
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
// ============================================================================
38
const
IGslSvc
*
GaudiGSL::setGslSvc
(
const
IGslSvc
* value )
39
{
s_gslSvc
= value ;
return
gslSvc
() ; }
40
// ============================================================================
41
42
// ============================================================================
43
// The END
44
// ============================================================================
Generated at Thu Jul 18 2013 12:18:02 for Gaudi Framework, version v23r9 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004