Skip to content

TrigCost: Add ChainAlgorithm summary

Aleksandra Poreba requested to merge aporeba/athena:cost-chain-alg into master

Add algorithm per chain table containing details about algorithms that were active in chain. It uses the same counter and table constructor as the algorithm table.

Example: https://atlas-trig-cost.cern.ch/?dir=aporeba&type=&tag=data18-13TeV&run=00000010&range=LumiBlock_00150&level=HLT&summary=Chain_Algorithm

It's turned off by default. To turn on the monitor use property trigCostAnalysis.DoMonitorAlgClass or cost processing flag, for example:

RunTrigCostAnalysis.py --monitorChainAlgorithm --baseWeight 10 Input.Files='["data18_13TeV.00360026.calibration_CostMonitoring.unknown.RAW._lb0151._athenaHLT._0001.data"]'> CostAnalysis.log 2>&1

Tagging @tamartin @sutt @mark

Merge request reports