13#ifndef CALOREC_CALOCELLCONTAINERALIASALG_H
14#define CALOREC_CALOCELLCONTAINERALIASALG_H
28 using AthReentrantAlgorithm::AthReentrantAlgorithm;
41 virtual StatusCode
execute(
const EventContext& ctx)
const override;
46 {
this,
"Cells",
"AllCalo",
"Cell container to alias" };
49 {
this,
"Alias",
"",
"Alias to make for the cell 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.
Add an alias to a cell container.
virtual StatusCode initialize() override
Gaudi initialize method.
virtual StatusCode execute(const EventContext &ctx) const override
Execute the algorithm.
SG::WriteHandleKey< CaloCellContainer > m_alias
SG::ReadHandleKey< CaloCellContainer > m_cells
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.