ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_Digitization.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "SCT_Digitization.h"
7
8//----------------------------------------------------------------------
9// Constructor with parameters:
10//----------------------------------------------------------------------
11SCT_Digitization::SCT_Digitization(const std::string& name, ISvcLocator* pSvcLocator) :
12 AthAlgorithm(name, pSvcLocator)
13{
14}
15
16//----------------------------------------------------------------------
17// Initialize method:
18//----------------------------------------------------------------------
20 ATH_MSG_DEBUG("SCT_Digitization::initialize()");
21 return StatusCode::SUCCESS ;
22}
23
24//----------------------------------------------------------------------
25// Execute method:
26//----------------------------------------------------------------------
27
29 ATH_MSG_DEBUG("execute()");
30 return m_sctDigitizationTool->processAllSubEvents(Gaudi::Hive::currentContext());
31}
#define ATH_MSG_DEBUG(x)
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
Header file for SCT_Digitization class.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SCT_Digitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
virtual StatusCode execute() override final
virtual StatusCode initialize() override final
Basic algorithm methods.
ToolHandle< IPileUpTool > m_sctDigitizationTool