Skip to content

TrigCost: cost postprocessing metadata improvements

Aleksandra Poreba requested to merge aporeba/athena:cost-post-close-file into master
  • move the code responsible for metadata creation to separate file CostMetadataUtil.py
  • add an option to filter out the warnings about under- and overflows in the histograms based on their names. currently, only underflow is implemented for the filters (they will always be very fast). by running with the debug log level, information about them will still be printed. the number of those warnings is now reduced by 75%
  • remove from the file list and close the ROOT input file in order to speed up the script execution https://root-forum.cern.ch/t/long-time-to-close-root-file-with-o-500k-histograms/44229

Tagging @tamartin

Merge request reports