ATLAS Offline Software
Trigger
EFTracking
FPGATrackSim
FPGATrackSimGNN
src
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
17
#include "
AthenaBaseComps/AthAlgTool.h
"
18
19
#include "
FPGATrackSimObjects/FPGATrackSimHit.h
"
20
#include "
FPGATrackSimObjects/FPGATrackSimGNNHit.h
"
21
22
class
FPGATrackSimGNNGraphHitSelectorTool
:
public
AthAlgTool
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
Generated on Mon Sep 1 2025 21:10:33 for ATLAS Offline Software by
1.8.18