ATLAS Offline Software
IProtoTrackCreatorTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSTOOLINTERFACES_IPROTOTRACKCREATORTOOL__H
6 #define ACTSTOOLINTERFACES_IPROTOTRACKCREATORTOOL__H
7 
8 // Athena
9 #include "GaudiKernel/IAlgTool.h"
10 #include "GaudiKernel/EventContext.h"
12 #include "Acts/MagneticField/MagneticFieldContext.hpp"
13 
14 // ACTS EDM
18 #include "ActsEvent/ProtoTrack.h"
19 #include "ActsEvent/Seed.h"
20 
21 #include "Acts/Definitions/Algebra.hpp"
22 
23 namespace ActsTrk {
25  : virtual public IAlgTool {
26  public:
28 
35  virtual StatusCode findProtoTracks(const EventContext& ctx,
36  const xAOD::PixelClusterContainer & pixelContainer,
37  const xAOD::StripClusterContainer & stripContainer,
38  std::vector<ActsTrk::ProtoTrack> & foundProtoTracks ) const = 0;
39  };
40 
41 } // namespace
42 
43 #endif
44 
ActsTrk::IProtoTrackCreatorTool::findProtoTracks
virtual StatusCode findProtoTracks(const EventContext &ctx, const xAOD::PixelClusterContainer &pixelContainer, const xAOD::StripClusterContainer &stripContainer, std::vector< ActsTrk::ProtoTrack > &foundProtoTracks) const =0
EF-style pattern recognition to create prototracks.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PixelClusterContainer.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
SpacePointAuxContainer.h
Seed.h
StripClusterContainer.h
ActsTrk::IProtoTrackCreatorTool
Definition: IProtoTrackCreatorTool.h:25
ActsTrk::IProtoTrackCreatorTool::DeclareInterfaceID
DeclareInterfaceID(IProtoTrackCreatorTool, 1, 0)
ProtoTrack.h
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
BeamSpotData.h