BOSS
7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
HelloWorld.h
Go to the documentation of this file.
1
#include "GaudiKernel/Algorithm.h"
2
3
4
/////////////////////////////////////////////////////////////////////////////
5
6
class
HelloWorld
:
public
Algorithm {
7
public
:
8
HelloWorld
(
const
std::string& name, ISvcLocator* pSvcLocator);
9
StatusCode
initialize
();
10
StatusCode
execute
();
11
StatusCode
finalize
();
12
13
private
:
14
15
int
m_myInt;
16
bool
m_myBool;
17
double
m_myDouble;
18
std::vector<std::string> m_myStringVec;
19
20
};
21
HelloWorld
Definition:
HelloWorld.h:6
HelloWorld::execute
StatusCode execute()
Definition:
HelloWorld.cxx:39
HelloWorld::initialize
StatusCode initialize()
Definition:
HelloWorld.cxx:18
HelloWorld::finalize
StatusCode finalize()
Definition:
HelloWorld.cxx:57
source
BesExamples
ExHelloWorld
ExHelloWorld-00-00-03
ExHelloWorld
HelloWorld.h
Generated by
1.9.6