ATLAS Offline Software
IHGTDClusteringTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSTOOLINTERFACES_IHGTDCLUSTERINGTOOL_H
6 #define ACTSTOOLINTERFACES_IHGTDCLUSTERINGTOOL_H
7 
8 #include <GaudiKernel/IAlgTool.h>
13 
14 namespace ActsTrk {
15 
16 class IHGTDClusteringTool : virtual public IAlgTool {
17 public:
19 
24 
25  virtual StatusCode
27  const EventContext& ctx,
28  ClusterContainer& container) const = 0;
29 };
30 
31 }
32 
33 #endif
34 
ActsTrk::IHGTDClusteringTool::RawDataCollection
RDOContainer::base_value_type RawDataCollection
Definition: IHGTDClusteringTool.h:21
ActsTrk::IHGTDClusteringTool::clusterize
virtual StatusCode clusterize(const RawDataCollection &RDOs, const EventContext &ctx, ClusterContainer &container) const =0
IdentifiableContainerMT::base_value_type
T base_value_type
Definition: IdentifiableContainerMT.h:78
HGTD_RDO_Container.h
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
HGTD_RDO_Container
Definition: HGTD_RDO_Container.h:18
xAOD::HGTDClusterAuxContainer_v1
Auxiliary store for HGTD clusters.
Definition: HGTDClusterAuxContainer_v1.h:19
xAOD::HGTDClusterAuxContainer
HGTDClusterAuxContainer_v1 HGTDClusterAuxContainer
Definition of the current HGTD cluster auxiliary container.
Definition: HGTDClusterAuxContainer.h:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAOD::HGTDClusterContainer
HGTDClusterContainer_v1 HGTDClusterContainer
Define the version of the HGTD cluster container.
Definition: HGTDClusterContainer.h:14
HGTDClusterContainer.h
HGTDClusterAuxContainer.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
ActsTrk::IHGTDClusteringTool::DeclareInterfaceID
DeclareInterfaceID(IHGTDClusteringTool, 1, 0)
HGTD_ID.h
ActsTrk::IHGTDClusteringTool
Definition: IHGTDClusteringTool.h:16
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34