Skip to content

TrigCost: Add option to skip ranges in cost monitoring postprocessing

Add option (--skipRanges) to skip lumiblock ranges in cost monitoring postprocessing.

It will be used on cost website - if all ranges are processed at once, the script exhausts available RAM after ~7 ranges. Scheduling execution of the postprocessing many times but for smaller data batches should be able to process all of them.

Merge request reports