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>
12 
13 namespace ActsTrk {
14 
15 class IHGTDClusteringTool : virtual public IAlgTool {
16 public:
18 
23 
24  virtual StatusCode
25  clusterize(const EventContext& ctx,
26  const RawDataCollection& RDOs,
27  ClusterContainer& container) const = 0;
28 };
29 
30 }
31 
32 #endif
33 
ActsTrk::IHGTDClusteringTool::RawDataCollection
RDOContainer::base_value_type RawDataCollection
Definition: IHGTDClusteringTool.h:20
IdentifiableContainerMT::base_value_type
T base_value_type
Definition: IdentifiableContainerMT.h:75
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:794
ActsTrk::IHGTDClusteringTool::DeclareInterfaceID
DeclareInterfaceID(IHGTDClusteringTool, 1, 0)
ActsTrk::IHGTDClusteringTool::clusterize
virtual StatusCode clusterize(const EventContext &ctx, const RawDataCollection &RDOs, ClusterContainer &container) const =0
ActsTrk::IHGTDClusteringTool
Definition: IHGTDClusteringTool.h:15
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:54