Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IRndmGenSvc.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IRNDMGENSVC_H
2 #define GAUDIKERNEL_IRNDMGENSVC_H
3 
4 // STL include files
5 #include <string>
6 #include <vector>
7 
8 // Framework include files
9 #include "GaudiKernel/IService.h"
10 #include "GaudiKernel/IRndmGen.h"
11 
12 // Forward declarations
13 class IFactory;
14 class IRndmGen;
15 class StreamBuffer;
16 class IRndmEngine;
17 class IRndmGenFactory;
18 
35 class GAUDI_API IRndmGenSvc: virtual public IService {
36 public:
42  virtual IRndmEngine* engine() = 0;
43 
48  virtual StatusCode generator(const IRndmGen::Param& par, IRndmGen*& refpGen) = 0;
49 
51  virtual ~IRndmGenSvc() {}
52 };
53 
54 #endif // GAUDIKERNEL_IRNDMGENSVC_H

Generated at Wed Jun 4 2014 14:48:57 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004