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 "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/SeedContainer2.hpp"
17 #include "Acts/EventData/SpacePointContainer.hpp"
18 #include "Acts/EventData/SpacePointContainer2.hpp"
19 #include "ActsEvent/Seed.h"
24 
25 namespace ActsTrk {
26 
27 class ISeedingTool : virtual public IAlgTool {
28  public:
30 
32  const EventContext& ctx,
34  Acts::detail::RefHolder>& spContainer,
35  const Acts::Vector3& beamSpotPos, const Acts::Vector3& bField,
36  ActsTrk::SeedContainer& seedContainer) const {
37  (void)ctx;
38  (void)spContainer;
39  (void)beamSpotPos;
40  (void)bField;
41  (void)seedContainer;
42  return StatusCode::FAILURE;
43  }
44 
46  const EventContext& ctx,
47  const std::vector<const xAOD::SpacePointContainer*>&
48  spacePointCollections,
49  const Eigen::Vector3f& beamSpotPos, float bFieldInZ,
50  ActsTrk::SeedContainer& seedContainer) const {
51  (void)ctx;
52  (void)spacePointCollections;
53  (void)beamSpotPos;
54  (void)bFieldInZ;
55  (void)seedContainer;
56  return StatusCode::FAILURE;
57  }
58 };
59 
60 } // namespace ActsTrk
61 
62 #endif
ActsTrk::SpacePointCollector
Definition: SpacePointCollector.h:20
ActsTrk::ISeedingTool
Definition: ISeedingTool.h:27
ActsTrk::ISeedingTool::DeclareInterfaceID
DeclareInterfaceID(ISeedingTool, 1, 0)
SeedContainer.h
ActsTrk::ISeedingTool::createSeeds
virtual StatusCode createSeeds(const EventContext &ctx, const Acts::SpacePointContainer< ActsTrk::SpacePointCollector, Acts::detail::RefHolder > &spContainer, const Acts::Vector3 &beamSpotPos, const Acts::Vector3 &bField, ActsTrk::SeedContainer &seedContainer) const
Definition: ISeedingTool.h:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ActsTrk::ISeedingTool::createSeeds2
virtual StatusCode createSeeds2(const EventContext &ctx, const std::vector< const xAOD::SpacePointContainer * > &spacePointCollections, const Eigen::Vector3f &beamSpotPos, float bFieldInZ, ActsTrk::SeedContainer &seedContainer) const
Definition: ISeedingTool.h:45
DataVector
Derived DataVector<T>.
Definition: DataVector.h:794
SpacePointAuxContainer.h
Seed.h
SpacePointCollector.h
xAOD::SpacePointContainer
SpacePointContainer_v1 SpacePointContainer
Define the version of the space point container.
Definition: Event/xAOD/xAODInDetMeasurement/xAODInDetMeasurement/SpacePointContainer.h:14
SpacePointContainer.h
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MSTrackingVolumeBuilder.cxx:24
BeamSpotData.h