The Gaudi Framework  v28r3 (cc1cf868)
GaudiGSL.h
Go to the documentation of this file.
1 // ============================================================================
2 #ifndef GAUDIGSL_GAUDIGSL_H
3 #define GAUDIGSL_GAUDIGSL_H 1
4 // Include files
5 #include "GaudiKernel/Kernel.h"
6 
7 struct IGslSvc; // from GaudiGSL
8 
18 {
19 
23  static const IGslSvc* gslSvc () ;
24 
28  static const IGslSvc* setGslSvc ( const IGslSvc* value ) ;
29 
30 };
31 
32 // ============================================================================
33 // The END
34 // ============================================================================
35 #endif // GAUDIGSL_GAUDIGSL_H
36 // ============================================================================
The abstract interface to "deal" with GNU Scientific Library (GLS) The main task is the error handlin...
Definition: IGslSvc.h:16
Helper class to get (static) access to Gaudi GSL Service General users are not supposed to use it...
Definition: GaudiGSL.h:17
#define GAUDI_API
Definition: Kernel.h:107