Skip to content

TrigCost: Use TProfile for saving the walltime per lumiblock

Aleksandra Poreba requested to merge aporeba/athena:walltime-tprofile into 22.0

Use TProfile to save walltime per lumiblock in the Cost Monitoring rather than TH1F to avoid incorrect value merging - TH1F was summing the values, which resulted in much higher walltime than expected, and therefore lower rates.

Tagging @tamartin

Edited by Aleksandra Poreba

Merge request reports