Skip to content
Snippets Groups Projects

ISF_FastCaloSimEvent: Improve error reporting.

Merged Scott Snyder requested to merge ssnyder/athena:err.ISF_FastCaloSimEvent-20240401 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -145,7 +145,7 @@ bool TFCSPredictExtrapWeights::getNormInputs(
}
inputTXT.close();
} else {
ATH_MSG_ERROR(" Unable to open file ");
ATH_MSG_ERROR(" Unable to open file " << inputFileName);
return false;
}
Loading