3#ifndef FPGATRACKSIMGNNROOTOUTPUTTOOL_H
4#define FPGATRACKSIMGNNROOTOUTPUTTOOL_H
21#include "GaudiKernel/ServiceHandle.h"
30#include "GaudiKernel/ITHistSvc.h"
47 StatusCode
fillTree(
const std::vector<std::shared_ptr<const FPGATrackSimHit>> & hits,
48 const std::vector<std::shared_ptr<FPGATrackSimGNNHit>> & gnn_hits,
49 const std::vector<std::shared_ptr<FPGATrackSimGNNEdge>> & edges,
50 const std::vector<std::shared_ptr<const FPGATrackSimRoad>> & roads);
64 Gaudi::Property <std::string>
m_region {
this,
"OutputRegion",
"",
"region ID"};
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.