Skip to content

L1 muon configuration: add pt for idx access methods (ATR-24376)

Daniele Zanzi requested to merge dzanzi/athena:ATR-L1muonFix_dzanzi into master

Fix in the muon idx-pt map in muctpi. This is now configured from the muon extra information in the L1 menu.

Addition of the following methods in the L1 muon menu configuration:

  • unsigned int ptForRpcIdx(unsigned int idx) const;
  • unsigned int ptForTgcIdx(unsigned int idx) const;
  • unsigned int tgcIdxForRpcIdx(unsigned int rpcIdx) const;

as requested in ATR-24376, so that there won't need the need to hardcode the association of muon road index with the pt value neither in muctpi nor in L1Topo FW/sim.

Also, the muon road numbering now starts from 1, instead of 0

tagging @amarzin @rgugel @orlando @jodamp

Edited by Daniele Zanzi

Merge request reports