Skip to content

TrigCost: Add group rates

Aleksandra Poreba requested to merge aporeba/athena:rate-groups-summary into master

Add rates for groups for rates processing and post-processing

  • Save groups per chain in TDT
  • Save all groups triggers in metadata during processing
    • Skip BW and PS groups
    • For normal groups' names : character was replaced with _ because ROOT doesn't allow : in the name
    • Global groups' names will have prefix RATE_GLOBAL_
    • In metadata all the groups will have prescale = -1, since they have multiple prescales (it will be specified in the table in postprocessing) and lower = "-"
  • Create Table_Rate_Group_HLT_All table
    • The same structure like HLT and L1 rates

Example with input file from transforms nightly test https://atlas-trig-cost.cern.ch/?dir=aporeba&type=&tag=rate-prediction-ATR-12345-TriggerValidation-prescale&run=000004&range=All&level=HLT&summary=Rate_Group

Tagging @tamartin @mark @tvazquez

Merge request reports