ATLAS Offline Software
IFitterTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSTOOLINTERFACES_IFITTERTOOL_H
6 #define ACTSTOOLINTERFACES_IFITTERTOOL_H
7 
8 #include "GaudiKernel/IAlgTool.h"
9 #include "GaudiKernel/EventContext.h"
10 
13 
15 #include "ActsEvent/Seed.h"
16 
17 #include "Acts/EventData/TrackParameters.hpp"
18 #include "Acts/Geometry/GeometryContext.hpp"
19 #include "Acts/MagneticField/MagneticFieldContext.hpp"
20 #include "Acts/Utilities/CalibrationContext.hpp"
22 #include "TrkTrack/Track.h"
23 namespace ActsTrk {
24 
25  class IFitterTool : virtual public IAlgTool {
26  public:
28 
29  virtual
30  std::unique_ptr< ActsTrk::MutableTrackContainer >
31  fit(const EventContext& ctx,
32  const ActsTrk::Seed &seed,
33  const Acts::BoundTrackParameters& initialParams,
34  const Acts::GeometryContext& tgContext,
35  const Acts::MagneticFieldContext& mfContext,
36  const Acts::CalibrationContext& calContext,
37  const DetectorElementToActsGeometryIdMap &detector_element_to_geoid) const = 0;
38 
40  virtual
41  std::unique_ptr< ActsTrk::MutableTrackContainer >
42  fit(const EventContext& ctx,
43  const std::vector<ActsTrk::ATLASUncalibSourceLink> & clusterList,
44  const Acts::BoundTrackParameters& initialParams,
45  const Acts::GeometryContext& tgContext,
46  const Acts::MagneticFieldContext& mfContext,
47  const Acts::CalibrationContext& calContext,
48  const DetectorElementToActsGeometryIdMap &detector_element_to_geoid,
49  const Acts::Surface* targetSurface = nullptr) const = 0;
50  };
51 
52 }
53 
54 #endif
UncalibratedMeasurement.h
ActsTrk::DetectorElementToActsGeometryIdMap
Definition: DetectorElementToActsGeometryIdMap.h:31
Track.h
ActsTrk::IFitterTool::DeclareInterfaceID
DeclareInterfaceID(IFitterTool, 1, 0)
ActsTrk::Seed
Acts::Seed< xAOD::SpacePoint, 3ul > Seed
Definition: Seed.h:12
Seed.h
ActsTrk::IFitterTool
Definition: IFitterTool.h:25
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:54
ActsTrk::IFitterTool::fit
virtual std::unique_ptr< ActsTrk::MutableTrackContainer > fit(const EventContext &ctx, const std::vector< ActsTrk::ATLASUncalibSourceLink > &clusterList, const Acts::BoundTrackParameters &initialParams, const Acts::GeometryContext &tgContext, const Acts::MagneticFieldContext &mfContext, const Acts::CalibrationContext &calContext, const DetectorElementToActsGeometryIdMap &detector_element_to_geoid, const Acts::Surface *targetSurface=nullptr) const =0
development interface for EF tracking usage.
TrackContainer.h
DetectorElementToActsGeometryIdMap.h
ActsTrk::IFitterTool::fit
virtual std::unique_ptr< ActsTrk::MutableTrackContainer > fit(const EventContext &ctx, const ActsTrk::Seed &seed, const Acts::BoundTrackParameters &initialParams, const Acts::GeometryContext &tgContext, const Acts::MagneticFieldContext &mfContext, const Acts::CalibrationContext &calContext, const DetectorElementToActsGeometryIdMap &detector_element_to_geoid) const =0