Online Allen monitoring clashes with ROOT monitoring for lines
Online monitoring of Allen (!1186 (merged)) clashes with the ROOT monitoring functionality that is implemented in Line.cuh
. At the moment both functionalities are enabled with the enable_monitoring
property and the ROOT monitoring crashes when run in production.
Proposed solution: create two separate workflows for the two types of monitoring (with two independent handles to configure them) and ensure the ROOT one is never enabled in production.