Skip to content

Allow mtj and track backends Handles Prefix to be settable in jo

Carlo Varni requested to merge cvarni/athena:CustomPrefixForHandles into main

This adds the possibility of manually setting the prefix name from the JO, which is pretty useful when we need to call the track finding algorithm (or the ambiguity solver) multiple times, such as in case of multiple tracking passes. As of now, this property is not settable unless every single key is manually changed. This should make things easier

Added Gaudi properties are MTJBackEndPrefixName and TrackBackEndPrefixName

@tbold

Merge request reports