ATLAS Offline Software
Loading...
Searching...
No Matches
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 "Acts/MagneticField/MagneticFieldContext.hpp"
11#include "GaudiKernel/EventContext.h"
12#include "GaudiKernel/IAlgTool.h"
13
14// ACTS EDM
15#include "Acts/Definitions/Algebra.hpp"
16#include "Acts/EventData/SpacePointContainer.hpp"
17#include "Acts/EventData/SpacePointContainer2.hpp"
21
22namespace ActsTrk {
23
24class ISeedingTool : virtual public IAlgTool {
25 public:
27
28 virtual StatusCode createSeeds(
29 const EventContext& ctx,
30 const std::vector<const xAOD::SpacePointContainer*>&
31 spacePointCollections,
32 const Eigen::Vector3f& beamSpotPos, float bFieldInZ,
33 ActsTrk::SeedContainer& seedContainer) const = 0;
34};
35
36} // namespace ActsTrk
37
38#endif
DeclareInterfaceID(ISeedingTool, 1, 0)
virtual StatusCode createSeeds(const EventContext &ctx, const std::vector< const xAOD::SpacePointContainer * > &spacePointCollections, const Eigen::Vector3f &beamSpotPos, float bFieldInZ, ActsTrk::SeedContainer &seedContainer) const =0
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...