Skip to content

TrigCost: Add run details to the run description

Aleksandra Poreba requested to merge aporeba/athena:cost-post-sor into 23.0

For the P1 cost monitoring data, append the retrieved details from TRP to the run description. For example for commissioning run 444760:

P1 commisioning run: Tue Feb 28 17:27:33 2023 - Tue Feb 28 18:00:18 2023 avg <mu> 0.001 deadtime 0.01

This feature will make it easier to look for the desired (based on date or avg mu) cost monitoring results on the website

Tested with:

CostAnalysisPostProcessing.py --trpDetails=True --file /eos/atlas/atlastier0/tzero/prod/caf/HLT/data23_comm/calibration_CostMonitoring/00444760/data23_comm.00444760.calibration_CostMonitoring.merge.NTUP_TRIGCOST.c1413_m2072/data23_comm.00444760.calibration_CostMonitoring.merge.NTUP_TRIGCOST.c1413_m2072._0001.1 --userDetails "P1 commisioning run"

Related to: ATR-27110

Merge request reports