All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HelloWorld.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiPython/src/Test/HelloWorld.h,v 1.1.1.1 2001/09/13 09:20:28 mato Exp $
2 #ifndef GAUDIEXAMPLE_HELLOWORLD_H
3 #define GAUDIEXAMPLE_HELLOWORLD_H 1
4 
5 // Include files
6 #include "GaudiKernel/Algorithm.h"
7 #include "GaudiKernel/Property.h"
8 #include "GaudiKernel/MsgStream.h"
9 
15 class HelloWorld : public Algorithm {
16 public:
18  HelloWorld(const std::string& name, ISvcLocator* pSvcLocator);
19 
26 private:
33 };
34 
35 #endif // GAUDIEXAMPLE_HELLOWORLD_H