#include <HelloTool.h>
|
| | HelloTool (const std::string &type, const std::string &name, const IInterface *parent) |
| virtual StatusCode | saySomething () override |
Definition at line 13 of file HelloTool.h.
◆ HelloTool()
| HelloTool::HelloTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Definition at line 7 of file HelloTool.cxx.
9 : base_class(type, name, parent) {}
◆ saySomething()
| StatusCode HelloTool::saySomething |
( |
| ) |
|
|
overridevirtual |
Definition at line 11 of file HelloTool.cxx.
11 {
13
14 return StatusCode::SUCCESS;
15}
◆ m_myMessage
| Gaudi::Property<std::string> HelloTool::m_myMessage |
|
private |
Initial value:{this, "MyMessage",
"Default message set in HelloTool.h",
"something to say"}
Definition at line 21 of file HelloTool.h.
21 {this, "MyMessage",
22 "Default message set in HelloTool.h",
23 "something to say"};
The documentation for this class was generated from the following files: