Add new tools and CA configurations for GNN Tracking
This MR is a follow-up development of !65535 (merged) and made the following changes:
- Add a new tool
IGNNTrackReaderTool
that reads track candidates from CSV files - Add the
GNNTrackReaderTool
toSiSPGNNTrackMaker
so that it can use eitherGNNTrackReaderTool
orSiGNNTrackFinderTool
. But only one tool should be set. - Add CA configurations for the package
InnerDetector/InDetGNNTracking
- Introduce a new tracking reconstruction chain
GNNChain
for ITk tracking reconstruction. - Fix a small issue in
OnnxRuntimeInferenceTool.h