#include <FPGATrackSimGNNPatternRecoTool.h>
|
Gaudi::Property< bool > | m_doGNNRootOutput { this, "doGNNRootOutput", false, "Flag for GNN Root Output Tool" } |
|
ToolHandle< FPGATrackSimGNNGraphHitSelectorTool > | m_GNNGraphHitSelectorTool {this, "GNNGraphHitSelector", "FPGATrackSimGNNGraphHitSelectorTool", "Graph HitSelector Tool"} |
|
ToolHandle< FPGATrackSimGNNGraphConstructionTool > | m_GNNGraphConstructionTool {this, "GNNGraphConstruction", "FPGATrackSimGNNGraphConstructionTool", "Graph Construction Tool"} |
|
ToolHandle< FPGATrackSimGNNEdgeClassifierTool > | m_GNNEdgeClassifierTool {this, "GNNEdgeClassifier", "FPGATrackSimGNNEdgeClassifierTool", "Edge Classifier Tool"} |
|
ToolHandle< FPGATrackSimGNNRoadMakerTool > | m_GNNRoadMakerTool {this, "GNNRoadMaker", "FPGATrackSimGNNRoadMakerTool", "Road Maker Tool"} |
|
ToolHandle< FPGATrackSimGNNRootOutputTool > | m_GNNRootOutputTool {this, "GNNRootOutput", "FPGATrackSimGNNRootOutputTool", "GNN ROOT Output Tool"} |
|
◆ FPGATrackSimGNNPatternRecoTool()
FPGATrackSimGNNPatternRecoTool::FPGATrackSimGNNPatternRecoTool |
( |
const std::string & |
algname, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
ifc |
|
) |
| |
◆ getRoads()
Definition at line 25 of file FPGATrackSimGNNPatternRecoTool.cxx.
27 std::vector<std::shared_ptr<FPGATrackSimGNNHit>> graph_hits;
28 std::vector<std::shared_ptr<FPGATrackSimGNNEdge>> graph_edges;
38 return StatusCode::SUCCESS;
◆ getSubRegion()
virtual int FPGATrackSimGNNPatternRecoTool::getSubRegion |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ initialize()
StatusCode FPGATrackSimGNNPatternRecoTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_doGNNRootOutput
Gaudi::Property<bool> FPGATrackSimGNNPatternRecoTool::m_doGNNRootOutput { this, "doGNNRootOutput", false, "Flag for GNN Root Output Tool" } |
|
private |
◆ m_GNNEdgeClassifierTool
◆ m_GNNGraphConstructionTool
◆ m_GNNGraphHitSelectorTool
◆ m_GNNRoadMakerTool
◆ m_GNNRootOutputTool
The documentation for this class was generated from the following files: