Call regular GNNTool with single NN path
Description
In cases where only a single NN path is provided, fall back to the standard GNNTool.
The MultifoldGNNTool works with a single fold but only if the jet hash is defined but the FoldDecoratorCfg doesn't work for Large-R jets due to the jet pT rank not being present. The default more complex hashing method does work for large-R jets, so calling the FoldDecoratorAlg directly and avoiding the FoldDecoratorCfg also works to allow the
MultifoldGNNTool to work, but I think this is a simpler approach.
Review checklist:
-
CI Passing -
Comments addressed -
Source branch is up to date with target