![]() |
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 <boost/graph/breadth_first_search.hpp>#include "TrigInDetToolInterfaces/ITrigL2LayerNumberTool.h"#include <memory>#include <vector>#include <map>#include <unordered_map>#include <set>Go to the source code of this file.
Classes | |
| class | FPGATrackSimGNNRoadMakerTool |
| class | JunctionAwareVisitor |
Typedefs | |
| typedef boost::graph_traits< boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS > >::vertex_descriptor | Vertex |
Implements algorithm to construct a road from a list of hits using edge scores.
Definition in file FPGATrackSimGNNRoadMakerTool.h.
| typedef boost::graph_traits<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS> >::vertex_descriptor Vertex |
Definition at line 35 of file FPGATrackSimGNNRoadMakerTool.h.
1.8.18