Skip to content

AnalysisTop: Force code to crash on ROOT errors

Tomas Dado requested to merge tdado/athena:AT-CrashProtection into master

This should force code to crash when some I/O issue is encountered with TFile. Without this, in rare cases, the code can still continue and produce technically valid, but wrong output.

Merge request reports