ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_AnalysisAlgBase.cxx
Go to the documentation of this file.
1
8
10
12 ISvcLocator* svc_locator)
13 : AthAlgorithm(name, svc_locator) {}
14
16
18 ATH_MSG_INFO("Initializing HGTD_AnalysisAlgBase ...");
19
20 ATH_CHECK(m_hist_svc.retrieve());
21
22 return StatusCode::SUCCESS;
23}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x,...)
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode initialize()
HGTD_AnalysisAlgBase(const std::string &name, ISvcLocator *svc_locator)
ServiceHandle< ITHistSvc > m_hist_svc