Skip to content

Factorizing gsf refit out of precision electron step

Debottam Bakshi Gupta requested to merge dbakshig/athena:factorizingGSF into master

As mentioned in ATR-21217 this MR is doing

  • Separating gsf refit from precision Electron step
  • idperf chain for electron will continue till precisionTracking (for gsf_idperf till gsf refitted )
  • to conclude
  • nominal electron will have 5 steps (fastCalo + fastElectron + precisionCalo + precisionTrack + precisionElectron)
  • gsf electron will have 6 steps (fastCalo + fastElectron + precisionCalo + precisionTrack + gsf refit + precisionElectron)
  • idperf electron will have 4 steps (fastCalo + fastElectron + precisionCalo + precisionTrack)
  • idperf_gsf electron will have 5 steps (fastCalo + fastElectron + precisionCalo + precisionTrack + gsf refit) Adding @khoo , @dzanzi , @cjmeyer , @jodafons , @sutt
Edited by Debottam Bakshi Gupta

Merge request reports