Skip to content

JetCalibTools+TrigServices: Close calibration ROOT files and implement check for open files

Frank Winklmeier requested to merge fwinkl/athena:jetcalib_close into master

JetCalibTools:

  • Close ROOT files after reading to release memory and caches. Use std::unique_ptr for storing pointers to histograms and ensure that all histograms are being made memory-resident before closing the input file. Also apply several const-fixes.

TrigServices:

  • Implement check for open ROOT files when running in athenaHLT.py.
Edited by Frank Winklmeier

Merge request reports