Skip to content

Use Tracking.doTruth flag instead of ITk.doTruth in ACTS JO

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

I was having problems with running the ACTS workflow when the doTruth flags was set to False. It turns out, this was a configuration bug, where the "wrong" doTruth flag was used when scheduling ITk algorithms.

In particular, the ITk.doTruth flag was used for scheduling ITkPRD_MultiTruthMakerSiCfg but the rest of the JO uses Tracking.doTruth

This fixes it

Edited by Carlo Varni

Merge request reports