ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetDigitization
StripDigitization
src
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
"
6
#include "
PileUpTools/IPileUpTool.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
//----------------------------------------------------------------------
22
StatusCode
StripDigitization::initialize
() {
23
ATH_MSG_DEBUG
(
"StripDigitization::initialize()"
);
24
return
StatusCode::SUCCESS ;
25
}
26
27
//----------------------------------------------------------------------
28
// Execute method:
29
//----------------------------------------------------------------------
30
31
StatusCode
StripDigitization::execute
(
const
EventContext& ctx) {
32
ATH_MSG_DEBUG
(
"execute()"
);
33
return
m_stripDigitizationTool
->processAllSubEvents(ctx);
34
}
35
36
}
// namespace ITk
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition
AthMsgStreamMacros.h:29
IPileUpTool.h
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
StripDigitization.h
Header file for StripDigitization class.
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
ITk::StripDigitization::m_stripDigitizationTool
ToolHandle< IPileUpTool > m_stripDigitizationTool
Definition
StripDigitization.h:42
ITk::StripDigitization::StripDigitization
StripDigitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
Definition
StripDigitization.cxx:14
ITk::StripDigitization::execute
virtual StatusCode execute(const EventContext &ctx) override final
Execute method.
Definition
StripDigitization.cxx:31
ITk::StripDigitization::initialize
virtual StatusCode initialize() override final
Basic algorithm methods.
Definition
StripDigitization.cxx:22
ITk
Definition
ITkPixelOfflineCalibCondAlg.cxx:13
Generated on
for ATLAS Offline Software by
1.17.0