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
13StatusCode MuonDigitizer::execute(const EventContext& ctx) {
14 ATH_MSG_DEBUG("in execute()");
15 return m_digTool->processAllSubEvents(ctx);
16}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
virtual StatusCode execute(const EventContext &ctx) override final
Execute method.
ToolHandle< IPileUpTool > m_digTool
virtual StatusCode initialize() override final
Basic algorithm methods.