|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TAUREC_CLUSTERCELLRELINKALG_H
6 #define TAUREC_CLUSTERCELLRELINKALG_H
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" };
58 #endif // TAUREC_CLUSTERCELLRELINKALG_H
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_clustersOutput
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< CaloCellContainer > m_cells
virtual StatusCode execute(const EventContext &ctx) const override
Execute the algorithm.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersInput
An algorithm that can be simultaneously executed in multiple threads.
AthReentrantAlgorithm()
Default constructor:
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize() override
Gaudi initialize method.
SG::WriteHandleKey< CaloClusterCellLinkContainer > m_cellLinksOutput
Property holding a SG store/key/clid from which a WriteHandle is made.
Algorithm that rebuilds clusters using cells from a different container.