ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_Digitization.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4
5#include "HGTD_Digitization.h"
6
7
9 ISvcLocator *pSvcLocator)
10 : AthAlgorithm(name, pSvcLocator)
11{
12}
13
14
16{
17 ATH_MSG_DEBUG("initialize()");
19 ATH_MSG_DEBUG("Successfully retreived HGTD digitization tool.");
20 return StatusCode::SUCCESS;
21}
22
23
25{
26 ATH_MSG_DEBUG("execute()");
27 return m_HGTD_DigitizationTool->processAllSubEvents(Gaudi::Hive::currentContext());
28}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ToolHandle< IPileUpTool > m_HGTD_DigitizationTool
virtual StatusCode execute() override final
virtual StatusCode initialize() override final
HGTD_Digitization(const std::string &name, ISvcLocator *pSvcLocator)