Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
FPGATrackSimGNNGraphHitSelectorTool.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 #ifndef FPGATRACKSIMGNNGRAPHHITSELECTORTOOL_H
4 #define FPGATRACKSIMGNNGRAPHHITSELECTORTOOL_H
5 
18 
21 
23 {
24  public:
25 
27  // AthAlgTool
28 
29  FPGATrackSimGNNGraphHitSelectorTool(const std::string&, const std::string&, const IInterface*);
30 
32  // Functions
33 
34  virtual StatusCode selectHits(const std::vector<std::shared_ptr<const FPGATrackSimHit>> & hits, std::vector<std::shared_ptr<FPGATrackSimGNNHit>> & graph_hits);
35 
36  private:
37 
39  // Helpers
40 
41  float getEta(const std::shared_ptr<const FPGATrackSimHit> & hit);
42 
43 };
44 
45 
46 #endif // FPGATRACKSIMGNNGRAPHHITSELECTORTOOL_H
TRTCalib_Extractor.hits
hits
Definition: TRTCalib_Extractor.py:35
FPGATrackSimGNNGraphHitSelectorTool
Definition: FPGATrackSimGNNGraphHitSelectorTool.h:23
FPGATrackSimGNNGraphHitSelectorTool::getEta
float getEta(const std::shared_ptr< const FPGATrackSimHit > &hit)
Definition: FPGATrackSimGNNGraphHitSelectorTool.cxx:83
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
FPGATrackSimGNNGraphHitSelectorTool::selectHits
virtual StatusCode selectHits(const std::vector< std::shared_ptr< const FPGATrackSimHit >> &hits, std::vector< std::shared_ptr< FPGATrackSimGNNHit >> &graph_hits)
Definition: FPGATrackSimGNNGraphHitSelectorTool.cxx:17
FPGATrackSimGNNHit.h
FPGATrackSim-specific class to represent an hit in the detector used for GNN pattern recognition.
FPGATrackSimHit.h
: FPGATrackSim-specific class to represent an hit in the detector.
FPGATrackSimGNNGraphHitSelectorTool::FPGATrackSimGNNGraphHitSelectorTool
FPGATrackSimGNNGraphHitSelectorTool(const std::string &, const std::string &, const IInterface *)
Definition: FPGATrackSimGNNGraphHitSelectorTool.cxx:11
AthAlgTool
Definition: AthAlgTool.h:26