![]() |
ATLAS Offline Software
|
Implements hit selection as a tool for graph construction for GNN pipeline. More...
#include "AthenaBaseComps/AthAlgTool.h"#include "FPGATrackSimObjects/FPGATrackSimHit.h"#include "FPGATrackSimObjects/FPGATrackSimGNNHit.h"Go to the source code of this file.
Classes | |
| class | FPGATrackSimGNNGraphHitSelectorTool |
Implements hit selection as a tool for graph construction for GNN pipeline.
This class implements the selectHits() function which converts FPGATrackSimHit to FPGATrackSimGNNHit, a custom object used for GNN pattern recognition. This is necessary because the GNN pipeline only intends to use pixel hits and spacepoints built from two clusters in the strip and it requires the cluster information for inference. So we will use this code to provide the proper object creation useful for the remainder of our GNN pattern recognition pipeline.
Definition in file FPGATrackSimGNNGraphHitSelectorTool.h.