Skip to content

TrigT1CaloSim athenaMT migration: EnergyCMX

Rafal Bielski requested to merge rbielski/athena:TrigT1CaloSim-athenaMT-1 into master

Part 1 in an upcoming series of merge requests to adapt TrigT1CaloSim (Run-2 L1Calo simulation) algorithms to athenaMT. In this MR, the EnergyCMX algorithm is adapted with three changes (separate commits):

  1. Replace EnergyCMX direct SG access with ReadHandles and WriteHandles.
  2. Make getter methods of the SystemEnergy class const (required for the next point).
  3. Make EnergyCMX a re-entrant algorithm with a const execute method.

Relevant Jira tickets are: ATR-17916 and ATR-20535

FYI @afaulkne, @smh

Merge request reports