4#ifndef TRACKCALOCLUSTERREC_TRACKCALOCLUSTERALGS_TRACKCALOCLUSTERALG_H
5#define TRACKCALOCLUSTERREC_TRACKCALOCLUSTERALGS_TRACKCALOCLUSTERALG_H
8#include "GaudiKernel/ToolHandle.h"
33 virtual StatusCode
execute()
override;
39 ToolHandleArray <ITrackCaloClusterTool>
m_tccTools {
this,
"TCCTools", {},
"List of TrackCaloClusterTool"};
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< xAOD::FlowElementContainer > m_outputTCCHandle
Cluster Collection container.
ToolHandleArray< ITrackCaloClusterTool > m_tccTools
The tools implementting the creation of TCC.
virtual StatusCode initialize() override
SG::ReadHandleKey< TrackCaloClusterInfo > m_tccInfoHandle
TrackCaloClusterInfo used by this alg.
TrackCaloClusterAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute() override
SG::ReadHandleKey< xAOD::FlowElementContainer > m_copiedTCCHandle