Skip to content

Draft: L1Topo: Fix coordinates for jFex inputs

Gabriel Oliveira Correa requested to merge oliveirg/athena:jFex_coord into 23.0

Change the coordinate inputs for the jFex TOBs from globalEta() and globalPhi() to eta() and phi(), considering their respective conversion factors. The implementation follows the one already present for the muon inputs.

  • eta() and phi() return floats of the geometrical coordinates of the trigger chambers
  • L1Topo granularities are 0.025 for eta (=> inverse = 40) and 0.05 for phi (=> inverse = 20)
  • L1Topo simulation uses positive phi (from 0 to 2pi) => transform phiTopo

Related to ATR-26402.

Tagging @rgugel @iriu @jmharris @asonay @paulama @jajimene

Merge request reports