ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
ForwardDetectors
LUCID
LUCID_Digitization
src
LUCID_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 "
LUCID_Digitization.h
"
6
7
#include "
PileUpTools/IPileUpTool.h
"
8
9
LUCID_DigiTop::LUCID_DigiTop
(
const
std::string& name,
10
ISvcLocator* svcLoc)
11
:
AthAlgorithm
(name, svcLoc)
12
{
13
}
14
15
StatusCode
LUCID_DigiTop::initialize
() {
16
ATH_MSG_DEBUG
(
"Initializing "
<< name() );
17
ATH_CHECK
(
m_mergeTool
.retrieve());
18
ATH_MSG_DEBUG
(
"Retrieved LUCID_DigiTopTool ("
<<
m_mergeTool
->name() <<
")."
);
19
20
return
StatusCode::SUCCESS;
21
}
22
23
StatusCode
LUCID_DigiTop::execute
(
const
EventContext& ctx) {
24
ATH_MSG_DEBUG
(
"execute()"
);
25
return
m_mergeTool
->processAllSubEvents(ctx);
26
}
ATH_CHECK
#define ATH_CHECK
Evaluate an expression and check for errors.
Definition
AthCheckMacros.h:40
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition
AthMsgStreamMacros.h:28
IPileUpTool.h
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
LUCID_Digitization.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
LUCID_DigiTop::m_mergeTool
ToolHandle< IPileUpTool > m_mergeTool
Definition
LUCID_Digitization.h:24
LUCID_DigiTop::LUCID_DigiTop
LUCID_DigiTop(const std::string &name, ISvcLocator *svcLoc)
Definition
LUCID_Digitization.cxx:9
LUCID_DigiTop::initialize
virtual StatusCode initialize() override
Definition
LUCID_Digitization.cxx:15
LUCID_DigiTop::execute
virtual StatusCode execute(const EventContext &ctx) override
Execute method.
Definition
LUCID_Digitization.cxx:23
Generated on
for ATLAS Offline Software by
1.17.0