ATLAS Offline Software
Control
AthenaExamples
AthExHelloWorld
src
HelloTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
HelloTool.h
"
6
7
HelloTool::HelloTool
(
const
std::string &
type
,
const
std::string &
name
,
8
const
IInterface *
parent
)
9
: base_class(
type
,
name
,
parent
) {}
10
11
StatusCode
HelloTool::saySomething
() {
12
ATH_MSG_INFO
(
"my message to the world: "
<<
m_myMessage
.value());
13
14
return
StatusCode::SUCCESS;
15
}
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition:
AthMsgStreamMacros.h:31
HelloTool::m_myMessage
Gaudi::Property< std::string > m_myMessage
Definition:
HelloTool.h:21
HelloTool::saySomething
virtual StatusCode saySomething() override
Definition:
HelloTool.cxx:11
HelloTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
HelloTool::HelloTool
HelloTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
HelloTool.cxx:7
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
Generated on Sun Dec 22 2024 21:11:04 for ATLAS Offline Software by
1.8.18