The Gaudi Framework  v29r0 (ff2e7097)
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 
22  static const IGslSvc* gslSvc();
23 
27  static const IGslSvc* setGslSvc( const IGslSvc* value );
28 };
29 
30 // ============================================================================
31 // The END
32 // ============================================================================
33 #endif // GAUDIGSL_GAUDIGSL_H
34 // ============================================================================
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:110