ATLAS Offline Software
Loading...
Searching...
No Matches
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
7HelloTool::HelloTool(const std::string &type, const std::string &name,
8 const IInterface *parent)
9 : base_class(type, name, parent) {}
10
12 ATH_MSG_INFO("my message to the world: " << m_myMessage.value());
13
14 return StatusCode::SUCCESS;
15}
#define ATH_MSG_INFO(x)
Gaudi::Property< std::string > m_myMessage
Definition HelloTool.h:21
virtual StatusCode saySomething() override
Definition HelloTool.cxx:11
HelloTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition HelloTool.cxx:7