Skip to content

Remove StepID argument from getStep

Teng Jian Khoo requested to merge khoo/athena:24.0-TMMT-DropStepIDInGetStep into 24.0

@fpastore As discussed briefly, I wanted to push on with getting rid of stepID so that I can more easily validate moving the jet slice to getStep. This I think is a pretty safe change, but have uploaded the config diff. stepid_conftool_diff.txt

From a quick glance -- will check more thoroughly -- all changes are on:

  • InputMakers
  • Aligned FStep* and Step* sequences
  • DecisionSummaryMakerAlg, TrigSignatureMoni.EventDecisionCollector*, TriggerSummary*
  • EDMCreatorAlg.GapFiller__ESD
  • PerfMonMTSvc

There was one particularly offensive stepPartName --> stepName that I changed:

was: Step11_Step2_HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf_bjet
now: Step11_HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf_bjet

I hope there is no hidden impact on monitoring or anything of that nature.

Related to ATR-29039

Edited by Francesca Pastore

Merge request reports