ATLAS Offline Software
Loading...
Searching...
No Matches
ClusterCellRelinkAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
3*/
4
5#ifndef TAUREC_CLUSTERCELLRELINKALG_H
6#define TAUREC_CLUSTERCELLRELINKALG_H
7
14
21{
22 using AthReentrantAlgorithm::AthReentrantAlgorithm;
23
24 public:
25
29 virtual StatusCode initialize() override;
30
35 virtual StatusCode execute(const EventContext& ctx) const override;
36
37
38 private:
39
40 // Cell container the output clusters should point to
42 { this, "Cells", "", "Cell container to point to." };
43
44 // Input clusters
46 { this, "ClustersInput", "", "Input cluster container." };
47
48 // Output clusters
50 { this, "ClustersOutput", "", "Output cluster container." };
51
52 // Cell link container for output clusters
54 { this,"CellLinksOutput", "", "Output CellLinks container" };
55
56};
57
58#endif // TAUREC_CLUSTERCELLRELINKALG_H
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.