ATLAS Offline Software
Loading...
Searching...
No Matches
FPGAActsTrkConverter.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef FPGATrkConverter_FPGAACTSTRKCONVERTER__H
6#define FPGATrkConverter_FPGAACTSTRKCONVERTER__H 1
7
10
13
14class PixelID;
15class SCT_ID;
16
17class FPGAActsTrkConverter : public extends<AthAlgTool,IFPGAActsTrkConverter> {
18 public:
19
20 FPGAActsTrkConverter(const std::string& type,
21 const std::string& name,
22 const IInterface* parent);
23 virtual ~FPGAActsTrkConverter() = default;
24 virtual StatusCode initialize() override final;
25 virtual StatusCode findProtoTracks(const EventContext& ctx,
26 const xAOD::PixelClusterContainer & pixelContainer,
27 const xAOD::StripClusterContainer & stripContainer,
28 std::vector<ActsTrk::ProtoTrack> & foundProtoTracks,
29 const std::vector<FPGATrackSimRoad>& roads) const override final;
30 virtual StatusCode findProtoTracks(const EventContext& ctx,
31 const xAOD::PixelClusterContainer & pixelContainer,
32 const xAOD::StripClusterContainer & stripContainer,
33 std::vector<ActsTrk::ProtoTrack> & foundProtoTracks,
34 const std::vector<FPGATrackSimTrack>& tracks) const override final;
36 std::unique_ptr<Acts::BoundTrackParameters> makeParams (const FPGATrackSimRoad &road) const;
37 std::unique_ptr<Acts::BoundTrackParameters> makeParams (const FPGATrackSimTrack &track) const;
38
39 template <typename XAOD_CLUSTER>
40 StatusCode matchTrackMeasurements(const EventContext& ctx,
41 const XAOD_CLUSTER& cluster,
42 const FPGATrackSimHit & trackHit,
43 std::vector<ActsTrk::ATLASUncalibSourceLink>& measurements,
44 const DataVector<XAOD_CLUSTER>& clusterContainer) const;
45
46 private:
48 const SCT_ID* m_SCTId{nullptr};
49
50 };
51
52#endif
#define protected
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
Derived DataVector<T>.
Definition DataVector.h:795
FPGAActsTrkConverter(const std::string &type, const std::string &name, const IInterface *parent)
virtual ~FPGAActsTrkConverter()=default
std::unique_ptr< Acts::BoundTrackParameters > makeParams(const FPGATrackSimRoad &road) const
virtual StatusCode initialize() override final
StatusCode matchTrackMeasurements(const EventContext &ctx, const XAOD_CLUSTER &cluster, const FPGATrackSimHit &trackHit, std::vector< ActsTrk::ATLASUncalibSourceLink > &measurements, const DataVector< XAOD_CLUSTER > &clusterContainer) const
virtual StatusCode findProtoTracks(const EventContext &ctx, const xAOD::PixelClusterContainer &pixelContainer, const xAOD::StripClusterContainer &stripContainer, std::vector< ActsTrk::ProtoTrack > &foundProtoTracks, const std::vector< FPGATrackSimRoad > &roads) const override final
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:69
This is an Identifier helper class for the SCT subdetector.
Definition SCT_ID.h:68
STL class.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
STL namespace.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
#define private