Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
11 #ifndef GAUDIEXAMPLE_MYALGORITHM_H
12 #define GAUDIEXAMPLE_MYALGORITHM_H 1
41 "Type of the tool to use (internal name is ToolWithName)" };
54 #endif // GAUDIEXAMPLE_MYALGORITHM_H
IMyTool * m_privateToolWithName
Alias for backward compatibility.
bool isClonable() const override
Gaudi::Property< bool > m_privateToolsOnly
IMyOtherTool * m_privateOtherInterface
StatusCode initialize() override
Three mandatory member functions of any algorithm.
StatusCode finalize() override
Algorithm(std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
Constructor.
Gaudi::Property< std::string > m_privateToolType
StatusCode execute() override