ATLAS Offline Software
Loading...
Searching...
No Matches
AsgExampleAlgorithm.h
Go to the documentation of this file.
1// AsgExampleAlgorithm.h
2
3#ifndef AsgExampleAlgorithm_H
4#define AsgExampleAlgorithm_H
5
7#include "GaudiKernel/ToolHandle.h"
8
9class IAsgHelloTool;
10class IExecuteTool;
11
13
14public:
15
17 AsgExampleAlgorithm(const std::string& name, ISvcLocator* pSvcLocator);
18
21
23 StatusCode initialize();
24 StatusCode execute();
25 StatusCode finalize();
26
27private:
28
31
32private:
33
35 ToolHandleArray<IAsgHelloTool> m_asgtools;
36
37};
38
39#endif
StatusCode initialize()
Athena algorithm's Hooks.
AsgExampleAlgorithm()
Default constructor:
AsgExampleAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ToolHandleArray< IAsgHelloTool > m_asgtools
Athena configured tools.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters: