7#ifndef PILEUPCOMPS_PILEUPTOOLSALG_H
8#define PILEUPCOMPS_PILEUPTOOLSALG_H
19#include "GaudiKernel/ToolHandle.h"
30 virtual StatusCode
execute()
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 with parameters:
Property holding a SG store/key/clid from which a ReadHandle is made.