The Gaudi Framework
v26r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
21
StatusCode
initialize
();
22
StatusCode
execute
();
23
StatusCode
finalize
();
24
StatusCode
beginRun
();
25
StatusCode
endRun
();
26
private
:
27
bool
m_initialized
;
30
IntegerProperty
m_int
;
31
DoubleProperty
m_double
;
32
StringProperty
m_string
;
33
};
34
35
#endif // GAUDIEXAMPLE_HELLOWORLD_H
GaudiPython
src
Test
HelloWorld.h
Generated on Mon Feb 16 2015 11:56:57 for The Gaudi Framework by
1.8.2