Skip to content

remove 'oracle' option from indirectOpen

Walter Lampl requested to merge wlampl/athena:noOracleAtConfig into main

The 'oracle' parameter of AtlCoolLib.indirectOpen turns out to be a bit misleading: Its original intention was 'no DBRelease' while most people nowadays rather understand 'no frontier'. Moreover, the underlying if-else logic looks wrong to me.

IMHO that best way forward is to remove the option entirly. This MR does this and adjust (hopefully) all clients.

Moreover: Introduce a cache in MagFieldUtils to avoid multiple DB lookups.

Merge request reports