5#ifndef MCTRUTHSIMALGS_MERGEHIJINGEVENTPARS_H
6#define MCTRUTHSIMALGS_MERGEHIJINGEVENTPARS_H
9#include "GaudiKernel/ToolHandle.h"
26 StatusCode
execute(
const EventContext& ctx) override final;
30 ToolHandle<IPileUpTool>
m_mergeTool{
this,
"MergeHijingParsTool",
"MergeHijingParsTool",
""};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
StatusCode initialize() override final
bool isClonable() const override final
Specify if the algorithm is clonable.
StatusCode execute(const EventContext &ctx) override final
Execute method.
ToolHandle< IPileUpTool > m_mergeTool
virtual ~MergeHijingPars()=default
MergeHijingPars(const std::string &name, ISvcLocator *svcLoc)