4#ifndef MUONCLUSTERFORMATION_RPCCLUSTERINGALG_H
5#define MUONCLUSTERFORMATION_RPCCLUSTERINGALG_H
12#include <AthLinks/ElementLink.h>
16 using AthReentrantAlgorithm::AthReentrantAlgorithm;
19 StatusCode
execute(
const EventContext& ctx)
const override final;
24 using LinkType = std::vector<ElementLink<xAOD::RpcStripContainer>>;
27 Gaudi::Property<unsigned>
m_maxHoles{
this,
"maxHoles", 1,
"maximum holes between two strips"};
28 Gaudi::Property<unsigned>
m_maxSize{
this,
"maxSize", 5,
"Maximum size of a cluster to grow"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle 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.
Gaudi::Property< unsigned > m_maxSize
StatusCode execute(const EventContext &ctx) const override final
std::vector< ElementLink< xAOD::RpcStripContainer > > LinkType
Gaudi::Property< unsigned > m_maxHoles
StatusCode initialize() override final
SG::ReadHandleKey< xAOD::RpcStripContainer > m_readKey
SG::WriteHandleKey< xAOD::RpcStripContainer > m_writeKey
SG::WriteDecorHandleKey< xAOD::RpcStripContainer > m_linkKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
This header ties the generic definitions in this package.