|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSTRK_DATAPREPARATION_HGTD_CLUSTERIZATIONALG_H
6 #define ACTSTRK_DATAPREPARATION_HGTD_CLUSTERIZATIONALG_H
10 #include "GaudiKernel/ToolHandle.h"
32 ToolHandle< IHGTDClusteringTool >
m_clusteringTool {
this,
"ClusteringTool",
"",
"The Clustering Tool"};
33 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
"Monitoring tool"};
Property holding a SG store/key/clid from which a ReadHandle is made.
ToolHandle< IHGTDClusteringTool > m_clusteringTool
virtual StatusCode initialize() override
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
HgtdClusterizationAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< HGTD_RDO_Container > m_rdoContainerKey
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual ~HgtdClusterizationAlg() override=default
virtual StatusCode execute(const EventContext &ctx) const override
ToolHandle< GenericMonitoringTool > m_monTool
SG::WriteHandleKey< xAOD::HGTDClusterContainer > m_clusterContainerKey
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
virtual StatusCode finalize() override
std::array< std::atomic< unsigned int >, kNStat > m_stat ATLAS_THREAD_SAFE