ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Simulation
Digitization
MCTruthSimAlgs
src
MergeHijingPars.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 "
MergeHijingPars.h
"
6
7
#include "
PileUpTools/IPileUpTool.h
"
8
9
MergeHijingPars::MergeHijingPars
(
const
std::string& name, ISvcLocator* svcLoc)
10
:
AthAlgorithm
(name, svcLoc)
11
{
12
}
13
14
StatusCode
MergeHijingPars::initialize
() {
15
ATH_MSG_DEBUG
(
"Initializing "
<< name() );
16
ATH_CHECK
(
m_mergeTool
.retrieve());
17
ATH_MSG_DEBUG
(
"Retrieved MergeHijingParsTool ("
<<
m_mergeTool
->name() <<
")."
);
18
return
StatusCode::SUCCESS;
19
}
20
21
StatusCode
MergeHijingPars::execute
(
const
EventContext& ctx) {
22
ATH_MSG_DEBUG
(
"execute()"
);
23
return
m_mergeTool
->processAllSubEvents(ctx);
24
}
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:29
IPileUpTool.h
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
MergeHijingPars.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
MergeHijingPars::initialize
StatusCode initialize() override final
Definition
MergeHijingPars.cxx:14
MergeHijingPars::execute
StatusCode execute(const EventContext &ctx) override final
Execute method.
Definition
MergeHijingPars.cxx:21
MergeHijingPars::m_mergeTool
ToolHandle< IPileUpTool > m_mergeTool
Definition
MergeHijingPars.h:30
MergeHijingPars::MergeHijingPars
MergeHijingPars(const std::string &name, ISvcLocator *svcLoc)
Definition
MergeHijingPars.cxx:9
Generated on
for ATLAS Offline Software by
1.17.0