ATLAS Offline Software
StripDigitization.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "StripDigitization.h"
7 
8 namespace ITk
9 {
10 
11 //----------------------------------------------------------------------
12 // Constructor with parameters:
13 //----------------------------------------------------------------------
14 StripDigitization::StripDigitization(const std::string& name, ISvcLocator* pSvcLocator) :
15  AthAlgorithm(name, pSvcLocator)
16 {
17 }
18 
19 //----------------------------------------------------------------------
20 // Initialize method:
21 //----------------------------------------------------------------------
23  ATH_MSG_DEBUG("StripDigitization::initialize()");
24  return StatusCode::SUCCESS ;
25 }
26 
27 //----------------------------------------------------------------------
28 // Execute method:
29 //----------------------------------------------------------------------
30 
32  ATH_MSG_DEBUG("execute()");
33  return m_stripDigitizationTool->processAllSubEvents(Gaudi::Hive::currentContext());
34 }
35 
36 } // namespace ITk
ITk::StripDigitization::initialize
virtual StatusCode initialize() override final
Basic algorithm methods.
Definition: StripDigitization.cxx:22
ITk::StripDigitization::execute
virtual StatusCode execute() override final
Definition: StripDigitization.cxx:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
ITk::StripDigitization::StripDigitization
StripDigitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
Definition: StripDigitization.cxx:14
IPileUpTool.h
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
AthAlgorithm
Definition: AthAlgorithm.h:47
ITk
Definition: ITkPixelOfflineCalibCondAlg.cxx:14
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
StripDigitization.h
ITk::StripDigitization::m_stripDigitizationTool
ToolHandle< IPileUpTool > m_stripDigitizationTool
Definition: StripDigitization.h:42