3#ifndef FPGATRACKSIMGNNROOTOUTPUTTOOL_H
4#define FPGATRACKSIMGNNROOTOUTPUTTOOL_H
21#include "GaudiKernel/ServiceHandle.h"
31#include "GaudiKernel/ITHistSvc.h"
48 StatusCode
fillTree(
const std::vector<std::shared_ptr<const FPGATrackSimHit>> & hits,
49 const std::vector<std::shared_ptr<FPGATrackSimGNNHit>> & gnn_hits,
50 const std::vector<std::shared_ptr<FPGATrackSimGNNEdge>> & edges,
51 const std::vector<FPGATrackSimRoad> & roads);
65 Gaudi::Property <std::string>
m_region {
this,
"OutputRegion",
"",
"region ID"};
66 ToolHandle<ITrigL2LayerNumberTool>
m_layerNumberTool{
this,
"LayerNumberTool",
"TrigL2LayerNumberToolITk"};
FPGATrackSim-specific class to represent an edge as a connection between two hits in the detector use...
FPGATrackSim-specific class to represent an hit in the detector used for GNN pattern recognition.
: FPGATrackSim-specific class to represent an hit in the detector.
Defines a class for roads.