ATLAS Offline Software
Loading...
Searching...
No Matches
AthAsgExUnittestTool.cxx
Go to the documentation of this file.
1
2//
3// Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
4//
5
6// AthAsgExUnittest includes
8
9AthAsgExUnittestTool::AthAsgExUnittestTool( const std::string& name ) : asg::AsgTool( name ) {
10}
11
13 ATH_MSG_INFO( "Initializing " << name() << "..." );
14 ATH_MSG_INFO( "Property = " << m_nProperty );
15 //
16 //Make use of the property values to configure the tool
17 //Tools should be designed so that no method other than setProperty is called before initialize
18 //
19 return StatusCode::SUCCESS;
20}
21
#define ATH_MSG_INFO(x)
virtual double useTheProperty() override
AthAsgExUnittestTool(const std::string &name)
Gaudi::Property< double > m_nProperty
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
AsgTool(const std::string &name)
Constructor specifying the tool instance's name.
Definition AsgTool.cxx:58