7#ifndef PILEUPCOMPS_DIGITIZATIONALG_H
8#define PILEUPCOMPS_DIGITIZATIONALG_H
15#include "GaudiKernel/ToolHandle.h"
25 StatusCode
execute(
const EventContext& ctx);
29 ToolHandleArray<IPileUpTool>
m_puTools{
this,
"PileUpTools",{},
"IPileUpTools to be run for each event"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
StatusCode execute(const EventContext &ctx)
Execute method.
DigitizationAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< IPileUpTool > m_puTools