![]() |
ATLAS Offline Software
|
Implements road finding using GNNs for pattern recognition. More...
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/ToolHandle.h"
#include "FPGATrackSimHough/IFPGATrackSimRoadFinderTool.h"
#include "FPGATrackSimGNNGraphHitSelectorTool.h"
#include "FPGATrackSimGNNGraphConstructionTool.h"
#include "FPGATrackSimGNNEdgeClassifierTool.h"
#include "FPGATrackSimGNNRoadMakerTool.h"
#include "FPGATrackSimGNNRootOutputTool.h"
Go to the source code of this file.
Classes | |
class | FPGATrackSimGNNPatternRecoTool |
Implements road finding using GNNs for pattern recognition.
The GNN Pattern Recognition Tool has four phases:
The output of this tool will feed back into the FPGATrackSim Analysis pipeline. Currently this code does not operate with subRegions(), but only using the region defined by the map defined in the input python script for hit selection. This is handled in the data preparation algorithm before this code.
Definition in file FPGATrackSimGNNPatternRecoTool.h.