7#ifndef PILEUPCOMPS_PILEUPTOOLSALG_H
8#define PILEUPCOMPS_PILEUPTOOLSALG_H
19#include "GaudiKernel/ToolHandle.h"
30 virtual StatusCode
execute(
const EventContext& ctx)
override;
31 virtual StatusCode
finalize()
override;
36 ToolHandleArray<IPileUpTool>
m_puTools{
this,
"PileUpTools",{},
"IPileUpTools to be run for each event"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.