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 
20 #include "Acts/Definitions/Algebra.hpp"
21 
22 namespace ActsTrk {
24  : virtual public IAlgTool {
25  public:
27 
34  virtual StatusCode findProtoTracks(const EventContext& ctx,
37  std::vector<ActsTrk::ProtoTrack> & foundProtoTracks ) const = 0;
38  };
39 
40 } // namespace
41 
42 #endif
43 
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.
DataPrepToActsConfig.stripContainer
stripContainer
Definition: DataPrepToActsConfig.py:10
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:795
SpacePointAuxContainer.h
StripClusterContainer.h
ActsTrk::IProtoTrackCreatorTool
Definition: IProtoTrackCreatorTool.h:24
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: MdtCalibInput.h:31
BeamSpotData.h
DataPrepToActsConfig.pixelContainer
pixelContainer
Definition: DataPrepToActsConfig.py:9