5#ifndef TAUREC_CLUSTERCELLRELINKALG_H
6#define TAUREC_CLUSTERCELLRELINKALG_H
22 using AthReentrantAlgorithm::AthReentrantAlgorithm;
35 virtual StatusCode
execute(
const EventContext& ctx)
const override;
42 {
this,
"Cells",
"",
"Cell container to point to." };
46 {
this,
"ClustersInput",
"",
"Input cluster container." };
50 {
this,
"ClustersOutput",
"",
"Output cluster container." };
54 {
this,
"CellLinksOutput",
"",
"Output CellLinks container" };
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.
An algorithm that can be simultaneously executed in multiple threads.
Algorithm that rebuilds clusters using cells from a different container.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersInput
virtual StatusCode initialize() override
Gaudi initialize method.
SG::WriteHandleKey< CaloClusterCellLinkContainer > m_cellLinksOutput
SG::ReadHandleKey< CaloCellContainer > m_cells
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_clustersOutput
virtual StatusCode execute(const EventContext &ctx) const override
Execute the algorithm.
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.