ATLAS Offline Software
Loading...
Searching...
No Matches
MuonDigitizer.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "MuonDigitizer.h"
6
8 ATH_CHECK(m_digTool.retrieve());
9 ATH_MSG_DEBUG("Retrieved MuonDigitzationTool (" << m_digTool->name() << ").");
10 return StatusCode::SUCCESS;
11}
12
14 ATH_MSG_DEBUG("in execute()");
15 return m_digTool->processAllSubEvents(Gaudi::Hive::currentContext());
16}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
virtual StatusCode execute() override final
ToolHandle< IPileUpTool > m_digTool
virtual StatusCode initialize() override final
Basic algorithm methods.