ATLAS Offline Software
Loading...
Searching...
No Matches
LArG4ShowerLibSvcTest.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7LArG4ShowerLibSvcTest::LArG4ShowerLibSvcTest (const std::string& name, ISvcLocator* pSvcLocator)
8 : AthAlgorithm(name, pSvcLocator)
9{
10}
11
13{
14 ATH_MSG_INFO("Initializing");
15 ATH_CHECK(m_showerLibSvc.retrieve());
16 return StatusCode::SUCCESS;
17}
18
20{
21 ATH_MSG_INFO("Finalized");
22 return StatusCode::SUCCESS;
23}
24
26{
27 ATH_MSG_INFO("execute: stub");
28 return StatusCode::SUCCESS;
29}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
LArG4ShowerLibSvcTest(const std::string &name, ISvcLocator *pSvcLocator)
ServiceHandle< ILArG4ShowerLibSvc > m_showerLibSvc
virtual StatusCode execute() override
virtual StatusCode finalize() override
virtual StatusCode initialize() override