![]() |
ATLAS Offline Software
|
Implements algorithm to construct a road from a list of hits using edge scores. More...
#include "GaudiKernel/ServiceHandle.h"
#include "AthenaBaseComps/AthAlgTool.h"
#include "FPGATrackSimMaps/IFPGATrackSimMappingSvc.h"
#include "FPGATrackSimObjects/FPGATrackSimRoad.h"
#include "FPGATrackSimObjects/FPGATrackSimGNNHit.h"
#include "FPGATrackSimObjects/FPGATrackSimGNNEdge.h"
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/connected_components.hpp>
#include <memory>
#include <vector>
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
class | FPGATrackSimGNNRoadMakerTool |
Implements algorithm to construct a road from a list of hits using edge scores.
Definition in file FPGATrackSimGNNRoadMakerTool.h.