|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONCLUSTERFORMATION_RPCCLUSTERINGALG_H
5 #define MUONCLUSTERFORMATION_RPCCLUSTERINGALG_H
12 #include <AthLinks/ElementLink.h>
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.
SG::WriteDecorHandleKey< xAOD::RpcStripContainer > m_linkKey
StatusCode initialize() override final
std::vector< ElementLink< xAOD::RpcStripContainer > > LinkType
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< unsigned > m_maxHoles
An algorithm that can be simultaneously executed in multiple threads.
AthReentrantAlgorithm()
Default constructor:
SG::WriteHandleKey< xAOD::RpcStripContainer > m_writeKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.
Gaudi::Property< unsigned > m_maxSize
This header ties the generic definitions in this package.
SG::ReadHandleKey< xAOD::RpcStripContainer > m_readKey
StatusCode execute(const EventContext &ctx) const override final