The Gaudi Framework
v25r5
|
Helper class to get (static) access to Gaudi GSL Service General users are not supposed to use it. More...
#include <GaudiGSL/GaudiGSL.h>
Static Public Member Functions | |
static const IGslSvc * | gslSvc () |
static accessor to Gaudi GSL Service More... | |
static const IGslSvc * | setGslSvc (const IGslSvc *value) |
set new value for static Gaudi GSL Service More... | |
Static Private Attributes | |
static const IGslSvc * | s_gslSvc = 0 |
define the initial value for static variable More... | |
Helper class to get (static) access to Gaudi GSL Service General users are not supposed to use it.
Definition at line 20 of file GaudiGSL.h.
|
static |
static accessor to Gaudi GSL Service
Definition at line 30 of file GaudiGSL.cpp.
set new value for static Gaudi GSL Service
Definition at line 38 of file GaudiGSL.cpp.
|
staticprivate |
define the initial value for static variable
Definition at line 36 of file GaudiGSL.h.