ATLAS Offline Software
ISeedingTool.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_ISEEDINGTOOL_H
6 #define ACTSTOOLINTERFACES_ISEEDINGTOOL_H
7 
8 // Athena
9 #include "GaudiKernel/IAlgTool.h"
10 #include "GaudiKernel/EventContext.h"
12 #include "Acts/MagneticField/MagneticFieldContext.hpp"
13 
14 // ACTS EDM
17 #include "ActsEvent/Seed.h"
18 
19 #include "Acts/Definitions/Algebra.hpp"
20 
21 namespace ActsTrk {
23  : virtual public IAlgTool {
24  public:
26 
27  virtual
29  createSeeds(const EventContext& ctx,
30  const std::vector<const xAOD::SpacePoint*>& spContainer,
31  const Acts::Vector3& beamSpotPos,
32  const Acts::Vector3& bField,
33  ActsTrk::SeedContainer& seedContainer ) const = 0;
34  };
35 
36 } // namespace
37 
38 #endif
39 
ActsTrk::ISeedingTool
Definition: ISeedingTool.h:23
ActsTrk::ISeedingTool::DeclareInterfaceID
DeclareInterfaceID(ISeedingTool, 1, 0)
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
SpacePointAuxContainer.h
Seed.h
SpacePointContainer.h
ActsTrk::ISeedingTool::createSeeds
virtual StatusCode createSeeds(const EventContext &ctx, const std::vector< const xAOD::SpacePoint * > &spContainer, const Acts::Vector3 &beamSpotPos, const Acts::Vector3 &bField, ActsTrk::SeedContainer &seedContainer) const =0
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
BeamSpotData.h